]> git.proxmox.com Git - mirror_edk2.git/commit
CorebootModulePkg/PciSioSerialDxe: Use PlatformHookLib
authorLeahy, Leroy P <leroy.p.leahy@intel.com>
Thu, 5 May 2016 00:38:29 +0000 (17:38 -0700)
committerPrince Agyeman <prince.agyeman@intel.com>
Thu, 5 May 2016 23:11:55 +0000 (16:11 -0700)
commit7cac40ba830ee2308511511f6fa365fd8961a8d0
tree891cd4d0f5b802c1f984baca16a3362fdce013b2
parent109df3fa544c1f6cebdb0cd06aa90a7f8980865a
CorebootModulePkg/PciSioSerialDxe: Use PlatformHookLib

Copy the driver from MdeModulePkg/Bus/Pci/PciSioSerialDxe.  Add
PlatformHookLib to the Library section of the .inf file to adjust the
PCDs for the UART.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
CorebootModulePkg/PciSioSerialDxe/ComponentName.c [new file with mode: 0644]
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf [new file with mode: 0644]
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.uni [new file with mode: 0644]
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxeExtra.uni [new file with mode: 0644]
CorebootModulePkg/PciSioSerialDxe/Serial.c [new file with mode: 0644]
CorebootModulePkg/PciSioSerialDxe/Serial.h [new file with mode: 0644]
CorebootModulePkg/PciSioSerialDxe/SerialIo.c [new file with mode: 0644]