]> git.proxmox.com Git - mirror_edk2.git/commit
CorebootModulePkg/SerialDxe: Use PlatformHookLib
authorLeahy, Leroy P <leroy.p.leahy@intel.com>
Thu, 5 May 2016 00:38:41 +0000 (17:38 -0700)
committerPrince Agyeman <prince.agyeman@intel.com>
Thu, 5 May 2016 23:12:18 +0000 (16:12 -0700)
commit248c30bbd49a1da90ba1d3ce799c5ac5007ae7a9
tree744c023d70ec933d9161298a535900ba3b867019
parent7cac40ba830ee2308511511f6fa365fd8961a8d0
CorebootModulePkg/SerialDxe: Use PlatformHookLib

Copy the driver from MdeModulePkg/Universal/SerialDxe.  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/SerialDxe/SerialDxe.inf [new file with mode: 0644]
CorebootModulePkg/SerialDxe/SerialDxe.uni [new file with mode: 0644]
CorebootModulePkg/SerialDxe/SerialDxeExtra.uni [new file with mode: 0644]
CorebootModulePkg/SerialDxe/SerialIo.c [new file with mode: 0644]