src/acpi/acpi.c: make BOOT0000 APCI device visible to OS
Allows cbmem console log and timestamps to be read from Windows. TEST=build/boot Win11 on google/eve, read cbmem log Change-Id: I545ce43d4337dd71afedda6bc9208a8c3bf158ee Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77139 Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
171ad51b42
commit
ce10b6f821
|
@ -295,7 +295,7 @@ static void acpi_ssdt_write_cbtable(void)
|
|||
acpigen_write_device("CTBL");
|
||||
acpigen_write_coreboot_hid(COREBOOT_ACPI_ID_CBTABLE);
|
||||
acpigen_write_name_integer("_UID", 0);
|
||||
acpigen_write_STA(ACPI_STATUS_DEVICE_HIDDEN_ON);
|
||||
acpigen_write_STA(ACPI_STATUS_DEVICE_ALL_ON);
|
||||
acpigen_write_name("_CRS");
|
||||
acpigen_write_resourcetemplate_header();
|
||||
acpigen_write_mem32fixed(0, base, size);
|
||||
|
|
Loading…
Reference in New Issue