From f317068fc3138162a59b802773795edfe3e8a8ef Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 21 Feb 2023 14:31:26 +0100 Subject: mb/ocp/*: Remove unused ACPI opregion The base for this region is a magic number and none for the fields are used, which likely means this was simply copied from a different firmware. Change-Id: I217bbd0b098cd15ef296854cc6262d651f11d10e Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/73183 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/soc/intel/xeon_sp/acpi/iiostack.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/xeon_sp') diff --git a/src/soc/intel/xeon_sp/acpi/iiostack.asl b/src/soc/intel/xeon_sp/acpi/iiostack.asl index d2b22962fe..0dd39a0f54 100644 --- a/src/soc/intel/xeon_sp/acpi/iiostack.asl +++ b/src/soc/intel/xeon_sp/acpi/iiostack.asl @@ -31,7 +31,7 @@ CreateDWordField (Arg3, 0x08, CDW3) \ SUPP = CDW2 \ CTRL = CDW3 \ - If ((AHPE || ((SUPP & 0x16) != 0x16))) \ + If ((SUPP & 0x16) != 0x16) \ { \ CTRL &= 0x1E \ } \ -- cgit v1.2.3