aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/bootblock.inc
AgeCommit message (Expand)Author
2013-07-10armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin
2013-04-17armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks
2013-04-11ARM: Unmask aborts very early in the bootblock.Gabe Black
2013-04-08armv7: specify condition code for msr instructionDavid Hendricks
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-19armv7: init stack to 0xdeadbeef to detect stack overflowsDavid Hendricks
2013-02-16armv7/exynos5250: fix usage of _stack and _estackDavid Hendricks
2013-02-10armv7: make bootblock linker script more explicitDavid Hendricks
2013-02-09armv7/exynos: make BL1_SIZE_KB consistent with numbers used...David Hendricks
2013-02-09armv7/snow: add BL1_SIZE_KB and get rid of magic constantsDavid Hendricks
2013-01-19armv7/snow: get to romstageDavid Hendricks
2013-01-17Fix the stack setup code so we can use an arbitrary 32-bit valueRonald G. Minnich
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-17ARM bootblock approachDavid Hendricks
2013-01-12Move init.S to a proper filenameRonald G. Minnich