aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch/arm
AgeCommit message (Expand)Author
2021-02-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2020-07-25payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tabElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-04-05libpayload: Align main() data typesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-12libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32Julius Werner
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2016-08-13libpayload: head.S: Avoid clearing BSS (and heap) againJulius Werner
2016-03-15libpayload: Move base address, stack and heap size to KconfigStefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-07-06cbfs: define libpayload_init_default_cbfs_media weaklyDaisuke Nojiri
2015-07-01libpayload: Fix compilation on ARM with GDB enabledStefan Reinauer
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-12libpayload: Rename Config.in -> KconfigStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
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