mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Add SLIC pubkey and marker parsers
This commit is contained in:
parent
fd0faea9ea
commit
3cb5dc0165
34 changed files with 657 additions and 425 deletions
|
@ -992,7 +992,7 @@ USTATUS FfsParser::parseRawArea(const UModelIndex & index)
|
|||
}
|
||||
|
||||
// Add board IDs
|
||||
if (parsed.revision() == 3) {
|
||||
if (!parsed._is_null_board_ids()) {
|
||||
info += usprintf("\nRegion index: %Xh\nBoardId Count: %u",
|
||||
parsed.board_ids()->region_index(),
|
||||
parsed.board_ids()->num_board_ids());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue