aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/armv4
AgeCommit message (Expand)Author
2020-08-24src/arch: Drop unneeded empty linesElyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/arm: Convert to SPDX license headerPatrick Georgi
2019-08-29arch/arm: Make ARM stages select ARCH_ARMArthur Heymans
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2016-07-31src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-14timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner
2015-04-13arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner
2015-04-07armv4: correct ARMV4 VERSTAGE guardAaron Durbin
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-04armv4: Add verstage to armv4Furquan Shaikh
2015-03-20bootblocks: use run_romstage()Aaron Durbin
2015-03-17rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh
2015-03-04coreboot rush: Add support for basic romstageFurquan Shaikh
2015-01-27vboot2: add verstageStefan Reinauer
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
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-09build: Add ccopts back into the buildMarc Jones
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-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-09arm: Update a stale comment in bootblock .S filesDavid Hendricks
2014-09-09ARM: Add an ARMv4 architecture version.Gabe Black