- Sep 24, 2005
-
-
Wolfgang Denk authored
(Add a configuration option CONFIG_TFTP_PORT and optional env variable tftpport) Patch by Jerry Van Baren, 10 Jan 2005
-
Wolfgang Denk authored
Patch by Leif Lindholm, 29 Dec 2004
-
Wolfgang Denk authored
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
-
- Sep 23, 2005
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Sep 22, 2005
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Stefan Roese authored
Patch by Matthias Fuchs, 22 Sep 2005
-
Stefan Roese authored
Patch by Matthias Fuchs, 22 Sep 2005
-
Stefan Roese authored
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
-
- Sep 21, 2005
-
-
Stefan Roese authored
Patch by Stefan Roese, 21 Sep 2005
-
Wolfgang Denk authored
Patch by Martin Krause, 16 Sep 2005
-
Wolfgang Denk authored
Patch by Francesco Mandracci, 16 Sep 2005
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Based on patch by R. Loeffl, 20 Jul 2005
-
- Sep 15, 2005
-
-
Stefan Roese authored
Patch by Stefan Roese, 15 Sep 2005
-
Stefan Roese authored
boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 15 Sep 2005
-
- Sep 14, 2005
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Sep 12, 2005
-
-
Wolfgang Denk authored
[Merge with /home/m8/git/u-boot]
-
Wolfgang Denk authored
-
- Sep 11, 2005
-
-
Marian Balakowicz authored
-
- Sep 07, 2005
-
-
Stefan Roese authored
ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005
-
- Sep 06, 2005
-
-
Wolfgang Denk authored
Add I2C support for TQM85xx
-
- Sep 04, 2005
-
-
Wolfgang Denk authored
(u-boot.habanero.fifo_cntrl.patch from Freescale)
-
- Sep 03, 2005
-
-
Wolfgang Denk authored
Patch by Pantelis Antoniou, 02 Sep 2005
-
- Sep 02, 2005
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Aug 31, 2005
-
-
Stefan Roese authored
Removed CFG_CMD_DISPLAY from default commands. Fixed compiler warning in net.c. Patch by Stefan Roese, 31 Aug 2005
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
-
- Aug 30, 2005
-
-
Wolfgang Denk authored
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.
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Aug 25, 2005
-
-
Wolfgang Denk authored
-
- Aug 24, 2005
-
-
Wolfgang Denk authored
-
Stefan Roese authored
Patch by Stefan Roese, 24 Aug 2005
-
- Aug 23, 2005
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-