On Sat, Jul 27, 2024 at 12:21 AM Patrick Rudolph <[email protected]> wrote: > > Add the interrupt flag used in ACPI GTDT table as define. > > Signed-off-by: Patrick Rudolph <[email protected]> > Cc: Simon Glass <[email protected]> > --- > include/acpi/acpi_table.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/acpi/acpi_table.h b/include/acpi/acpi_table.h > index 0de3d3f439..19771c133a 100644 > --- 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) > * > -- > 2.45.2 >
Reviewed-by: Moritz Fischer <[email protected]>

