mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 09:04:48 -04:00
Add ADSP to the list of known BPDT partitions
This commit is contained in:
parent
c0368902c4
commit
fa7360d9c2
3 changed files with 3 additions and 1 deletions
|
@ -372,6 +372,7 @@ UString bpdtEntryTypeToUString(const UINT16 type)
|
|||
case BPDT_ENTRY_TYPE_GBST: return UString("GBST");
|
||||
case BPDT_ENTRY_TYPE_TCCP: return UString("TCC");
|
||||
case BPDT_ENTRY_TYPE_PSEP: return UString("PSE");
|
||||
case BPDT_ENTRY_TYPE_ADSP: return UString("ADSP");
|
||||
}
|
||||
return usprintf("Unknown %04Xh", type);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue