soc/intel/{adl,tgl}: Set PMC ACPI device to hidden/on
This prevents Windows from displaying the PMC device in Device Manager as an unknown device with no driver available, and brings Alderlake and Tigerlake in line with Meteorlake and Pantherlake. TEST=build/boot Win11 on starlabs/starlite_adl, verify PMC device not shown as unknown device in Device Manager. Change-Id: I4bd62d113455fab7fcb272d85f70e6a185e53b74 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86256 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
2fdfa50437
commit
1f0d3db4f4
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ static void soc_pmc_fill_ssdt(const struct device *dev)
|
|||
|
||||
acpigen_write_name_string("_HID", PMC_HID);
|
||||
acpigen_write_name_string("_DDN", "Intel(R) Alder Lake IPC Controller");
|
||||
acpigen_write_STA(ACPI_STATUS_DEVICE_ALL_ON);
|
||||
acpigen_write_STA(ACPI_STATUS_DEVICE_HIDDEN_ON);
|
||||
|
||||
/*
|
||||
* Part of the PCH's reserved 32 MB MMIO range (0xFC800000 - 0xFE7FFFFF).
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ static void soc_pmc_fill_ssdt(const struct device *dev)
|
|||
|
||||
acpigen_write_name_string("_HID", PMC_HID);
|
||||
acpigen_write_name_string("_DDN", "Intel(R) Tiger Lake IPC Controller");
|
||||
acpigen_write_STA(ACPI_STATUS_DEVICE_ALL_ON);
|
||||
acpigen_write_STA(ACPI_STATUS_DEVICE_HIDDEN_ON);
|
||||
|
||||
/*
|
||||
* Part of the PCH's reserved 32 MB MMIO range (0xFC800000 - 0xFE7FFFFF).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue