mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
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>
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user