This patch series updates the Cpuid.h file in UefiCpuPkg to describe all CPUID leafs and sub-leafs. It also adds a UEFI CPUID application that tests the updated Cpuid.h file by displaying all the CPUID leafs and sub-leafs.
Michael Kinney (2): UefiCpuPkg/Cpuid.h: Add CPUID leaf/sub-leaf defines and structures UefiCpuPkg/Cpuid: Add UEFI CPUID application UefiCpuPkg/Application/Cpuid/Cpuid.c | 1353 ++++++++++++ UefiCpuPkg/Application/Cpuid/Cpuid.inf | 48 + UefiCpuPkg/Application/Cpuid/Cpuid.uni | 22 + UefiCpuPkg/Application/Cpuid/CpuidExtra.uni | 22 + UefiCpuPkg/Include/Register/Cpuid.h | 3120 ++++++++++++++++++++++++++- UefiCpuPkg/UefiCpuPkg.dsc | 5 + 6 files changed, 4547 insertions(+), 23 deletions(-) create mode 100644 UefiCpuPkg/Application/Cpuid/Cpuid.c create mode 100644 UefiCpuPkg/Application/Cpuid/Cpuid.inf create mode 100644 UefiCpuPkg/Application/Cpuid/Cpuid.uni create mode 100644 UefiCpuPkg/Application/Cpuid/CpuidExtra.uni -- 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel