From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8B0E3222DDBE0 for ; Sun, 21 Jan 2018 22:18:59 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2018 22:24:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,395,1511856000"; d="scan'208";a="168031229" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.19]) by orsmga004.jf.intel.com with ESMTP; 21 Jan 2018 22:24:23 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Mon, 22 Jan 2018 14:24:18 +0800 Message-Id: <20180122062420.202548-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.1.windows.2 In-Reply-To: References: Subject: [PATCH 0/2] Install PciEnumerationComplete after PciIo X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jan 2018 06:19:00 -0000 The 2nd patch does the real work. 1st patch cleans up the code to prepare for 2nd patch. Ruiyu Ni (2): MdeModulePkg/PciBusDxe: reference gFullEnumeration in one file MdeModulePkg/PciBusDxe: Install PciEnumerationComplete after PciIo MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 45 ++++++++++++++++++++--- MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c | 50 +++----------------------- MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h | 8 +++-- 3 files changed, 50 insertions(+), 53 deletions(-) -- 2.15.1.windows.2