mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-17 00:24:47 -04:00
Version 0.7.0
- Attempt to solve bug with file resize - Solved bug with descriptor reconstruction - Intel image parsing method changed
This commit is contained in:
parent
3c90bc4a61
commit
1c005d5025
7 changed files with 432 additions and 85 deletions
|
@ -56,7 +56,7 @@ typedef struct {
|
|||
// Flash parameters dword structure
|
||||
typedef struct {
|
||||
UINT8 FirstChipDensity : 3;
|
||||
UINT8 SecondFlashDensity : 3;
|
||||
UINT8 SecondChipDensity : 3;
|
||||
UINT8 ReservedZero0 : 2; // Still unknown, zeros in all descriptors I have seen
|
||||
UINT8 ReservedZero1 : 8; // Still unknown, zeros in all descriptors I have seen
|
||||
UINT8 ReservedZero2 : 4; // Still unknown, zeros in all descriptors I have seen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue