In this series I've rounded up the ideas & fixes from the recent discussion, started by Ryan's problem report. The commit messages are verbose and contain references to the mailing list, so this blurb is long enough already. :)
I'd highly appreciate if ARM FVP / Juno users responded with their Tested-by. I regression-tested the series with OvmfPkg (on QEMU) and ArmVirtQemu, navigating the IntelBds setup utility with the cursor keys, on the (emulated) serial console. I guess regression testing in Xen guests (OvmfPkg on Xen, and ArmVirtXen) might make sense as well, so I'm CC'ing a few Citrix guys on the blurb. Public branch: <https://github.com/lersek/edk2/commits/serial_recvfifo_depth>. Cc: Ard Biesheuvel <[email protected]> Cc: Ian Campbell <[email protected]> Cc: Julien Grall <[email protected]> Cc: Ryan Harkin <[email protected]> Cc: Leif Lindholm <[email protected]> Cc: Wei Liu <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: Star Zeng <[email protected]> Thanks Laszlo Laszlo Ersek (3): MdeModulePkg: SerialDxe: lay out mSerialIoMode initializer more nicely MdeModulePkg: SerialDxe: sync EFI_SERIAL_IO_MODE.Timeout with the spec MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depth MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c | 2 +- MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c | 2 +- MdeModulePkg/Universal/SerialDxe/SerialIo.c | 19 +++++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) -- 1.8.3.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

