HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50191 )
Change subject: acpi/acpi.h: Add MADT's MULTIPROCESSOR_WAKEUP ......................................................................
acpi/acpi.h: Add MADT's MULTIPROCESSOR_WAKEUP
ACPI 6.4 adds Multiprocessor Wakeup.
Change-Id: I999d43c9c1d6928fcf4cc3620b28a69d5319c30e Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/acpi/acpi.h 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/50191/1
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index fa24902..c313985 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -492,7 +492,8 @@ GIC_MSI_FRAME, /* GIC MSI Frame */ GICR, /* GIC Redistributor */ GIC_ITS, /* Interrupt Translation Service */ - /* 0x10-0x7f: Reserved */ + MULTIPROCESSOR_WAKEUP, /* Multiprocessor Wakeup */ + /* 0x11-0x7f: Reserved */ /* 0x80-0xff: Reserved for OEM use */ };