aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch/arm
AgeCommit message (Expand)Author
2015-04-17libpayload: sync arch/arm/cache.c with corebootDavid Hendricks
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-03-20libpayload: Consolidate coreboot table parsingVadim Bendebury
2015-03-20libpayload: Add board id parsingVadim Bendebury
2015-01-09libpayload: Add remote GDB supportJulius Werner
2015-01-09libpayload: Introduce new Kconfig to explicitly allow GPL codeJulius Werner
2015-01-09libpayload: Rework exception hook interfaceJulius Werner
2015-01-06libpayload: arm: add code to clear bssVadim Bendebury
2015-01-03arm: Fix stored PC value when handling exceptionsJulius Werner
2014-12-30libpayload: Provide selfboot function.Hung-Te Lin
2014-12-30libpayload: arm: Add EABI compatible utility functions.Hung-Te Lin
2014-12-15arm: Fix minor mistake in cache maintenance assemblyJulius Werner
2014-12-09ARM: API to Map Physical Address to Wipe Memory above 4GBDaisuke Nojiri
2014-12-09libpayload: ARM: Keep track of the CPSR when exceptions happen.Gabe Black
2014-12-09libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black
2014-12-09libpayload: arm: Pass the coreboot table location to the payload.Gabe Black
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-09-29arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner
2014-09-22arm: Update mem* functions to newer versionsJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-22libpayload: Add vboot handoff parsing on ARMStefan Reinauer
2014-09-13arm: Put exception_stack into BSSJulius Werner
2014-09-12arm: Remove some pointless CFLAGSJulius Werner
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black