Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-24 | Minor reformatting | Wolfgang Denk | 1 | -2/+2 | |
2005-08-24 | Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB ↵ | Stefan Roese | 1 | -0/+4 | |
onboard DDR) Patch by Stefan Roese, 24 Aug 2005 | |||||
2005-08-23 | Update CHANGELOG | Wolfgang Denk | 1 | -0/+4 | |
2005-08-23 | Fix make dependencies for at91rm9200 and ks8695 cpus | Wolfgang Denk | 1 | -0/+3 | |
Patch by Steven Scholz, 23 Aug 2005 | |||||
2005-08-23 | Add JFFS2 support for TQM5200 board | Wolfgang Denk | 1 | -0/+2 | |
2005-08-22 | Add esd cpci5200 and pf5200 boards | Stefan Roese | 1 | -0/+3 | |
Patch by Reinhard Arlt, 22 Aug 2005 | |||||
2005-08-19 | Fix sysclock for TQM8540 and TQM8560 boards | Wolfgang Denk | 1 | -0/+3 | |
Patch by Martin Krause, 25 Jul 2005 | |||||
2005-08-19 | Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 | Wolfgang Denk | 1 | -0/+3 | |
Patch by Martin Krause, 08 Jun 2005 | |||||
2005-08-19 | Add new board specific commands for TQM5200/STK52XX | Wolfgang Denk | 1 | -1/+6 | |
- Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005 | |||||
2005-08-19 | Change main clock on CMC-PU2 board from 207 MHz to 179 MHz | Wolfgang Denk | 1 | -0/+4 | |
because of a bug in the AT91RM9200 CPU PLL Patch by Martin Krause, 22 Apr 2005 | |||||
2005-08-19 | Add automatic HW detection for another CMC_PU2 variant | Wolfgang Denk | 1 | -2/+5 | |
Patch by Martin Krause, 20 Apr 2005 | |||||
2005-08-18 | Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration | Wolfgang Denk | 1 | -0/+3 | |
Patch by Martin Krause, 19 Apr 2005 | |||||
2005-08-18 | Fix initialization problem on TQM5200 without SM501 | Wolfgang Denk | 1 | -0/+3 | |
Patch by Martin Krause, 8 Apr. 2005 | |||||
2005-08-18 | Add RTC support for STK52XX.200 | Wolfgang Denk | 1 | -0/+3 | |
Patch by Martin Krause, 7 Apr. 2005 | |||||
2005-08-18 | Add CHANEGLOG entry; sort Makefile entries | Wolfgang Denk | 1 | -0/+2 | |
2005-08-16 | Enable PCI on hmi1001 board | Wolfgang Denk | 1 | -0/+2 | |
2005-08-16 | Fix return values of the jffs2 commands ls/fsload/fsinfo, | Wolfgang Denk | 1 | -0/+5 | |
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 | |||||
2005-08-15 | Coding style cleanup | Wolfgang Denk | 1 | -0/+2 | |
2005-08-15 | Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board. | Wolfgang Denk | 1 | -0/+3 | |
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005 | |||||
2005-08-15 | Add Sandburst Metrobox and Sandburst Karef board support packages. | Stefan Roese | 1 | -0/+12 | |
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 | |||||
2005-08-12 | Minor code cleanup | Wolfgang Denk | 1 | -1/+3 | |
2005-08-12 | Add forgotten new fils from latest VoiceBlue update | Wolfgang Denk | 1 | -0/+2 | |
2005-08-12 | Make bootretry feature work with hush shell. | Wolfgang Denk | 1 | -0/+4 | |
Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. Patch by Andreas Engel, 19 Jul 2005 | |||||
2005-08-12 | Update Hymod Board Database PHP code in "tools" directory | Wolfgang Denk | 1 | -0/+3 | |
Patch by Murray Jensen, 01 Jul 2005 | |||||
2005-08-12 | Make "tr" command use POSIX compliant; export HOSTOS make variable | Wolfgang Denk | 1 | -0/+3 | |
Patch by Murray Jensen, 30 Jun 2005 | |||||
2005-08-12 | Fix Murray Jensen's mail address. | Wolfgang Denk | 1 | -0/+3 | |
Patch by Murray Jensen, 30 Jun 2005 | |||||
2005-08-12 | Preserve PHY_BMCR during a soft reset. | Wolfgang Denk | 1 | -0/+3 | |
Patch by Carl Riechers, 24 Jun 2005 | |||||
2005-08-12 | VoiceBlue update: eeprom tool can also store firmware version now. | Wolfgang Denk | 1 | -0/+4 | |
eeprom.bin is runable by jumping at load address. Patch by Ladislav Michl, 23 May 2005 | |||||
2005-08-12 | Move the AT91RM9200DK to the ARM Systems list. | Wolfgang Denk | 1 | -0/+3 | |
Patch by Anders Larsen, 26 Apr 2005 | |||||
2005-08-12 | Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3 | Wolfgang Denk | 1 | -0/+3 | |
Patch by Anders Larsen, 26 Apr 2005 | |||||
2005-08-12 | measure_gclk() is needed when DEBUG is enabled | Wolfgang Denk | 1 | -0/+3 | |
Patch by Bryan O'Donoghue, 25 Apr 2005 | |||||
2005-08-12 | Add UPD-Checksum code, fix problem in net.c (return instead of break) | Stefan Roese | 1 | -0/+3 | |
Patch by Reinhard Arlt, 12 Aug 2005 | |||||
2005-08-12 | esd PCI405 board updated | Stefan Roese | 1 | -0/+3 | |
Patch by Matthias Fuchs, 28 Jul 2005 | |||||
2005-08-12 | esd WUH405 and DU405 board updated | Stefan Roese | 1 | -0/+3 | |
Patch by Matthias Fuchs, 27 Jul 2005 | |||||
2005-08-12 | Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I) | Stefan Roese | 1 | -0/+3 | |
Patch by Matthias Fuchs, 4 May 2005 | |||||
2005-08-12 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 1 | -0/+10 | |
2005-08-11 | Update AMCC Yosemite to get a consistent setup for all AMCC eval | Stefan Roese | 1 | -0/+4 | |
boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 11 Aug 2005 | |||||
2005-08-11 | Changed AMCC Bubinga (405EP) configuration to support 2nd eth port | Stefan Roese | 1 | -0/+3 | |
Patch by Stefan Roese, 11 Aug 2005 | |||||
2005-08-11 | Add NAND FLASH support for AMCC Bamboo 440EP eval board | Stefan Roese | 1 | -0/+3 | |
Patch by Stefan Roese, 11 Aug 2005 | |||||
2005-08-10 | Add configuration for IFM AEV FIFO board. | Wolfgang Denk | 1 | -0/+5 | |
Minor coding style cleanup. | |||||
2005-08-10 | Fix CompactFlash problem on HMI1001 board | Wolfgang Denk | 1 | -0/+2 | |
2005-08-09 | Make new "mtdparts" code build with older compilers | Wolfgang Denk | 1 | -0/+3 | |
Patch by Andrea Scian, 09 Aug 2005 | |||||
2005-08-09 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 1 | -2/+7 | |
2005-08-09 | Fix compiler warnings with older GCC versions | Wolfgang Denk | 1 | -0/+2 | |
2005-08-08 | Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux) | Stefan Roese | 1 | -2/+7 | |
Patch by Stefan Roese, 08 Aug 2005 | |||||
2005-08-08 | Add common (with Linux) MTD partition scheme and "mtdparts" command | Wolfgang Denk | 1 | -0/+24 | |
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning. | |||||
2005-08-08 | Fix build problems for PM856 Board | Wolfgang Denk | 1 | -0/+2 | |
2005-08-08 | Fix sign extension bug in 'fpga loadb' command; | Wolfgang Denk | 1 | -0/+4 | |
make 'fpga loadb' always print the file header info Patch by Andrew Dyer, 11 Jan 2005 | |||||
2005-08-07 | Fix errors that occur when accessing SystemACE CF | Wolfgang Denk | 1 | -0/+3 | |
Patch by Jeff Angielski, 09 Jan 2005 | |||||
2005-08-06 | Document switching between U-Boot and PlanetCore on RPXlite | Wolfgang Denk | 1 | -0/+3 | |
by Sam Song, 24 Dec 2004 |