summaryrefslogtreecommitdiff
path: root/src/arch/arm/tables.c
AgeCommit message (Expand)Author
2020-03-06src/arch/arm: Convert to SPDX license headerPatrick Georgi
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2018-05-04lib/bootmem: Add more bootmem tagsPatrick Rudolph
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-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-03ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki
2014-09-08ARM: Generalize armv7 as arm.Gabe Black