mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-25 20:45:00 -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
|
@ -638,6 +638,7 @@ typedef struct BPDT_ENTRY_ {
|
|||
#define BPDT_ENTRY_TYPE_GBST 43
|
||||
#define BPDT_ENTRY_TYPE_TCCP 44
|
||||
#define BPDT_ENTRY_TYPE_PSEP 45
|
||||
#define BPDT_ENTRY_TYPE_ADSP 50
|
||||
|
||||
// CPD
|
||||
#define CPD_SIGNATURE 0x44504324 //$CPD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue