summaryrefslogtreecommitdiff
path: root/src/arch/arm/armv7
AgeCommit message (Expand)Author
2020-07-07armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis
2020-06-02src: Remove redundant includesElyes 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-12-19src/arch: Remove unused <stdlib.h>Elyes HAOUAS
2019-08-29arch/arm: Make ARM stages select ARCH_ARMArthur Heymans
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-06-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-08-09src/arch: Fix typoElyes HAOUAS
2018-06-14arch/arm/armv7: Fix coding styleElyes HAOUAS
2018-05-22Introduce bootblock self-decompressionJulius Werner
2017-07-21arch/arm/armv7: Correct checkpatch errorsLogan Carlson
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-09-12src/arch: Improve code formattingElyes HAOUAS
2016-09-12arch/arm: Add armv7-r configurationHakim Giydan
2016-08-28src/arch: Add required space before opening parenthesis '('Elyes HAOUAS
2016-07-31src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-05-09arch/armv7: Fix end index calculation in mmu_config_range_kbVaradarajan Narayanan
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-01-07Correct some common spelling mistakesMartin Roth
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-11armv7: mmu: Make fine grained page tables work across stagesJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-31armv7/arm64: remove timestamp.cAaron Durbin
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-11cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh
2015-04-30arm/armv7: drop merge left-overPatrick Georgi
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-28arch/arm: Move inclusion of timestamps.c to the right directoryPatrick Georgi
2015-04-22arch/armv7: Add API to disable MMU pages.Deepa Dinamani
2015-04-21armv7: preserve bootblock invocation parameterVadim Bendebury
2015-04-17armv7: set CBFS header to zeroVadim Bendebury
2015-04-17armv7: work around hang in bootblock startup codeDaisuke Nojiri
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-13arch: armv7: Fix cache sync instructions.Deepa Dinamani