UiApp: Dynamically generated firmware configuration information page

Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Jeremy Soller
2020-08-06 11:22:13 -06:00
committed by Tim Crawford
parent f2e99ad7b6
commit 7b3153b1cb
5 changed files with 428 additions and 3 deletions

View File

@@ -6239,9 +6239,13 @@ typedef union {
///
/// [Bit 11] Execute Disable Bit Enable: IA32_EFER.NXE (R/W).
///
UINT32 NXE : 1;
UINT32 Reserved3 : 20;
UINT32 Reserved4 : 32;
UINT32 NXE:1;
///
/// [ Bit 12] Secure Virtual Machine Enable (AMD only)
///
UINT32 SVME:1;
UINT32 Reserved3:19;
UINT32 Reserved4:32;
} Bits;
///
/// All bit fields as a 32-bit value