summaryrefslogtreecommitdiff
path: root/board/esd
Commit message (Collapse)AuthorAgeLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flashWolfgang Denk2007-08-16-229/+144
|\
| * Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-15-1602/+1227
| |\
| * | Small coding style cleanupStefan Roese2007-07-09-2/+0
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | Migrate esd 405EP boards to new NAND subsystemMatthias Fuchs2007-07-09-225/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate esd 405EP boards to new NAND subsystem -cleanup -use correct io accessors (in/out_be32()) Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
| * | Migrate esd 405EP boards to new NAND subsystemMatthias Fuchs2007-07-09-0/+91
| | | | | | | | | | | | | | | | | | | | | This patch prepares the migration from the legacy NAND driver to U-Boot's new NAND subsystem for esd boards. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
* | | ppc7xx: Update CPCI750 boardStefan Roese2007-08-16-4/+87
| |/ |/| | | | | | | | | | | | | | | This small CPCI750 update extends the board specific command "show_config" to display the Marvell strapping registers and extends the PCI IDE controller. Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-14-401/+29
|\ \
| * \ Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-06-24/+24
| |\ \
| | * \ Merge branch 'testing' into workingAndy Fleming2007-08-03-400/+28
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
| * | | | Fix build errors and warnings / code cleanup.Wolfgang Denk2007-08-02-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | | board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-09-19/+19
| | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely2007-07-04-372/+0
| | | | | | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * | | Minor coding style cleanup. Rebuild CHANGELOG file.Wolfgang Denk2007-07-04-20/+0
| | | |
| * | | board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-18/+18
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | new FPGA image for PLU405 boardMatthias Fuchs2007-07-28-1160/+1179
| |/ |/| | | | | | | | | new FPGA image for PLU405 board with improved CompactFlash timing Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
* | Coding style cleanup; update CHANGELOG.Wolfgang Denk2007-07-10-44/+24
|/ | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-25-2/+2
| | | | | | | | This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
* ppc4xx: Maintenance patch for esd's CPCI405 derivatsMatthias Fuchs2007-06-25-21/+55
| | | | | | | | | -add pci_pre_init() for pci interrupt fixup code -disable phy sleep mode via reset_phy() function -use correct io accessors -cleanup Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
* fixed ethernet phy configuration for plu405 boardMatthias Fuchs2007-03-08-6/+11
| | | | Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
* Minor code cleanup.Wolfgang Denk2007-02-27-12/+10
|
* Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-20-2/+1
|\
| * [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-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>
* | [PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese2007-02-20-1/+1
|/ | | | | | | | | | | | | | This patch adds support for multiple I2C busses on the PPC4xx platforms. Define CONFIG_I2C_MULTI_BUS in the board config file to make use of this feature. It also merges the 405 and 440 i2c header files into one common file 4xx_i2c.h. Also the 4xx i2c reset procedure is reworked since I experienced some problems with the first access on the 440SPe Katmai board. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update esd cpci5200 filesStefan Roese2007-01-31-10/+53
| | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* [PATCH] Add support for esd mecp5200 boardStefan Roese2007-01-31-0/+515
| | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* Code cleanup.Wolfgang Denk2006-11-30-4/+2
|
* - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-01-12/+8
| | | | | | | | MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-27/+27
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Coding style cleanupWolfgang Denk2006-10-09-1/+1
|
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-164/+345
| | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* Merge with /home/m8/git/u-bootWolfgang Denk2006-04-12-32/+8
|\
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-32/+8
| | | | | | | | Some more NAND cleanup and small fixes.
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-65/+26
|/
* Minor code cleanupWolfgang Denk2006-03-06-106/+98
|
* Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-06-17/+52
|\ | | | | | | | | | | | | 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-05-17/+52
| | | | | | | | | | | | | | 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.
* | Convert CPCI750 to use common CFI flash driverStefan Roese2006-02-08-764/+18
| | | | | | | | Patch by Reinhard Arlt, 8 Feb 2006
* | Various changes to esd HH405 board specific filesStefan Roese2006-02-07-2567/+2614
|/ | | | Patch by Matthias Fuchs, 07 Feb 2006
* Fix various compiler warnings on ppc4xx builds (ELDK 4.0)Stefan Roese2006-01-18-4/+4
| | | | Patch by Stefan Roese, 18 Jan 2006
* Add VGA support (CT69000) to CPCI750 board.Stefan Roese2006-01-18-8/+72
| | | | | | Insert missing __le32_to_cpu() for filesize in ext2fs_read_file(). Patch by Reinhard Arlt, 30 Dec 2005
* PMC405 and CPCI405: Moved configuration of pci resources into config file.Stefan Roese2006-01-18-49/+191
| | | | | | PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005
* (no commit message)Wolfgang Denk2005-12-12-0/+27
|
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-04-25/+21
|
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-2/+2
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* New PPC 405EP board added: CMS700Stefan Roese2005-11-15-15/+2410
| | | | | | Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005
* Updated PCI mapping for esd CPCI2DP board.Stefan Roese2005-11-08-6/+9
| | | | | Add support for error LED. Patch by Matthias Fuchs, 07 Nov 2005
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-29-2/+2
|\
| * Add support for multiple PHYs.Marian Balakowicz2005-10-28-2/+2
| |
* | Fix conflicting types (flash_write()) in esd auto_update.cStefan Roese2005-10-20-1/+1
|/ | | | Patch by Stefan Roese, 20 Oct 2005