Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change initdram() return type to phys_size_t | Becky Bruce | 2008-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> | |||
* | Cleanup compiler warnings, update CHANGELOG | Wolfgang Denk | 2007-04-20 | -4/+2 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | Coding Style cleanup | Wolfgang Denk | 2006-05-03 | -6/+6 |
| | ||||
* | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | 2006-04-19 | -7/+65 |
| | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | Patch by Detlev Zundel, 14 Mar 2005: | wdenk | 2005-03-14 | -0/+36 |
| | | | | NC650: changed NAND flash addressing to using UPMB | |||
* | Cleanup | wdenk | 2004-10-11 | -3/+3 |
| | ||||
* | * Enable NAND flash support for NC650 board. | wdenk | 2004-10-11 | -0/+10 |
| | | | | | * Patch by Thomas Lange 07 Oct 2004: Updated README for DBAu1x00 boards to match current status | |||
* | Add support for IDS "NC650" board | wdenk | 2004-08-28 | -0/+207 |