mirror of https://github.com/acidanthera/audk.git
MedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition in CPER to match UEFI 2.3.1 specification.
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14213 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dd42277f89
commit
cca77f45cc
|
@ -11,7 +11,7 @@
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
GUIDs introduced from UEFI 2.1 Specification.
|
GUIDs introduced from UEFI 2.3.1 Specification.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -209,7 +209,6 @@ typedef struct {
|
||||||
UINT8 SecValidMask;
|
UINT8 SecValidMask;
|
||||||
UINT8 Resv1;
|
UINT8 Resv1;
|
||||||
UINT32 SectionFlags;
|
UINT32 SectionFlags;
|
||||||
UINT8 Resv2[3];
|
|
||||||
EFI_GUID SectionType;
|
EFI_GUID SectionType;
|
||||||
EFI_GUID FruId;
|
EFI_GUID FruId;
|
||||||
UINT32 Severity;
|
UINT32 Severity;
|
||||||
|
|
Loading…
Reference in New Issue