summaryrefslogtreecommitdiff
path: root/arch/arm/lpc17xx/startup.s
AgeCommit message (Expand)Author
2011-01-27Trying a better reset sequence, by de-initting all possible devices.Nicolas "Pixel" Noble
2011-01-27Adding slightly better exception handlers.Nicolas "Pixel" Noble
2011-01-26Merging the two ldscripts into one, creating better bss support, and cleaning...Nicolas "Pixel" Noble
2011-01-26Meh, it seems I suck at ARM assembly. Doing this by calling memcpy for now, w...Nicolas "Pixel" Noble
2011-01-25Privileged functions weren't privileged.Pixel
2011-01-25Adding copy of the mutable rom data into its position in ram, and fixing make...Nicolas "Pixel" Noble
2011-01-25Having the board actually booting; the reset handler needs to be referenced b...Nicolas "Pixel" Noble
2011-01-24Sanitizing sbrk with stack stuff.Nicolas "Pixel" Noble
2011-01-23Shuffling a few files around, and adding assembly file support.Pixel