coreboot-kgpe-d16/src
Wim Vervoorn 6cd5243295 arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG
When acpi_write_dbg2_pci_uart is 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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38744
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2020-02-11 07:51:21 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG 2020-02-11 07:51:21 +00:00
commonlib commonlib/cbfs.h: Correct spelling error in comment 2020-02-04 16:12:22 +00:00
console console/post: NOPOST means NOPOST 2020-01-18 10:53:08 +00:00
cpu cpu/intel: Drop unused file 2020-02-09 19:34:32 +00:00
device Add configurable ramstage support for minimal PCI scanning 2020-02-08 18:57:36 +00:00
drivers drivers/generic/gfx: Add null pointer error check 2020-02-03 16:44:57 +00:00
ec ec/google/wilco: Set cpu id and cores to EC 2020-02-01 19:53:11 +00:00
include Add configurable ramstage support for minimal PCI scanning 2020-02-08 18:57:36 +00:00
lib commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
mainboard mb/facebook/monolith: Enable the 2nd EC UART at 0x2f8 2020-02-11 07:50:59 +00:00
northbridge nb/intel/haswell: Fix type definition of dev in PCI_FUNC(dev) 2020-02-06 18:10:43 +00:00
security vboot: correct workbuf size when VBOOT_STARTS_IN_ROMSTAGE 2020-02-10 21:25:14 +00:00
soc soc/intel/common/block/lpc: Add lpc_get_fixed_io_decode 2020-02-11 07:50:32 +00:00
southbridge sb/intel/lynxpoint: Don't use_ADR and _HID 2020-02-11 07:46:30 +00:00
superio superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl 2020-02-09 07:45:19 +00:00
vendorcode security/vboot: relocate vb2ex_abort and vb2ex_printf 2020-02-07 03:56:44 +00:00
Kconfig Kconfig: Add CONFIG_PCI dependency for CONFIG_MINIMAL_PCI_SCANNING 2020-02-11 02:34:50 +00:00