[coreboot-gerrit] Change in coreboot[master]: [NotForMerge]sb/i82801gx/acpi/lpc.asl

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Wed Apr 5 08:48:46 CEST 2017


HAOUAS Elyes has uploaded a new change for review. ( https://review.coreboot.org/19135 )

Change subject: [NotForMerge]sb/i82801gx/acpi/lpc.asl
......................................................................

[NotForMerge]sb/i82801gx/acpi/lpc.asl

Returned value for Device (FDC0).

Change-Id: I0d88ae7388201cca3e9214189910aefe9b5f5bb2
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/southbridge/intel/i82801gx/acpi/lpc.asl
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/19135/1

diff --git a/src/southbridge/intel/i82801gx/acpi/lpc.asl b/src/southbridge/intel/i82801gx/acpi/lpc.asl
index 67cbc05..c34602c 100644
--- a/src/southbridge/intel/i82801gx/acpi/lpc.asl
+++ b/src/southbridge/intel/i82801gx/acpi/lpc.asl
@@ -261,7 +261,15 @@
 		Name (_HID, EisaId ("PNP0700"))
 		Method (_STA, 0, NotSerialized)
 		{
-			Return (0x0f) // FIXME
+			If (ACTR) {
+				Return (0x0f)
+				}
+			ElseIf (IOAH || IOAL) {
+				Return (0x0d)
+				}
+			Else {
+				Return (0x00)
+				}
 		}
 
 		Name(_CRS, ResourceTemplate()

-- 
To view, visit https://review.coreboot.org/19135
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d88ae7388201cca3e9214189910aefe9b5f5bb2
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>



More information about the coreboot-gerrit mailing list