Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [PATCH 1_4] Merge common get_dev() routines for block devices | Grant Likely | 2007-02-20 | -2/+1 |
| | | | | | | | Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | 2006-04-08 | -8/+8 |
| | | | | Some more NAND cleanup and small fixes. | |||
* | Minor code cleanup | Wolfgang Denk | 2006-03-06 | -4/+0 |
| | ||||
* | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | 2006-03-06 | -10/+18 |
|\ | | | | | | | | | | | | | Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot] | |||
| * | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | 2006-03-05 | -10/+18 |
| | | | | | | | | | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards. | |||
* | | Various changes to esd HH405 board specific files | Stefan Roese | 2006-02-07 | -0/+3 |
|/ | | | | Patch by Matthias Fuchs, 07 Feb 2006 | |||
* | Fix various compiler warnings on ppc4xx builds (ELDK 4.0) | Stefan Roese | 2006-01-18 | -1/+1 |
| | | | | Patch by Stefan Roese, 18 Jan 2006 | |||
* | PMC405 and CPCI405: Moved configuration of pci resources into config file. | Stefan Roese | 2006-01-18 | -0/+123 |
| | | | | | | PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005 | |||
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2005-10-29 | -2/+2 |
|\ | ||||
| * | Add support for multiple PHYs. | Marian Balakowicz | 2005-10-28 | -2/+2 |
| | | ||||
* | | Fix conflicting types (flash_write()) in esd auto_update.c | Stefan Roese | 2005-10-20 | -1/+1 |
|/ | | | | Patch by Stefan Roese, 20 Oct 2005 | |||
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -7/+7 |
| | ||||
* | Fix gzip bmp support (test if malloc fails, warning when truncated). | Stefan Roese | 2005-10-08 | -8/+15 |
| | | | | | Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005 | |||
* | Fix VOH405 Support | Wolfgang Denk | 2005-09-25 | -2/+3 |
| | | | | Patch by Matthias Fuchs, 25 Sep 2005 | |||
* | Add SM501 support to HH405 board. | Stefan Roese | 2005-09-22 | -81/+177 |
| | | | | | | 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 | |||
* | Update for esd auto_update and hh405 board | stroese | 2005-03-16 | -0/+19 |
| | ||||
* | Code cleanup. | wdenk | 2004-12-16 | -6/+1 |
| | ||||
* | esd common update | stroese | 2004-12-16 | -28/+1578 |
| | ||||
* | esd misc file esd common routines added. | stroese | 2004-09-16 | -0/+40 |
| | ||||
* | * Patches by Xianghua Xiao, 15 Oct 2003: | wdenk | 2003-10-15 | -160/+160 |
| | | | | | | | | - Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup | |||
* | Xilinx jtag tool added. | stroese | 2003-09-12 | -0/+2402 |
| | ||||
* | * Code cleanup: | wdenk | 2003-06-27 | -134/+134 |
| | | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen) | |||
* | Code reworked for PPC405EP support. | stroese | 2003-05-23 | -21/+16 |
| | ||||
* | Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). | stroese | 2003-02-14 | -1/+1 |
| | ||||
* | Initial revision | wdenk | 2002-11-03 | -0/+464 |
| | ||||
* | Initial revision | wdenk | 2002-08-17 | -0/+646 |