From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web12.6510.1591241275730400375 for ; Wed, 03 Jun 2020 20:27:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: ray.ni@intel.com) IronPort-SDR: ouwNKHiQvxznHe9yQFFFBLRXXanSPe5iLBe1/tvTxJdJlEkDa+HRCbAJED6r9SHFyHhg3IEw8b MzmPBIHk+MRg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2020 20:27:54 -0700 IronPort-SDR: E02c1J33T69JbzQFuWYAfqtlr2wJjYEEMYwiy+vmt0EGzHHey3pZIQTmt2PHYHbRL4n6k6CT92 vzFmAkGw0x4w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,470,1583222400"; d="scan'208";a="471280219" Received: from ray-dev.ccr.corp.intel.com ([10.239.158.43]) by fmsmga006.fm.intel.com with ESMTP; 03 Jun 2020 20:27:53 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [PATCH V2 0/2] UefiPayloadPkg: Use PCIE base address set by boot loader Date: Thu, 4 Jun 2020 11:27:08 +0800 Message-Id: <20200604032710.970-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 | 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