]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
acpi: Add define for GTDT
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:19:49 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:24:13 +0000 (17:24 -0600)
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>
include/acpi/acpi_table.h

index a1bdab73059bfbaa8a2bd9701a660a11d64d0567..c6a3e44a95228cd64f3a32174ffa262d12d6fc6a 100644 (file)
@@ -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)
  *