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

No drivers are needed/available, so hide the device to prevent
an unknown device from showing under Device Manager.
Linux does not use the ACPI _STA so no effect there.

Change-Id: I02efb64a845edc6e4fc559e7e99a7825abf4c2aa
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74892
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: CoolStar <coolstarorganization@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Matt DeVillier 2022-10-10 19:03:11 -05:00 committed by Felix Held
parent 0503274c74
commit e6220e7170
1 changed files with 4 additions and 0 deletions

View File

@ -42,5 +42,9 @@ scope (\_SB) {
Return (^RBUF)
}
Method (_STA, 0x0, NotSerialized)
{
Return(0xb)
}
}
}