mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-23 11:37:05 -04:00
UT NE A32
- improved parsing of volume's non-UEFI data - improved detection of top-swap for TE images - other minor fixes
This commit is contained in:
parent
5b43099d78
commit
fe56c5c84c
6 changed files with 102 additions and 143 deletions
|
@ -728,6 +728,11 @@ typedef struct {
|
|||
|
||||
#define EFI_IMAGE_TE_SIGNATURE 0x5A56 // VZ
|
||||
|
||||
// Image base types
|
||||
#define EFI_IMAGE_TE_BASE_OTHER 0
|
||||
#define EFI_IMAGE_TE_BASE_ORIGINAL 1
|
||||
#define EFI_IMAGE_TE_BASE_ADJUSTED 2
|
||||
|
||||
//
|
||||
// Data directory indexes in our TE image header
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue