mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 09:04:48 -04:00
NVAR parsing support
- still no proper menus for data extraction - other NVRAM formats TBD
This commit is contained in:
parent
c5dfbe7924
commit
3cf145a3cc
12 changed files with 500 additions and 22 deletions
|
@ -42,7 +42,8 @@ namespace Types {
|
|||
Volume,
|
||||
File,
|
||||
Section,
|
||||
FreeSpace
|
||||
FreeSpace,
|
||||
NvramVariableNvar
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -83,6 +84,13 @@ namespace Subtypes {
|
|||
OnePadding,
|
||||
DataPadding
|
||||
};
|
||||
|
||||
enum NvarVariableSubtypes {
|
||||
InvalidNvar = 120,
|
||||
LinkNvar,
|
||||
DataNvar,
|
||||
FullNvar
|
||||
};
|
||||
};
|
||||
|
||||
// *ToQString conversion routines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue