aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm
AgeCommit message (Expand)Author
2014-10-07cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black
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-24arm: add missing gc-sections for ramstageIsaac Christensen
2014-09-22arm: Update mem* functions to newer versionsJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-22arm: Have the linker garbage-collect unused functions and variablesJulius Werner
2014-09-15arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-13arm: Put exception_stack into BSSJulius Werner
2014-09-12arm: Remove some pointless CFLAGSJulius 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-09ARMv4: Add a minimal version of cpu.h.Gabe Black
2014-09-09ARM: Add an ARMv4 architecture version.Gabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black