aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/armv7
AgeCommit message (Expand)Author
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-09-29arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner
2014-09-29arm: Import armv7_dcache_wbinv_all function from NetBSDJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-13arm: Put exception_stack into BSSJulius Werner
2014-09-12tegra124/nyan: various fixes and additionsHung-Te Lin
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-09arm: Update a stale comment in bootblock .S filesDavid Hendricks
2014-09-09exynos: Install the BL1 and set the checksum in the Makefile.Gabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black