Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -6/+6 |
| | | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -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 global | Wolfgang Denk | 2007-09-15 | -6/+1 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | Remove the deleted files for the SMN42 patch | Peter Pearse | 2007-05-09 | -1430/+0 |
| | ||||
* | New board SMN42 branch | Peter Pearse | 2007-05-09 | -253/+22 |
| | ||||
* | LPC2292: patch from Siemens. | Gary Jennejohn | 2007-02-12 | -1/+1 |
| | ||||
* | LPC2292 SODIMM port coding style cleanup. | Wolfgang Denk | 2007-01-30 | -367/+364 |
| | ||||
* | Add port for the lpc2292sodimm evaluation board from EmbeddedArtists | Gary Jennejohn | 2007-01-24 | -0/+2201 |