summaryrefslogtreecommitdiff
path: root/board/esd/cpci2dp/cpci2dp.c
Commit message (Collapse)AuthorAgeLines
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-14/+14
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ppc4xx: Remove obsolete or unused functions from some esd boardsMatthias Fuchs2008-09-03-21/+0
| | | | | | | | | This patch removes initdram() and testdram() from most esd 405 platforms. Some boards also have an empty dummy implementation of misc_init_f(). This is also removed. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12-1/+1
| | | | | | | | | | | | | | | | | | | This patch changes the return type of initdram() from long int to phys_size_t. This is required for a couple of reasons: long int limits the amount of dram to 2GB, and u-boot in general is moving over to phys_size_t to represent the size of physical memory. phys_size_t is defined as an unsigned long on almost all current platforms. This patch *only* changes the return type of the initdram function (in include/common.h, as well as in each board's implementation of initdram). It does not actually modify the code inside the function on any of the platforms; platforms which wish to support more than 2GB of DRAM will need to modify their initdram() function code. Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc MPC8641HPCN. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-1/+2
|
* Minor code cleanupWolfgang Denk2006-03-06-2/+2
|
* PMC405 and CPCI405: Moved configuration of pci resources into config file.Stefan Roese2006-01-18-22/+10
| | | | | | PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-04-24/+20
|
* 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
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-1/+1
|
* esd CPCI2DP board addedStefan Roese2005-09-22-0/+215
Patch by Matthias Fuchs, 22 Sep 2005