aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/armv7
AgeCommit message (Expand)Author
2015-01-13vboot2: add verstageDaisuke Nojiri
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2015-01-04arm: lpae: Set XN and PXN bits for noncacheable regionsJimmy Zhang
2015-01-03arm: Fix stored PC value when handling exceptionsJulius Werner
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
2014-12-17ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri
2014-12-15arm: Fix minor mistake in cache maintenance assemblyJulius Werner
2014-12-15armv7: provide compiler options for rmodulesAaron Durbin
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-13arm: Put assembly functions into separate sectionsJulius Werner
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