Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/54004 )
Change subject: mb/msi/h81m-p33: Use `ACPI_DSDT_REV_2` macro ......................................................................
mb/msi/h81m-p33: Use `ACPI_DSDT_REV_2` macro
Change-Id: I15846bf23e49666e4948f623d6320d5c29e00bd4 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/54004 Reviewed-by: Nico Huber nico.h@gmx.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/msi/h81m-p33/dsdt.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/mainboard/msi/h81m-p33/dsdt.asl b/src/mainboard/msi/h81m-p33/dsdt.asl index 9c55945..41b73fa 100644 --- a/src/mainboard/msi/h81m-p33/dsdt.asl +++ b/src/mainboard/msi/h81m-p33/dsdt.asl @@ -5,7 +5,7 @@ DefinitionBlock( "dsdt.aml", "DSDT", - 0x02, /* DSDT revision: ACPI 2.0 and up */ + ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, 0x20141018 /* OEM revision */