mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 21:44:24 -04:00
Add Phoenix CMDB parser
This commit is contained in:
parent
01e2e0877b
commit
fd0faea9ea
2 changed files with 42 additions and 3 deletions
|
@ -414,7 +414,7 @@ typedef struct PHOENIX_CMDB_HEADER_ {
|
|||
} PHOENIX_CMDB_HEADER;
|
||||
|
||||
#define NVRAM_PHOENIX_CMDB_HEADER_SIGNATURE 0x42444D43
|
||||
#define NVRAM_PHOENIX_CMDB_SIZE 0x100;
|
||||
#define NVRAM_PHOENIX_CMDB_SIZE 0x100
|
||||
|
||||
// Zero GUID
|
||||
extern const UByteArray ZERO_GUID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue