public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V2 0/2] UefiPayloadPkg: Use PCIE base address set by boot loader
@ 2020-06-04  3:27 Ni, Ray
  2020-06-04  3:27 ` [PATCH V2 1/2] MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo() Ni, Ray
  2020-06-04  3:27 ` [PATCH V2 2/2] UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB Ni, Ray
  0 siblings, 2 replies; 5+ messages in thread
From: Ni, Ray @ 2020-06-04  3:27 UTC (permalink / raw)
  To: devel

Ray Ni (2):
  MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()
  UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB

v2:
  update copyright year in patch 1/2
  add missing EFIAPI in patch 2/2
  remove PCIE_BASE macro in UefiPayloadPkgIa32X64.dsc in patch 2/2.

 MdePkg/Include/Library/PciSegmentInfoLib.h    |  3 +-
 .../PciSegmentInfoLib.c                       |  3 +-
 .../PciSegmentInfoLibAcpiBoardInfo.c          | 59 +++++++++++++++++++
 .../PciSegmentInfoLibAcpiBoardInfo.inf        | 36 +++++++++++
 UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc      | 16 +----
 5 files changed, 102 insertions(+), 15 deletions(-)
 create mode 100644 UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.c
 create mode 100644 UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf

-- 
2.26.2.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-17  6:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04  3:27 [PATCH V2 0/2] UefiPayloadPkg: Use PCIE base address set by boot loader Ni, Ray
2020-06-04  3:27 ` [PATCH V2 1/2] MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo() Ni, Ray
2020-06-04  3:27 ` [PATCH V2 2/2] UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB Ni, Ray
2020-06-08 15:04   ` Ma, Maurice
2020-06-17  6:09     ` Ni, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox