Re: [edk2] SerialDxe with BaseSerialPortLib16550 and standard PC com port

2019-03-20 Thread Jacob Burkholder
-- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] > > On Behalf Of Jacob Burkholder > > Sent: Tuesday, March 19, 2019 7:06 PM > > To: edk2-devel@lists.01.org > > Subject: [edk2] SerialDxe with BaseSerialPortLib16550 and > > standard PC com port >

[edk2] SerialDxe with BaseSerialPortLib16550 and standard PC com port

2019-03-19 Thread Jacob Burkholder
Greetings! I had trouble using SerialDxe.efi with BaseSerialPortLib16550 on a standard PC com port (com1). The PC is an asrock motherboard running whatever EFI bios it came with. I changed MdeModulePkg.dsc so that BaseSerialPortLib16550 would be used instead of BaseSerialPortLibNull and then reb