diff options
author | Duncan Laurie <dlaurie@google.com> | 2020-04-29 00:11:19 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-01 06:54:21 +0000 |
commit | de13519ca58c12845b1bdc525654f5da5365b7bf (patch) | |
tree | 766c83a94a599a7dd914d9cdd545d86a25c48b44 /src/arch/x86 | |
parent | c1adeb68a0228a514f68baec89994ec77a1311fe (diff) |
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40881
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/include/arch/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h index 86b3932f89..5314d78197 100644 --- a/src/arch/x86/include/arch/acpi.h +++ b/src/arch/x86/include/arch/acpi.h @@ -118,6 +118,7 @@ typedef struct acpi_gen_regaddr { #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 { |