summaryrefslogtreecommitdiffstats
path: root/board/esd/common
Commit message (Collapse)AuthorAgeFilesLines
* board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
| | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-092-9/+9
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-042-8/+8
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-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 Balakowicz2006-04-081-8/+8
| | | | Some more NAND cleanup and small fixes.
* Minor code cleanupWolfgang Denk2006-03-062-4/+0
|
* Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-061-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-specificBartlomiej Sieka2006-03-051-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 filesStefan Roese2006-02-071-0/+3
|/ | | | Patch by Matthias Fuchs, 07 Feb 2006
* Fix various compiler warnings on ppc4xx builds (ELDK 4.0)Stefan Roese2006-01-181-1/+1
| | | | Patch by Stefan Roese, 18 Jan 2006
* PMC405 and CPCI405: Moved configuration of pci resources into config file.Stefan Roese2006-01-181-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-bootWolfgang Denk2005-10-291-2/+2
|\
| * Add support for multiple PHYs.Marian Balakowicz2005-10-281-2/+2
| |
* | Fix conflicting types (flash_write()) in esd auto_update.cStefan Roese2005-10-201-1/+1
|/ | | | Patch by Stefan Roese, 20 Oct 2005
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-7/+7
|
* Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-10-081-8/+15
| | | | | Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005
* Fix VOH405 SupportWolfgang Denk2005-09-251-2/+3
| | | | Patch by Matthias Fuchs, 25 Sep 2005
* Add SM501 support to HH405 board.Stefan Roese2005-09-221-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 boardstroese2005-03-161-0/+19
|
* Code cleanup.wdenk2004-12-166-6/+1
|
* esd common updatestroese2004-12-1612-28/+1578
|
* esd misc file esd common routines added.stroese2004-09-161-0/+40
|
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-153-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.stroese2003-09-126-0/+2402
|
* * Code cleanup:wdenk2003-06-272-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.stroese2003-05-231-21/+16
|
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-141-1/+1
|
* Initial revisionwdenk2002-11-032-0/+464
|
* Initial revisionwdenk2002-08-171-0/+646
OpenPOWER on IntegriCloud