Fix type 19 print to match SBMIOS 2.7.
Note: Some one should port smbiosview to use the edk2 MdePkg/Include/IndustryStandard/SmBios.h and not carry it's own definitions, that are now out of date. signed-off-by:andrewfish git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12971 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -321,6 +321,11 @@ typedef struct {
|
||||
UINT32 EndingAddress;
|
||||
UINT16 MemoryArrayHandle;
|
||||
UINT8 PartitionWidth;
|
||||
//
|
||||
// Add for smbios 2.7
|
||||
//
|
||||
UINT64 ExtendedStartingAddress;
|
||||
UINT64 ExtendedEndingAddress;
|
||||
} SMBIOS_TYPE19;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user