| a6e6cf00 | 22-Sep-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Merge with /home/wd/git/u-boot/work |
| 98f4a3df | 22-Sep-2005 |
Stefan Roese <sr@denx.de> |
Add SM501 support to HH405 board. 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 |
| 59d80bf1 | 21-Sep-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Fix computation of framebuffer palette for 8bpp LCD bitmaps Patch by Francesco Mandracci, 16 Sep 2005 |
| ac7eb8a3 | 14-Sep-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 |
| 7d45477b | 11-Sep-2005 |
Marian Balakowicz <m8@semihalf.com> |
Added support for mtddevnum and mtddevname variables (mtdparts command) |
| 9f96ae44 | 30-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add keyboard and dot matrix display support for HMI1001 board. |
| 6617aae9 | 18-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add new board specific commands for TQM5200/STK52XX - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005 |
| 05b47540 | 17-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with testing-NAND (Rewrite of NAND code) |
| 932394ac | 17-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 |
| 22e05df4 | 16-Aug-2005 |
<m8@hekate.semihalf.com> |
Merge with pollux.denx.org:/home/git/u-boot/.git |
| 87b8bd5a | 16-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix return values of the jffs2 commands ls/fsload/fsinfo, 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 Enge
Fix return values of the jffs2 commands ls/fsload/fsinfo, 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
show more ...
|
| 2afbe4ed | 13-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix compiler warnings |
| 396387ab | 12-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Make bootretry feature work with hush shell. Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. Patch by Andreas Engel, 19 Jul 2005 |
| f89920c3 | 12-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Preserve PHY_BMCR during a soft reset. Patch by Carl Riechers, 24 Jun 2005 |
| d4f5c728 | 12-Aug-2005 |
<m8@hekate.semihalf.com> |
FRAM memory access optimization. |
| 9bcf2ab4 | 12-Aug-2005 |
Stefan Roese <sr@denx.de> |
Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I) Patch by Matthias Fuchs, 4 May 2005 |
| 8f79e4c2 | 10-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add configuration for IFM AEV FIFO board. Minor coding style cleanup. |
| c4e0e686 | 09-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Make new "mtdparts" code build with older compilers Patch by Andrea Scian, 09 Aug 2005 |
| 38ec37d0 | 09-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master |
| c19c3134 | 09-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix compiler warnings with older GCC versions |
| 846b0dd2 | 08-Aug-2005 |
Stefan Roese <sr@denx.de> |
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux) Patch by Stefan Roese, 08 Aug 2005 |
| 700a0c64 | 07-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add common (with Linux) MTD partition scheme and "mtdparts" command Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now:
Add common (with Linux) MTD partition scheme and "mtdparts" command 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.
show more ...
|
| 8b019da6 | 07-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix sign extension bug in 'fpga loadb' command; make 'fpga loadb' always print the file header info Patch by Andrew Dyer, 11 Jan 2005 |
| fe599e17 | 07-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix errors that occur when accessing SystemACE CF Patch by Jeff Angielski, 09 Jan 2005 |
| 5ad73a81 | 05-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix 'mii help' text formatting Patch by Cory Tusar, 10 Dec 2004 |