Attention is currently required from: Martin Roth. Hello Lance Zhao, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49317
to look at the new patch set (#2).
Change subject: drivers/uart: Add ACPI SPCR table generation. ......................................................................
drivers/uart: Add ACPI SPCR table generation.
The SPCR ACPI table is used to indicate whether a serial port or a non-legacy UART interface is available for use with Microsoft Windows Emergency Management Services (EMS).
It is also used by Linux and BITS to determine the serial port configuration.
For more information, see the Reference Serial Port Console Redirection Table. https://web.archive.org/web/20210111235235/https://docs.microsoft.com/en-us/...
BUG=b:74392237 TEST=Build
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: Ib1e7c17adcf5b2a8206a8308e057855819ec413a --- M src/acpi/acpi.c M src/drivers/uart/acpi/acpi.c M src/drivers/uart/acpi/chip.h M src/drivers/uart/uart8250io.c M src/drivers/uart/uart8250mem.c M src/drivers/uart/util.c M src/include/acpi/acpi.h M src/include/acpi/acpi_device.h M src/include/console/uart.h 9 files changed, 241 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/49317/2