mirror of https://github.com/acidanthera/audk.git
Add Capsule image Table entry in Uefi/UefiSpec.h according to UEFI2.1 spec definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4332 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0f8304cd85
commit
176a6bb358
|
@ -1443,6 +1443,11 @@ typedef struct {
|
||||||
UINT32 CapsuleImageSize;
|
UINT32 CapsuleImageSize;
|
||||||
} EFI_CAPSULE_HEADER;
|
} EFI_CAPSULE_HEADER;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
UINT32 CapsuleArrayNumber;
|
||||||
|
VOID* CapsulePtr[1];
|
||||||
|
} EFI_CAPSULE_TABLE;
|
||||||
|
|
||||||
#define CAPSULE_FLAGS_PERSIST_ACROSS_RESET 0x00010000
|
#define CAPSULE_FLAGS_PERSIST_ACROSS_RESET 0x00010000
|
||||||
#define CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE 0x00020000
|
#define CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE 0x00020000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue