Last change
on this file since 80728 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
542 bytes
|
Line | |
---|
1 | // /** @file
|
---|
2 | // UEFI Application to display CPUID leaf information.
|
---|
3 | //
|
---|
4 | // This UEFI application displays the registers values returned by CPUID for
|
---|
5 | // all the CPUID leafs and sub-leafs that a CPU supports. It also displays
|
---|
6 | // the values of all the bit fields in the registers returned by each CPUID
|
---|
7 | // leaf and sub-leaf.
|
---|
8 | //
|
---|
9 | // Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
10 | //
|
---|
11 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | //
|
---|
13 | // **/
|
---|
14 |
|
---|
15 | #string STR_PROPERTIES_MODULE_NAME
|
---|
16 | #language en-US
|
---|
17 | "CPUID Application"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.