UefiCpuPkg: Add Cpuid.h include files for CPUID related defines
Move CPUID related defines from LocalApic.h to Cpuid.h Update LocalApicLib instances to include Cpuid.h Update CpuMpPei module to include Cpuid.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18633 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -20,19 +20,6 @@
|
||||
//
|
||||
#define MSR_IA32_APIC_BASE_ADDRESS 0x1B
|
||||
|
||||
//
|
||||
// Definitions for CPUID instruction
|
||||
//
|
||||
#define CPUID_SIGNATURE 0x0
|
||||
#define CPUID_VERSION_INFO 0x1
|
||||
#define CPUID_CACHE_PARAMS 0x4
|
||||
#define CPUID_EXTENDED_TOPOLOGY 0xB
|
||||
#define CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_INVALID 0x0
|
||||
#define CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_SMT 0x1
|
||||
#define CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_CORE 0x2
|
||||
#define CPUID_EXTENDED_FUNCTION 0x80000000
|
||||
#define CPUID_VIR_PHY_ADDRESS_SIZE 0x80000008
|
||||
|
||||
//
|
||||
// Definition for Local APIC registers and related values
|
||||
//
|
||||
|
Reference in New Issue
Block a user