aboutsummaryrefslogtreecommitdiff
path: root/include/bloblist.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-22 12:45:03 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-09-25 11:27:15 +0800
commitc9cc37de2c71ebbf953c290144c3efc18145ded9 (patch)
tree0288df4ef4140ad3c4e22513e0ecb3907c2a3b76 /include/bloblist.h
parente4f09f97c96b123aa0a334a7f6fc38f6a14154aa (diff)
downloadu-boot-c9cc37de2c71ebbf953c290144c3efc18145ded9.zip
u-boot-c9cc37de2c71ebbf953c290144c3efc18145ded9.tar.gz
u-boot-c9cc37de2c71ebbf953c290144c3efc18145ded9.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h
index bbe0a35..7d84805 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 */
};
/**