]> git.proxmox.com Git - mirror_edk2.git/commit
UefiPayloadPkg: Implement a new SerialPortLib instance
authorKavya <k.kavyax.sravanthi@intel.com>
Wed, 7 Sep 2022 07:10:39 +0000 (12:40 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 7 Sep 2022 15:30:24 +0000 (15:30 +0000)
commit11a04bb4a68bc670bd7619c910d55a78221f3d38
tree30910f7e9bbc613cbff1845c18cad39de7a4c397
parent512042eba87ff97a4820a55cf3b1a89a8afd1cc7
UefiPayloadPkg: Implement a new SerialPortLib instance

Add new Serial port library instance that consumes the HOB defined
in MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h to support
multiple UART's.

Reviewed-by: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Reviewed-by: Gua Guo <gua.guo@intel.com>
Signed-off-by: Kavya <k.kavyax.sravanthi@intel.com>
UefiPayloadPkg/Library/BaseSerialPortLibHob/BaseSerialPortLibHob.c [new file with mode: 0644]
UefiPayloadPkg/Library/BaseSerialPortLibHob/BaseSerialPortLibHob.inf [new file with mode: 0644]