summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add keyboard and dot matrix display support for HMI1001 board.Wolfgang Denk2005-08-305-7/+224
|
* Prepare U-Boot for gcc-4.xWolfgang Denk2005-08-264-13/+29
|
* Minor reformattingWolfgang Denk2005-08-241-2/+2
|
* Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB ↵Stefan Roese2005-08-242-0/+6
| | | | | | onboard DDR) Patch by Stefan Roese, 24 Aug 2005
* Update CHANGELOGWolfgang Denk2005-08-231-0/+4
|
* Merge with testing-4xx_enet (Create generic 4xx Ethernet code)Wolfgang Denk2005-08-2361-1869/+419
|\
| * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-1662-1869/+423
| | | | | | | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* | Fix make dependencies for at91rm9200 and ks8695 cpusWolfgang Denk2005-08-233-4/+7
| | | | | | | | Patch by Steven Scholz, 23 Aug 2005
* | Add JFFS2 support for TQM5200 boardWolfgang Denk2005-08-232-0/+12
| |
* | Add esd cpci5200 and pf5200 boardsStefan Roese2005-08-2218-3/+3231
| | | | | | | | Patch by Reinhard Arlt, 22 Aug 2005
* | Fix erroneous commitWolfgang Denk2005-08-191-214/+0
| |
* | Fix MPC52xx watchdog driverWolfgang Denk2005-08-191-0/+214
| | | | | | | | | | | | | | | | - make watchdog driver work on systems with an IPB clock frequency of 133 MHz (watchdog expired to fast there). - now all three watchdog chain entries could be used. - fix some typos. Patch by Martin Krause, 23 Jun 2005
* | Fix sysclock for TQM8540 and TQM8560 boardsWolfgang Denk2005-08-193-2/+5
| | | | | | | | Patch by Martin Krause, 25 Jul 2005
* | Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2Wolfgang Denk2005-08-194-1/+130
| | | | | | | | Patch by Martin Krause, 08 Jun 2005
* | Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-199-15/+1338
| | | | | | | | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
* | Change main clock on CMC-PU2 board from 207 MHz to 179 MHzWolfgang Denk2005-08-192-2/+6
| | | | | | | | | | because of a bug in the AT91RM9200 CPU PLL Patch by Martin Krause, 22 Apr 2005
* | Add automatic HW detection for another CMC_PU2 variantWolfgang Denk2005-08-192-7/+23
| | | | | | | | Patch by Martin Krause, 20 Apr 2005
* | Remove CONFIG_AT91RM9200DK in CMC-PU2 configurationWolfgang Denk2005-08-182-1/+3
| | | | | | | | Patch by Martin Krause, 19 Apr 2005
* | Fix initialization problem on TQM5200 without SM501Wolfgang Denk2005-08-182-9/+44
| | | | | | | | Patch by Martin Krause, 8 Apr. 2005
* | Add RTC support for STK52XX.200Wolfgang Denk2005-08-182-1/+9
| | | | | | | | Patch by Martin Krause, 7 Apr. 2005
* | Add 82dnt board supportWolfgang Denk2005-08-1812-5/+1301
|\ \
| * | Add CHANEGLOG entry; sort Makefile entriesWolfgang Denk2005-08-182-3/+5
| | |
| * | Disable SNTP for O2DNT board.2005-08-161-1/+0
| | |
| * | CONFIG_PCI_SCAN_SHOW disabled for O2DNT.2005-08-161-1/+1
| | |
| * | Merge with pollux.denx.org:/home/git/u-boot/.git2005-08-1693-2722/+10730
| |\ \ | | |/
| * | FRAM memory access optimization.2005-08-123-4/+54
| | |
| * | Merge with pollux.denx.org:/home/git/u-boot/.git2005-08-1248-992/+1657
| |\ \
| * | | O2DNT FRAM write delay disabled.2005-08-111-2/+13
| | | |
| * | | O2DNT: added hardware flash protect support, macros cleanup.2005-08-112-27/+191
| | | |
| * | | O2DNT platform specific code.2005-08-096-0/+1066
| | | |
| * | | Added support for O2DNT board.2005-08-093-1/+5
| | | |
* | | | Minor Makefile cleanupWolfgang Denk2005-08-181-1/+1
| |_|/ |/| |
* | | Enable PCI on hmi1001 boardWolfgang Denk2005-08-163-0/+30
| | |
* | | Fix return values of the jffs2 commands ls/fsload/fsinfo,Wolfgang Denk2005-08-163-7/+12
| | | | | | | | | | | | | | | | | | so we can use them to, e.g., check the existence of a file with "if ls foo; then this; else that; fi" in the hush shell Patch by Andreas Engel, 16 August 2005
* | | Coding style cleanupWolfgang Denk2005-08-1512-344/+273
| | |
* | | Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk2005-08-1512-1/+1643
| | | | | | | | | | | | Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
* | | Changed to version 1.1.4Stefan Roese2005-08-151-1/+1
| | |
* | | Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-1534-13/+6437
| | | | | | | | | | | | | | | | | | | | | | | | | | | Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005
* | | Fix build problemsWolfgang Denk2005-08-141-1/+1
| | |
* | | Adjust MAKEALL script for little endian MIPS build testsWolfgang Denk2005-08-141-2/+14
| | |
* | | Code cleanup.Wolfgang Denk2005-08-131-4/+1
| | |
* | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-134-163/+171
|\ \ \
| * | | make "make clean" remove all build resultsWolfgang Denk2005-08-131-1/+1
| | | |
| * | | Fix compiler warningsWolfgang Denk2005-08-133-162/+170
| | | |
* | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-1289-3516/+4134
|\ \ \ \ | |/ / /
| * | | Remove stale file entryWolfgang Denk2005-08-121-541/+0
| | | |
| * | | Minor code cleanupWolfgang Denk2005-08-125-27/+27
| | | |
| * | | Add forgotten new fils from latest VoiceBlue updateWolfgang Denk2005-08-123-0/+65
| | | |
| * | | Make bootretry feature work with hush shell.Wolfgang Denk2005-08-122-0/+22
| | | | | | | | | | | | | | | | | | | | Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. Patch by Andreas Engel, 19 Jul 2005
| * | | Update Hymod Board Database PHP code in "tools" directoryWolfgang Denk2005-08-1216-155/+252
| | | | | | | | | | | | | | | | Patch by Murray Jensen, 01 Jul 2005
OpenPOWER on IntegriCloud