]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Application/Cpuid/Cpuid.inf
UefiCpuPkg/Cpuid: Add UEFI CPUID application
authorMichael Kinney <michael.d.kinney@intel.com>
Fri, 19 Feb 2016 07:16:02 +0000 (23:16 -0800)
committerMichael Kinney <michael.d.kinney@intel.com>
Thu, 25 Feb 2016 04:36:51 +0000 (20:36 -0800)
commit2570575276ab8f1f29e00c536e3d80983d5fccb1
treec9b35a3ef77656e8e068c6f8ae2fc8f101743a1f
parent57d16ba1e7593e4fabc2b483ed5ac53cbfd5d9c7
UefiCpuPkg/Cpuid: Add UEFI CPUID application

Add UEFI application to UefiCpuPkg to display all supported CPUID
leafs and sub-leafs described by UefiCpuPkg/Include/Register/Cpuid.h
that is based on information from Intel(R) 64 and IA-32
Architectures Software Developer's Manual, Volume 2A, December
2015, CPUID instruction.

Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
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>
UefiCpuPkg/Application/Cpuid/Cpuid.c [new file with mode: 0644]
UefiCpuPkg/Application/Cpuid/Cpuid.inf [new file with mode: 0644]
UefiCpuPkg/Application/Cpuid/Cpuid.uni [new file with mode: 0644]
UefiCpuPkg/Application/Cpuid/CpuidExtra.uni [new file with mode: 0644]
UefiCpuPkg/UefiCpuPkg.dsc