mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Add Insyde FDC parser
This commit is contained in:
parent
34904bdc5d
commit
ca7d4caa7a
14 changed files with 326 additions and 92 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
void clearMessages() { messagesVector.clear(); }
|
||||
|
||||
// NVRAM parsing
|
||||
USTATUS parseNvramVolumeBody(const UModelIndex & index);
|
||||
USTATUS parseNvramVolumeBody(const UModelIndex & index, const UINT32 fdcStoreSizeOverride = 0);
|
||||
USTATUS parseNvarStore(const UModelIndex & index);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue