Hello Frans Hendriks, Paul Menzel, build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38744
to look at the new patch set (#2).
Change subject: arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG ......................................................................
arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG
When acpi_write_dbg2_pci_uart called and no pci uart is available the function prints "Device not found" as an error. This is not correct.
Change the error level to BIOS_DEBUG so coreboot reports the device is not available but doesn't flag this as an error.
BUG=N/A TEST=build
Change-Id: I14567bcfcf5a6ff427e418d15bc2675ae7a28f53 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M src/arch/x86/acpi.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/38744/2