Attention is currently required from: Sean Rhodes.

Matt DeVillier has uploaded this change for review.

View Change

soc/intel/apl: Hide IPC ACPI device from Windows

The IPC device does not have or need any drivers under Windows, so set
the ACPI status to enabled but hidden (0xb). Linux is unaffected as
it does not use the ACPI status function.

Change-Id: I02efb64a845edc6e4fc559e7e99a7825abf4c2aa
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
---
M src/soc/intel/apollolake/acpi/pmc_ipc.asl
1 file changed, 18 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/74892/1
diff --git a/src/soc/intel/apollolake/acpi/pmc_ipc.asl b/src/soc/intel/apollolake/acpi/pmc_ipc.asl
index d90b42e..55585c4 100644
--- a/src/soc/intel/apollolake/acpi/pmc_ipc.asl
+++ b/src/soc/intel/apollolake/acpi/pmc_ipc.asl
@@ -42,5 +42,9 @@

Return (^RBUF)
}
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return(0xb)
+ }
}
}

To view, visit change 74892. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I02efb64a845edc6e4fc559e7e99a7825abf4c2aa
Gerrit-Change-Number: 74892
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-Reviewer: Sean Rhodes <sean@starlabs.systems>
Gerrit-Attention: Sean Rhodes <sean@starlabs.systems>
Gerrit-MessageType: newchange