summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7/bootblock.inc
Commit message (Expand)AuthorAgeFilesLines
* armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin2013-07-101-8/+0
* armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks2013-04-171-2/+0
* ARM: Unmask aborts very early in the bootblock.Gabe Black2013-04-111-1/+4
* armv7: specify condition code for msr instructionDavid Hendricks2013-04-081-1/+1
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-201-1/+1
* armv7: init stack to 0xdeadbeef to detect stack overflowsDavid Hendricks2013-02-191-0/+18
* armv7/exynos5250: fix usage of _stack and _estackDavid Hendricks2013-02-161-1/+1
* armv7: make bootblock linker script more explicitDavid Hendricks2013-02-101-0/+2
* armv7/exynos: make BL1_SIZE_KB consistent with numbers used...David Hendricks2013-02-091-1/+1
* armv7/snow: add BL1_SIZE_KB and get rid of magic constantsDavid Hendricks2013-02-091-1/+1
* armv7/snow: get to romstageDavid Hendricks2013-01-191-1/+1
* Fix the stack setup code so we can use an arbitrary 32-bit valueRonald G. Minnich2013-01-171-1/+9
* armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks2013-01-171-4/+4
* ARM bootblock approachDavid Hendricks2013-01-171-6/+1
* Move init.S to a proper filenameRonald G. Minnich2013-01-121-0/+92