mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-23 03:27:10 -04:00
NE A27
- thanks to NVAR extended headers, item tails are back - fixed a bug with "Extract uncompressed" producing incorrect results for multiple sections - fixed detection and parsing of NVRAM external defaults file - fixed "Extract as is" on NVAR entries not including extended header - small bugfixes and refactorings
This commit is contained in:
parent
323245154a
commit
cd1cc09b39
10 changed files with 163 additions and 150 deletions
|
@ -149,11 +149,11 @@ typedef struct EFI_TIME_ {
|
|||
UINT8 Hour; // Hour: 0 - 23
|
||||
UINT8 Minute; // Minute: 0 - 59
|
||||
UINT8 Second; // Second: 0 - 59
|
||||
UINT8: 8;
|
||||
UINT8 : 8;
|
||||
UINT32 Nanosecond; // Nanosecond: 0 - 999,999,999
|
||||
INT16 TimeZone; // TimeZone: -1440 to 1440 or UNSPECIFIED (0x07FF)
|
||||
UINT8 Daylight; // Daylight: ADJUST_DAYLIGHT (1) or IN_DAYLIGHT (2)
|
||||
UINT8: 8;
|
||||
UINT8 : 8;
|
||||
} EFI_TIME;
|
||||
|
||||
#define ALIGN4(Value) (((Value)+3) & ~3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue