summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Remove legacy CBFS APIJulius Werner2024-02-222-44/+0
* payloads: Add SPDX headers to KconfigMartin Roth2024-02-181-0/+2
* payloads: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* libpayload: Fix the stack and data labelsYi Chou2023-12-012-5/+11
* payloads/libpayload: Remove ARCH_SPECIFIC_OPTIONSElyes Haouas2023-08-201-6/+1
* libpayload/arch/x86: Update API handling of CBTABLE handoffMaximilian Brune2023-05-241-6/+1
* treewide [Kconfig]: Remove useless commentElyes HAOUAS2021-02-021-1/+1
* payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tabElyes HAOUAS2020-07-251-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1115-15/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* libpayload: Align main() data typesPatrick Georgi2019-04-051-1/+1
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32Julius Werner2018-10-121-17/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+2
* libpayload: head.S: Avoid clearing BSS (and heap) againJulius Werner2016-08-131-19/+0
* libpayload: Move base address, stack and heap size to KconfigStefan Reinauer2016-03-151-8/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfs: define libpayload_init_default_cbfs_media weaklyDaisuke Nojiri2015-07-061-1/+2
* libpayload: Fix compilation on ARM with GDB enabledStefan Reinauer2015-07-011-0/+1
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-1/+1
* libpayload: Rename Config.in -> KconfigStefan Reinauer2015-06-121-0/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* libpayload: sync arch/arm/cache.c with corebootDavid Hendricks2015-04-171-1/+9
* arm: Dump additional fault registers in abort handlersJulius Werner2015-04-081-0/+12
* libpayload: Consolidate coreboot table parsingVadim Bendebury2015-03-201-268/+8
* libpayload: Add board id parsingVadim Bendebury2015-03-201-0/+15
* libpayload: Add remote GDB supportJulius Werner2015-01-092-0/+116
* libpayload: Introduce new Kconfig to explicitly allow GPL codeJulius Werner2015-01-092-17/+25
* libpayload: Rework exception hook interfaceJulius Werner2015-01-092-65/+57
* libpayload: arm: add code to clear bssVadim Bendebury2015-01-061-4/+18
* arm: Fix stored PC value when handling exceptionsJulius Werner2015-01-031-0/+19
* libpayload: Provide selfboot function.Hung-Te Lin2014-12-302-0/+36
* libpayload: arm: Add EABI compatible utility functions.Hung-Te Lin2014-12-302-0/+57
* arm: Fix minor mistake in cache maintenance assemblyJulius Werner2014-12-151-1/+1
* ARM: API to Map Physical Address to Wipe Memory above 4GBDaisuke Nojiri2014-12-091-1/+116
* libpayload: ARM: Keep track of the CPSR when exceptions happen.Gabe Black2014-12-092-3/+8
* libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black2014-12-093-81/+53
* libpayload: arm: Pass the coreboot table location to the payload.Gabe Black2014-12-093-24/+17
* arm: Put assembly functions into separate sectionsJulius Werner2014-11-135-19/+14
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-101-67/+11
* arm: Thumb ALL the things!Julius Werner2014-11-091-1/+6
* arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner2014-09-293-126/+118
* arm: Update mem* functions to newer versionsJulius Werner2014-09-225-74/+277
* arm: Move libgcc assembly macros to arch/asm.hJulius Werner2014-09-222-15/+13
* libpayload: Add vboot handoff parsing on ARMStefan Reinauer2014-09-221-0/+11
* arm: Put exception_stack into BSSJulius Werner2014-09-132-53/+13
* arm: Remove some pointless CFLAGSJulius Werner2014-09-121-1/+1
* tegra124/nyan: rougly stable code baseGabe Black2014-09-111-6/+9
* ARM: Generalize armv7 as arm.Gabe Black2014-09-0817-0/+1897