Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60585 )
Change subject: mb/aopen/dxplplusu/acpi: Replace Increment() with ASL 2.0 syntax ......................................................................
mb/aopen/dxplplusu/acpi: Replace Increment() with ASL 2.0 syntax
Replace `Increment(a)` with `a++`.
Change-Id: I52315e71a51de5c85f11d68854dfe68a474d5cbe Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/60585 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr --- M src/mainboard/aopen/dxplplusu/acpi/e7505_pri.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved
diff --git a/src/mainboard/aopen/dxplplusu/acpi/e7505_pri.asl b/src/mainboard/aopen/dxplplusu/acpi/e7505_pri.asl index 29a8170..d258ec9 100644 --- a/src/mainboard/aopen/dxplplusu/acpi/e7505_pri.asl +++ b/src/mainboard/aopen/dxplplusu/acpi/e7505_pri.asl @@ -37,7 +37,7 @@ CreateQWordField (MSBF, _SB.MBRS._Y1C._LEN, LELM)
And (_SB.PCI0.RLAR, 0x03FF, Local1) - Increment (Local1) + Local1++ If (LGreater (Local1, 0x40)) { ShiftLeft (Local1, 0x1A, LELM)