From 621aff9c02a94006ca10762d9e5e210ad1c64a86 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 14 Aug 2022 12:35:22 +0200 Subject: mb/**/dsdt.asl: Drop misleading "OEM revision" comment It is highly unlikely that the "OEM revision" of the DSDT is 0x20110725 on mainboards with a chipset not yet released on 2011-07-25. Since this comment is most likely to have been copy-pasted from other boards, drop it from boards which use a chipset newer than Sandy/Ivy Bridge. Change-Id: If2f61d09082806b461878a76b286204ae56bf0eb Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/66715 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Felix Singer Reviewed-by: Tarun Tuli Reviewed-by: Frans Hendriks --- src/mainboard/siemens/chili/dsdt.asl | 2 +- src/mainboard/siemens/mc_apl1/dsdt.asl | 2 +- src/mainboard/siemens/mc_ehl/dsdt.asl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/siemens') diff --git a/src/mainboard/siemens/chili/dsdt.asl b/src/mainboard/siemens/chili/dsdt.asl index f59f733268..0f35af81ef 100644 --- a/src/mainboard/siemens/chili/dsdt.asl +++ b/src/mainboard/siemens/chili/dsdt.asl @@ -7,7 +7,7 @@ DefinitionBlock( ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, - 0x20110725 // OEM revision + 0x20110725 ) { #include diff --git a/src/mainboard/siemens/mc_apl1/dsdt.asl b/src/mainboard/siemens/mc_apl1/dsdt.asl index e5e45065ea..cb87f9c60c 100644 --- a/src/mainboard/siemens/mc_apl1/dsdt.asl +++ b/src/mainboard/siemens/mc_apl1/dsdt.asl @@ -7,7 +7,7 @@ DefinitionBlock( ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, - 0x20110725 // OEM revision + 0x20110725 ) { #include diff --git a/src/mainboard/siemens/mc_ehl/dsdt.asl b/src/mainboard/siemens/mc_ehl/dsdt.asl index 419ac35b8a..b60f57b238 100644 --- a/src/mainboard/siemens/mc_ehl/dsdt.asl +++ b/src/mainboard/siemens/mc_ehl/dsdt.asl @@ -8,7 +8,7 @@ DefinitionBlock( ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, - 0x20110725 /* OEM revision */ + 0x20110725 ) { #include -- cgit v1.2.3