Attention is currently required from: Felix Held. HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50332 )
Change subject: superio/winbond/w83977tf/acpi/superio.asl: Convert to ASL 2.0 ......................................................................
superio/winbond/w83977tf/acpi/superio.asl: Convert to ASL 2.0
Change-Id: I4e083e138576e3f1df67ed56eff01f55f8c9b101 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/superio/winbond/w83977tf/acpi/superio.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/50332/1
diff --git a/src/superio/winbond/w83977tf/acpi/superio.asl b/src/superio/winbond/w83977tf/acpi/superio.asl index 08d63da..6fce601 100644 --- a/src/superio/winbond/w83977tf/acpi/superio.asl +++ b/src/superio/winbond/w83977tf/acpi/superio.asl @@ -299,8 +299,8 @@ /* Report a second port range that is 0x400 above base port. */ CreateByteField (BUF6, 0x0B, I2HI) CreateByteField (BUF6, 0x0D, I2RH) - Add (I2HI, 0x04, I2RH) - Add (I2HI, 0x04, I2HI) + I2RH = I2HI + 4 + I2HI += 4 EXIT_CONFIG_MODE() Return (BUF6) }