summaryrefslogtreecommitdiff
path: root/board/mpc7448hpc2/mpc7448hpc2.c
Commit message (Collapse)AuthorAgeLines
* FSL: Move board/mpc7448hpc2 under board/freescaleJon Loeliger2008-03-25-107/+0
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-15-2/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Some code cleanup.Wolfgang Denk2007-03-04-1/+1
|
* Remove the duplicate memory test code for mpc744ihpc2 board.roy zang2006-12-04-378/+0
| | | | | | If a memory test is needed, please use the functions in post/memory.c or memtest command. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* Clean up the code according to codestyle:roy zang2006-12-01-78/+74
| | | | | | | | | | | | (1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
* Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+489
mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>