coreboot/payloads/libpayload/arch/x86
Vadim Bendebury 0afae893d5 libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication
It turns out that CB_TAG_ACPI_GNVS is handled in both x86 specific and
common coreboot table parsing code. The MRC cache case used only by
x86 is handled in the common code.

This patch restores sanity and moves processing to where it belongs.

BRANCH=none
BUG=none
TEST=verified that arm and x86 targets build.

Change-Id: I2c114a8469455002c51593cb8be80585925969a7
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/225457
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2014-10-25 01:18:48 +00:00
..
Config.in libpayload: Make whether or not there's an IO address space configurable 2013-03-13 23:02:05 +01:00
coreboot.c libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication 2014-10-25 01:18:48 +00:00
exception.c libpayload: Rework exception hook interface 2014-06-11 03:30:54 +00:00
exception_asm.S libpayload: Rework exception hook interface 2014-06-11 03:30:54 +00:00
exec.S
gdb.c libpayload: Add remote GDB support 2014-06-11 03:33:56 +00:00
head.S
libpayload.ldscript libpayload; put the ldscript into an arch-dependent directory path 2013-02-14 21:32:02 +01:00
main.c libpayload: x86: Add support for catching processor exceptions. 2013-12-18 07:46:59 +00:00
Makefile.inc libpayload: Introduce new Kconfig to explicitly allow GPL code 2014-06-13 20:37:29 +00:00
multiboot.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2013-08-14 17:05:33 -07:00
rom_media.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2013-08-14 17:05:33 -07:00
selfboot.c libpayload: Introduce new Kconfig to explicitly allow GPL code 2014-06-13 20:37:29 +00:00
string.c
sysinfo.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2013-08-14 17:05:33 -07:00
timer.c libpayload: timer: Move the timer drivers from depthcharge to libpayload. 2014-04-12 05:54:01 +00:00
util.S
virtual.c