]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Application/Cpuid/Cpuid.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Application / Cpuid / Cpuid.inf
CommitLineData
25705752
MK
1## @file\r
2# UEFI Application to display CPUID leaf information.\r
3#\r
4# This UEFI application displays the registers values returned by CPUID for\r
5# all the CPUID leafs and sub-leafs that a CPU supports. It also displays\r
6# the values of all the bit fields in the registers returned by each CPUID\r
7# leaf and sub-leaf.\r
8#\r
9# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
10#\r
0acd8697 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
25705752
MK
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = Cpuid\r
18 MODULE_UNI_FILE = Cpuid.uni\r
19 FILE_GUID = 4AE7E1E8-9DFE-4e3e-85B4-A5F6ABD470FB\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 0.5\r
22 ENTRY_POINT = UefiMain\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 Cpuid.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 UefiCpuPkg/UefiCpuPkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiApplicationEntryPoint\r
39 BaseLib\r
40 UefiLib\r
41\r
42[UserExtensions.TianoCore."ExtraFiles"]\r
43 CpuidExtra.uni\r