summaryrefslogtreecommitdiffstats
path: root/board/nc650/nc650.c
Commit message (Collapse)AuthorAgeFilesLines
* Change initdram() return type to phys_size_tBecky Bruce2008-06-121-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>
* Cleanup compiler warnings, update CHANGELOGWolfgang Denk2007-04-201-4/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Coding Style cleanupWolfgang Denk2006-05-031-6/+6
|
* Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-191-7/+65
| | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* Patch by Detlev Zundel, 14 Mar 2005:wdenk2005-03-141-0/+36
| | | | NC650: changed NAND flash addressing to using UPMB
* Cleanupwdenk2004-10-111-3/+3
|
* * Enable NAND flash support for NC650 board.wdenk2004-10-111-0/+10
| | | | | * Patch by Thomas Lange 07 Oct 2004: Updated README for DBAu1x00 boards to match current status
* Add support for IDS "NC650" boardwdenk2004-08-281-0/+207
OpenPOWER on IntegriCloud