summaryrefslogtreecommitdiff
path: root/include/bloblist.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-22 21:44:55 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-25 06:27:13 +0300
commit99e555a79ab882eb8b38886fa5dab053d4d64bfa (patch)
treeeb8e2fac507b4699de71001816ddc7303c905338 /include/bloblist.h
parent7924b499a2c50cfb6ba729d8b3e095ceea1f1679 (diff)
downloadu-boot-99e555a79ab882eb8b38886fa5dab053d4d64bfa.tar.xz
x86: coral: Add ACPI tables for coral
This device has a large set of ACPI tables. Bring these in from coreboot so that full functionality is available (apart from SMI). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bloblist.h')
-rw-r--r--include/bloblist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h
index 609ac421d6..bbe0a35d5a 100644
--- a/include/bloblist.h
+++ b/include/bloblist.h
@@ -27,6 +27,11 @@ enum bloblist_tag_t {
BLOBLISTT_SPL_HANDOFF, /* Hand-off info from SPL */
BLOBLISTT_VBOOT_CTX, /* Chromium OS verified boot context */
BLOBLISTT_VBOOT_HANDOFF, /* Chromium OS internal handoff info */
+ /*
+ * Advanced Configuration and Power Interface Global Non-Volatile
+ * Sleeping table. This forms part of the ACPI tables passed to Linux.
+ */
+ BLOBLISTT_ACPI_GNVS,
};
/**