diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-10-05 16:38:53 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-10-13 18:27:04 +0000 |
commit | 90d00dea55073a9c2d0d39c78a40840cdb17feaf (patch) | |
tree | de6e69540bd2bd2ee81ce30a415c71a3394da757 /src/mainboard/asus/p2b | |
parent | 2d49f220ea8e67da6ed8049a71c9415d16420cd0 (diff) |
{src/mb,util/autoport}: Use macro for DSDT revision
Change-Id: I5a5f4e7067948c5cc7a715a08f7a5a3e9b391191
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45904
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/asus/p2b')
-rw-r--r-- | src/mainboard/asus/p2b/dsdt.asl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b/dsdt.asl b/src/mainboard/asus/p2b/dsdt.asl index e1bda176a9..16278aa757 100644 --- a/src/mainboard/asus/p2b/dsdt.asl +++ b/src/mainboard/asus/p2b/dsdt.asl @@ -9,7 +9,15 @@ #define SUPERIO_SHOW_LPT #include <acpi/acpi.h> -DefinitionBlock ("DSDT.aml", "DSDT", 2, OEM_ID, ACPI_TABLE_CREATOR, 1) + +DefinitionBlock ( + "DSDT.aml", + "DSDT", + ACPI_DSDT_REV_2, + OEM_ID, + ACPI_TABLE_CREATOR, + 1 + ) { /* \_SB scope defining the main processor is generated in SSDT. */ |