Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81264?usp=email )
Change subject: acpi/acpi: mark CTBL coreboot table device as hidden ......................................................................
acpi/acpi: mark CTBL coreboot table device as hidden
TEST=Unknown device disappears in the device manager in Windows 10 on Mandolin
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ifaefeb662da33323460333d9ca9c0e8340720fd1 --- M src/acpi/acpi.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/81264/1
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c index 98c8ecd..ce9444d 100644 --- a/src/acpi/acpi.c +++ b/src/acpi/acpi.c @@ -302,7 +302,7 @@ acpigen_write_device("CTBL"); acpigen_write_coreboot_hid(COREBOOT_ACPI_ID_CBTABLE); acpigen_write_name_integer("_UID", 0); - acpigen_write_STA(ACPI_STATUS_DEVICE_ALL_ON); + acpigen_write_STA(ACPI_STATUS_DEVICE_HIDDEN_ON); acpigen_write_name("_CRS"); acpigen_write_resourcetemplate_header(); acpigen_resource_consumer_mmio(base, base + size - 1,