summaryrefslogtreecommitdiff
path: root/include/configs/mpc7448hpc2.h
AgeCommit message (Collapse)Author
2007-03-04Some code cleanup.Wolfgang Denk
2007-01-22use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAProy zang
The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support mpc7448hpc2 board.
2006-12-04Remove the static MAC address, ip address, server ip, netmask androy zang
gateway ip for network setting. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-12-04Remove the duplicate memory test code for mpc744ihpc2 board.roy zang
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>
2006-12-01Fix the exception occuring in RAM table search issue.roy zang
The original search_one_table() function code can only processes the search for the exception occurring in FLASH/ROM, because the exception and fixup table usually locate in FLASH. If the exception address is also in FLASH, it will be OK. If the exception occurs in RAM, after the u-boot relocation, a relocation offset should be added. clean up the code in cpu/74xx_7xx/cpu.c Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-12-01Clean up the code according to codestyle:roy zang
(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.
2006-11-03Remove some unused CFG define.roy zang
undef CFG_DRAM_TEST
2006-11-02Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang
The mpc7448hpc2 board support header file. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>