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/supermicro/x10slm-f | |
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/supermicro/x10slm-f')
-rw-r--r-- | src/mainboard/supermicro/x10slm-f/dsdt.asl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/x10slm-f/dsdt.asl b/src/mainboard/supermicro/x10slm-f/dsdt.asl index fc0ca022af..08a26ab088 100644 --- a/src/mainboard/supermicro/x10slm-f/dsdt.asl +++ b/src/mainboard/supermicro/x10slm-f/dsdt.asl @@ -2,7 +2,14 @@ #include <acpi/acpi.h> -DefinitionBlock("dsdt.aml", "DSDT", 2, OEM_ID, ACPI_TABLE_CREATOR, 0x20181220) +DefinitionBlock( + "dsdt.aml", + "DSDT", + ACPI_DSDT_REV_2, + OEM_ID, + ACPI_TABLE_CREATOR, + 0x20181220 + ) { #include "acpi/platform.asl" #include <southbridge/intel/common/acpi/platform.asl> |