diff options
| author | Simon Glass <[email protected]> | 2020-09-22 12:44:55 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2020-09-25 11:27:13 +0800 |
| commit | 99e555a79ab882eb8b38886fa5dab053d4d64bfa (patch) | |
| tree | eb8e2fac507b4699de71001816ddc7303c905338 /include/bloblist.h | |
| parent | 7924b499a2c50cfb6ba729d8b3e095ceea1f1679 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/bloblist.h')
| -rw-r--r-- | include/bloblist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h index 609ac421d66..bbe0a35d5a2 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, }; /** |
