mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 02:42:18 +01:00
acpi: Add define for GTDT
Add the interrupt flag used in ACPI GTDT table as define. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Moritz Fischer <moritzf@google.com>
This commit is contained in:
parent
ea37e5064e
commit
04001adce1
@ -707,6 +707,8 @@ struct acpi_gtdt {
|
||||
u32 virt_el2_flags;
|
||||
} __packed;
|
||||
|
||||
#define GTDT_FLAG_INT_ACTIVE_LOW BIT(1)
|
||||
|
||||
/**
|
||||
* struct acpi_bgrt - Boot Graphics Resource Table (BGRT)
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user