Files
coreboot/payloads
Michał Żygowski cd611ac4cd payloads/external/iPXE/Kconfig: Use proper default for IPXE_SERIAL_CONSOLE
Enabling IPXE_SERIAL_CONSOLE with EDK2 payload or SeaBIOS payload with sercon
would cause the	output to be doubled. SeaBIOS sercon already handles the VGA
INT 10H	redirection to serial, so iPXE by printing to VGA and to serial, would
result in SeaBIOS and iPXE printing to serial port. In case of EDK2, iPXE uses
ConOut to print the output. In a case where EDK2 enables serial console and
adds it	to ConOut, iPXE	would print the output two times on ConOut and serial
port explicitly. By disabling the IPXE_SERIAL_CONSOLE we let the payload print
the output on the serial console.

Change-Id: I65e57fba1e3ba0289e024d409fe17085e1df7097
Upstream-Status: Pending
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2025-03-26 20:19:06 +02:00
..
2024-06-04 00:26:14 +00:00