git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea37e50
)
acpi: Add define for GTDT
author
Patrick Rudolph
<patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:19:49 +0000
(15:19 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/acpi/acpi_table.h
b/include/acpi/acpi_table.h
index
a1bdab7
..
c6a3e44
100644
(file)
--- a/
include/acpi/acpi_table.h
+++ b/
include/acpi/acpi_table.h
@@
-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)
*