From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.3224.1592383304997702094 for ; Wed, 17 Jun 2020 01:41:45 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: ray.ni@intel.com) IronPort-SDR: 8DYKsWfrEGePZVKGW174hp1jOU3W7INb/w/Cv5m1p/k6Bi5/b5aooDDRl8vuRm/c6vxatP4AtB 0MSfU4NQqb8w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2020 01:41:44 -0700 IronPort-SDR: bcViQ6pJacmlLse5nqm9sreE7xlXMR+IElcYnDWVM+W+vMbFORUyDqM85gfUMaI8Ow1Rj1V70k Lxuw6eNUxbCQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,522,1583222400"; d="scan'208";a="299219003" Received: from ray-dev.ccr.corp.intel.com ([10.239.158.87]) by fmsmga004.fm.intel.com with ESMTP; 17 Jun 2020 01:41:43 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [PATCH 0/2] UefiPayloadPkg: Use PCIE base address set by boot loader Date: Wed, 17 Jun 2020 16:40:56 +0800 Message-Id: <20200617084058.196-1-ray.ni@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 1 + .../PciSegmentInfoLib.c | 1 + .../PciSegmentInfoLibAcpiBoardInfo.c | 55 +++++++++++++++++++ .../PciSegmentInfoLibAcpiBoardInfo.inf | 36 ++++++++++++ UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc | 6 +- 5 files changed, 97 insertions(+), 2 deletions(-) create mode 100644 UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.c create mode 100644 UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf -- 2.26.2.windows.1