Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40881 )
Change subject: arch/x86/acpi: Add define for generic container HID ......................................................................
arch/x86/acpi: Add define for generic container HID
The generic container HID is defined in ACPI specification as PNP0A05.
BUG=b:146482091
Signed-off-by: Duncan Laurie dlaurie@google.com Change-Id: I3632e77533a47f22b92259b469b03e63f51687e0 --- M src/arch/x86/include/arch/acpi.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/40881/1
diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h index 86b3932..5314d78 100644 --- a/src/arch/x86/include/arch/acpi.h +++ b/src/arch/x86/include/arch/acpi.h @@ -118,6 +118,7 @@ #define ACPI_HID_COM "PNP0501" #define ACPI_HID_LPT "PNP0400" #define ACPI_HID_PNP "PNP0C02" +#define ACPI_HID_CONTAINER "PNP0A05"
/* Generic ACPI header, provided by (almost) all tables */ typedef struct acpi_table_header {