summaryrefslogtreecommitdiffstats
path: root/src/lib/coreboot_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/coreboot_table.c')
-rw-r--r--src/lib/coreboot_table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c
index 183e103..d5dc14c 100644
--- a/src/lib/coreboot_table.c
+++ b/src/lib/coreboot_table.c
@@ -264,7 +264,8 @@ static void add_cbmem_pointers(struct lb_header *header)
int table_tag;
} section_ids[] = {
{CBMEM_ID_TIMESTAMP, LB_TAG_TIMESTAMPS},
- {CBMEM_ID_CONSOLE, LB_TAG_CBMEM_CONSOLE}
+ {CBMEM_ID_CONSOLE, LB_TAG_CBMEM_CONSOLE},
+ {CBMEM_ID_ACPI_GNVS, LB_TAG_ACPI_GNVS},
};
int i;
OpenPOWER on IntegriCloud