summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/tables.c
Commit message (Expand)AuthorAgeFilesLines
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-271-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-261-4/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-3/+3
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-0/+11
* lib: add common write_tables() implementationAaron Durbin2016-04-211-34/+0
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+4
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+5
* arch: only print cbmem entries in one placeAaron Durbin2016-04-211-3/+0
* arch: use Kconfig variable for coreboot table sizeAaron Durbin2016-04-211-1/+1
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-271-8/+0
* ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-031-9/+0
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-0/+77