summaryrefslogtreecommitdiffstats
path: root/board/mpc7448hpc2
Commit message (Collapse)AuthorAgeFilesLines
* FSL: Move board/mpc7448hpc2 under board/freescaleJon Loeliger2008-03-256-1906/+0
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2008-01-121-1/+1
| | | | | | | | | | | | | | | | | | | With recent toolchain versions, some boards would not build because or errors like this one (here for ocotea board when building with ELDK 4.2 beta): ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab] For many boards, the .bss section is big enough that it wraps around at the end of the address space (0xFFFFFFFF), so the problem will not be visible unless you use a 64 bit tool chain for development. On some boards however, changes to the code size (due to different optimizations) we bail out with section overlaps like above. The fix is to add the NOLOAD attribute to the .bss and .sbss sections, telling the linker that .bss does not consume any space in the image. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-152-4/+4
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Some code cleanup.Wolfgang Denk2007-03-042-13/+13
|
* Slight code clean up.roy zang2006-12-041-2/+2
| | | | | Add comments, delete duplicate define and remove spaces. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* Remove the duplicate memory test code for mpc744ihpc2 board.roy zang2006-12-041-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-014-885/+851
| | | | | | | | | | | | (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.
* Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.roy zang2006-11-031-1/+1
| | | | Both work. 0xFF000000 seems more reasonable.
* Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-022-0/+1151
| | | | | | | 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>
* Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-023-0/+212
| | | | | | | Make ,config.mk and link file for the mpc7448hpc2 board. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-021-0/+955
The mpc7448hpc2 board support low level assemble language init code. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
OpenPOWER on IntegriCloud