summaryrefslogtreecommitdiff
path: root/src/lib/cbmem_info.c
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-03-22 11:08:39 -0700
committerRonald G. Minnich <rminnich@gmail.com>2013-04-01 23:35:48 +0200
commit9c07c8f53db10e1c93f41e37a9ba8a246fa0336e (patch)
tree24347356fef788fdb27031e8bb50ce89f4e7f370 /src/lib/cbmem_info.c
parentebf142a12ce4911b766bd618483434519efba0d5 (diff)
downloadcoreboot-9c07c8f53db10e1c93f41e37a9ba8a246fa0336e.tar.xz
lynxpoint: Move ACPI NVS into separate CBMEM table
The ACPI NVS region was setup in place and there was a CBMEM table that pointed to it. In order to be able to use NVS earlier the CBMEM region is allocated for NVS itself during the LPC device init and the ACPI tables point to it in CBMEM. The current cbmem region is renamed to ACPI_GNVS_PTR to indicate that it is really a pointer to the GNVS and does not actually contain the GNVS. Change-Id: I31ace432411c7f825d86ca75c63dd79cd658e891 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/2970 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/lib/cbmem_info.c')
-rw-r--r--src/lib/cbmem_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cbmem_info.c b/src/lib/cbmem_info.c
index 5b02f2df75..ad8c890666 100644
--- a/src/lib/cbmem_info.c
+++ b/src/lib/cbmem_info.c
@@ -33,6 +33,7 @@ static struct cbmem_id_to_name {
{ CBMEM_ID_RESUME, "ACPI RESUME" },
{ CBMEM_ID_RESUME_SCRATCH, "ACPISCRATCH" },
{ CBMEM_ID_ACPI_GNVS, "ACPI GNVS " },
+ { CBMEM_ID_ACPI_GNVS_PTR, "GNVS PTR " },
{ CBMEM_ID_SMBIOS, "SMBIOS " },
{ CBMEM_ID_TIMESTAMP, "TIME STAMP " },
{ CBMEM_ID_MRCDATA, "MRC DATA " },