summaryrefslogtreecommitdiffstats
path: root/board/uc101
Commit message (Collapse)AuthorAgeFilesLines
* mpc5200, mucmc52, uc101: config cleanupHeiko Schocher2009-09-251-0/+7
| | | | | | | | | | | | | | - As these boards are similiar, collect common config options in manroland/common.h and manroland/mpc52xx-common.h for mpc5200 specific common options for this manufacturer. - add OF support - update default environment Signed-off-by: Heiko Schocher <hs@denx.de> Minor edit of commit message. Signed-off-by: Wolfgang Denk <wd@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-10/+10
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk2008-07-021-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* 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>
* Remove obsolete mpc5xxx linker scripts (3 of 3)Grant Likely2007-07-041-136/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc5xxx linker scriptsGrant Likely2007-07-041-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 Schocher2007-04-141-0/+2
| | | | | | clear the Display after reset. Signed-off-by: Heiko Schocher <hs@denx.de>
* UC101: fix compiler warningsWolfgang Denk2007-03-071-9/+9
|
* Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-151-5/+2
| | | | Some code cleanup.
* [PATCH] Add support for the UC101 board from MAN.Heiko Schocher2006-12-214-0/+601
Signed-off-by: Heiko Schocher <hs@denx.de>
OpenPOWER on IntegriCloud