summaryrefslogtreecommitdiff
path: root/src/arch/arm
AgeCommit message (Expand)Author
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-07-25src/arch: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-21arch/arm/armv7: Correct checkpatch errorsLogan Carlson
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-06-02arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson
2017-06-02arch/arm: Correct checkpatch errorsLogan Carlson
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-08-23arch/arm & arm64: Remove unnecessary whitespace before "\n"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-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-03-23armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2016-01-13arch/arm: add missing license headersMartin Roth
2016-01-07Correct some common spelling mistakesMartin Roth
2015-12-02build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi
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-10-17armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2015-10-11vboot: remove remnants of VBOOT_STUBAaron Durbin
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-08-31armv7/arm64: remove timestamp.cAaron Durbin
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-07-09arm: add __umoddi3() to libgcc implementationStefan Reinauer
2015-07-09arm: enhance eabi compat functionsStefan Reinauer
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-08Remove empty lines at end of fileElyes HAOUAS