aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/tables.c
AgeCommit message (Expand)Author
2020-06-02src: Remove unused 'include <bootstate.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-03-31arch/x86/tables: Move max ACPI table size to KconfigDuncan Laurie
2020-03-06src/arch/x86: Convert to SPDX license headerPatrick Georgi
2019-11-10arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans
2019-09-10AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth
2019-06-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21arch/x86/tables: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-08-09arch/x86/tables.c: Avoid static analysis error for unused valueRichard Spiegel
2018-04-30lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph
2017-10-29arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INITFurquan Shaikh
2017-10-18arch/x86: restore forwarding table on resume for EARLY_EBDA_INITAaron Durbin
2017-03-17arch/x86: Wrap lines at 80 columnsLee Leahy
2017-03-17arch/x86: Fix space issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix issues with braces detected by checkpatchLee Leahy
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/x86: remove low coreboot table supportAaron Durbin
2016-04-21arch/x86: clean up write_tables()Aaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-01-19arch/x86: Indent using tabs not spacesMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-07-13x86: flatten hierarchyStefan Reinauer