Skip to content
Snippets Groups Projects
Commit f38010ce authored by Jose Marinho's avatar Jose Marinho
Browse files

Correct acceptance capsule header definition

parent 7024d2a6
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,9 @@ FW image acceptance
The OS must accept each image, that has an acceptance pending, by using a capsule composed of an EFI_CAPSULE_HEADER concatenated with the image UUID:
- CapsuleGuid 0c996046-bcc0-4d04-85ec-e1fcedf1c6f8
- HeaderSize = sizeof(EFI_CAPSULE_HEADER) + sizeof(EFI_GUID)
- HeaderSize = sizeof(EFI_CAPSULE_HEADER)
- Flags = 0
- CapsuleImageSize = sizeof(EFI_CAPSULE_HEADER)
- CapsuleImageSize = sizeof(EFI_CAPSULE_HEADER) + sizeof(EFI_GUID)
- image_uuid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment