summaryrefslogtreecommitdiff
path: root/arch/arm/lpc17xx/ldscript
AgeCommit message (Collapse)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, ↵Nicolas "Pixel" Noble
highly untested.
2011-01-29Adding some romfs support.Pixel
2011-01-27I fail at C-programming. Base VTOR address now works properly.Pixel
2011-01-28Work on the MPU port. The exception VTOR redirection doesn't work as expected.Nicolas "Pixel" Noble
2011-01-26More senseful init sequence, and memory alignment.Pixel
2011-01-26Simplification of the ldscript, and consolidation of the makefiles.Pixel
2011-01-26Merging the two ldscripts into one, creating better bss support, and ↵Nicolas "Pixel" Noble
cleaning the bss section in the boot phase.
2011-01-26Forgot to provide a couple of needed exports for the non-mpu ldscript - ↵Nicolas "Pixel" Noble
technically, these two could be the same script actually.
2011-01-24The heap needs to be anonymous; adding generic __heap_start and __heap_end ↵Nicolas "Pixel" Noble
symbols. Also marking the beginning and the end of the rom-to-ram sections.
2011-01-23Tweaking a few more flags, and adding more symbols to the ldscript.Pixel
2011-01-23Shuffling a few files around, and adding assembly file support.Pixel