From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ray.ni@intel.com) Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Wed, 24 Jul 2019 03:01:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 03:01:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,302,1559545200"; d="scan'208";a="369239998" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.16]) by fmsmga006.fm.intel.com with ESMTP; 24 Jul 2019 03:01:11 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Eric Dong , Laszlo Ersek Subject: [PATCH V2 5/6] MdePkg/Cpuid.h: Move Cpuid.h from UefiCpuPkg to MdePkg Date: Wed, 24 Jul 2019 18:00:28 +0800 Message-Id: <20190724100029.252404-6-ray.ni@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20190724100029.252404-1-ray.ni@intel.com> References: <20190724100029.252404-1-ray.ni@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2008 MdeModulePkg/DxeIpl needs to get CPUID output for CPU 5-level paging capability detection. In order to use the macros/structures defined in UefiCpuPkg/Include/Register/Cpuid.h, the patch moves Cpuid.h to MdePkg/Include/Register/ directory. Because almost every module depends on MdePkg.dec in its INF file, the move almost has no impact. Signed-off-by: Ray Ni Cc: Michael D Kinney Cc: Liming Gao Cc: Eric Dong Cc: Laszlo Ersek --- {UefiCpuPkg => MdePkg}/Include/Register/Cpuid.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {UefiCpuPkg => MdePkg}/Include/Register/Cpuid.h (100%) diff --git a/UefiCpuPkg/Include/Register/Cpuid.h b/MdePkg/Include/Register/Cpuid.h similarity index 100% rename from UefiCpuPkg/Include/Register/Cpuid.h rename to MdePkg/Include/Register/Cpuid.h -- 2.21.0.windows.1