diff options
author | Simon Glass | 2020-09-22 12:45:03 -0600 |
---|---|---|
committer | Bin Meng | 2020-09-25 11:27:15 +0800 |
commit | c9cc37de2c71ebbf953c290144c3efc18145ded9 (patch) | |
tree | 0288df4ef4140ad3c4e22513e0ecb3907c2a3b76 /include/bloblist.h | |
parent | e4f09f97c96b123aa0a334a7f6fc38f6a14154aa (diff) |
x86: apl: Support writing the IntelGraphicsMem table
This table is needed by the Linux graphics driver to handle graphics
correctly. Write it to ACPI.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bloblist.h')
-rw-r--r-- | include/bloblist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h index bbe0a35d5a2..7d8480548e0 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -32,6 +32,7 @@ enum bloblist_tag_t { * Sleeping table. This forms part of the ACPI tables passed to Linux. */ BLOBLISTT_ACPI_GNVS, + BLOBLISTT_INTEL_VBT, /* Intel Video-BIOS table */ }; /** |