mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
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>