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> | |||
* | Remove obsolete mpc5xxx linker scripts (3 of 3) | Grant Likely | 2007-07-04 | -136/+0 |
| | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | Consolidate mpc5xxx linker scripts | Grant Likely | 2007-07-04 | -0/+1 |
| | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | [Fix] Set the LED status register on the UC101 for the LXT971 PHY. | Heiko Schocher | 2007-04-14 | -0/+2 |
| | | | | | | clear the Display after reset. Signed-off-by: Heiko Schocher <hs@denx.de> | |||
* | UC101: fix compiler warnings | Wolfgang Denk | 2007-03-07 | -9/+9 |
| | ||||
* | Merge with /home/hs/SC3/u-boot | Wolfgang Denk | 2007-01-15 | -5/+2 |
| | | | | Some code cleanup. | |||
* | [PATCH] Add support for the UC101 board from MAN. | Heiko Schocher | 2006-12-21 | -0/+601 |
Signed-off-by: Heiko Schocher <hs@denx.de> |