summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge with /home/wd/git/u-boot/workWolfgang Denk2005-09-22-4/+9
|\
| * Fix bug in auto_update (trab board)Wolfgang Denk2005-09-21-1/+4
| | | | | | | | Patch by Martin Krause, 16 Sep 2005
| * Fix computation of framebuffer palette for 8bpp LCD bitmapsWolfgang Denk2005-09-21-3/+5
| | | | | | | | Patch by Francesco Mandracci, 16 Sep 2005
* | Cleanup - update CHANGELOG, undo test settingsWolfgang Denk2005-09-22-1/+3
| |
* | esd CPCI2DP board addedStefan Roese2005-09-22-11/+811
| | | | | | | | Patch by Matthias Fuchs, 22 Sep 2005
* | esd PMC405 board updatedStefan Roese2005-09-22-797/+14
| | | | | | | | Patch by Matthias Fuchs, 22 Sep 2005
* | Add SM501 support to HH405 board.Stefan Roese2005-09-22-2586/+3219
| | | | | | | | | | | | Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005
* | Fix autonegotiation in tsec ethernet driverStefan Roese2005-09-21-10/+64
|/ | | | Patch by Stefan Roese, 21 Sep 2005
* Update configuration for INKA4x0 boardWolfgang Denk2005-09-21-14/+8
|
* Update configuration for PM854 boardWolfgang Denk2005-09-21-2/+8
| | | | Based on patch by R. Loeffl, 20 Jul 2005
* Add PCI support to TQM8540 and TQM8560 boardsStefan Roese2005-09-15-6/+31
| | | | Patch by Stefan Roese, 15 Sep 2005
* Update AMCC Yosemite to get a consistent setup for all AMCC evalStefan Roese2005-09-15-736/+247
| | | | | boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 15 Sep 2005
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-09-14-2/+12
|\
| * Merge with /home/sr/git/u-bootWolfgang Denk2005-09-14-2/+12
| |\
| | * Fix problem in 440GP ethernet driver (ebony). Add support for 2ndStefan Roese2005-09-07-2/+12
| | | | | | | | | | | | | | | ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005
* | | Add support for mtddevnum and mtddevname variables (mtdparts command)Wolfgang Denk2005-09-13-9/+71
|\ \ \ | | | | | | | | | | | | [Merge with /home/m8/git/u-boot]
| * | | Added support for mtddevnum and mtddevname variables (mtdparts command)Marian Balakowicz2005-09-11-9/+71
| | | |
* | | | Change default console baud rate for stxxtc boardWolfgang Denk2005-09-13-1/+3
| |/ / |/| |
* | | Merge with /home/sr/git/u-boot:Wolfgang Denk2005-09-06-20/+106
|\ \ \ | | |/ | |/| | | | Add I2C support for TQM85xx
| * | Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).Stefan Roese2005-08-31-20/+109
| | | | | | | | | | | | | | | | | | Removed CFG_CMD_DISPLAY from default commands. Fixed compiler warning in net.c. Patch by Stefan Roese, 31 Aug 2005
* | | Update MPC5200 FIFO Control settingsWolfgang Denk2005-09-04-2/+4
| |/ |/| | | | | (u-boot.habanero.fifo_cntrl.patch from Freescale)
* | Fix default command set (don't include CFG_CMD_DISPLAY command)Wolfgang Denk2005-09-03-0/+4
| | | | | | | | Patch by Pantelis Antoniou, 02 Sep 2005
* | Cleanup compiler warnings.Wolfgang Denk2005-09-03-6/+5
| |
* | Update CHANGELOG.Wolfgang Denk2005-09-03-0/+2
| |
* | Enable SM712 driver support for HMI1001 board.Wolfgang Denk2005-09-03-5/+15
|/
* Update CHANGELOG fileWolfgang Denk2005-08-31-0/+12
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+413
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Prepare U-Boot for gcc-4.x: fix global data pointer initializationWolfgang Denk2005-08-30-9/+1
| | | | | | | | | | | | | | | | | | The global data pointer, stored in r29 before relocation to RAM, was not initialized to a correct value. This happened because the pointer declaration was done locally in the scope of the board_init_f() function. What follows is a cite from gcc.info, 5.37, "Variables in Specified Registers": ... The compiler's data flow analysis is capable of determining where the specified registers contain live values, and where they are available for other uses. Stores into local register variables may be deleted when they appear to be dead according to dataflow analysis. References to local register variables may be deleted or moved or simplified. ... Moving the global data declaration to global scope solved the problem.
* Adjust CS3 timings on HMI1001 board for dot matrix display under LinuxWolfgang Denk2005-08-30-1/+1
|
* Add keyboard and dot matrix display support for HMI1001 board.Wolfgang Denk2005-08-30-7/+224
|
* Prepare U-Boot for gcc-4.xWolfgang Denk2005-08-26-13/+29
|
* Minor reformattingWolfgang Denk2005-08-24-2/+2
|
* Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB ↵Stefan Roese2005-08-24-0/+6
| | | | | | onboard DDR) Patch by Stefan Roese, 24 Aug 2005
* Update CHANGELOGWolfgang Denk2005-08-23-0/+4
|
* Merge with testing-4xx_enet (Create generic 4xx Ethernet code)Wolfgang Denk2005-08-23-1869/+419
|\
| * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-16-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-23-4/+7
| | | | | | | | Patch by Steven Scholz, 23 Aug 2005
* | Add JFFS2 support for TQM5200 boardWolfgang Denk2005-08-23-0/+12
| |
* | Add esd cpci5200 and pf5200 boardsStefan Roese2005-08-22-3/+3231
| | | | | | | | Patch by Reinhard Arlt, 22 Aug 2005
* | Fix erroneous commitWolfgang Denk2005-08-19-214/+0
| |
* | Fix MPC52xx watchdog driverWolfgang Denk2005-08-19-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-19-2/+5
| | | | | | | | Patch by Martin Krause, 25 Jul 2005
* | Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2Wolfgang Denk2005-08-19-1/+130
| | | | | | | | Patch by Martin Krause, 08 Jun 2005
* | Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-19-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-19-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-19-7/+23
| | | | | | | | Patch by Martin Krause, 20 Apr 2005
* | Remove CONFIG_AT91RM9200DK in CMC-PU2 configurationWolfgang Denk2005-08-18-1/+3
| | | | | | | | Patch by Martin Krause, 19 Apr 2005
* | Fix initialization problem on TQM5200 without SM501Wolfgang Denk2005-08-18-9/+44
| | | | | | | | Patch by Martin Krause, 8 Apr. 2005
* | Add RTC support for STK52XX.200Wolfgang Denk2005-08-18-1/+9
| | | | | | | | Patch by Martin Krause, 7 Apr. 2005
* | Add 82dnt board supportWolfgang Denk2005-08-18-5/+1301
|\ \