Skip to content

Commit 18bce10

Browse files
committed
ArmPkg/Library: update xferlist version to 2
Firmware handsoff specification withdraws "XOR" checksum usage and update the specification checksum calculation with "SUM" [0]. So the libtl also updates with this change [1] The "XOR" calculation was existed in v1, but as above mentioned, it's withdrown, and TF-A always gives the checksum with "SUM" calculation. Therefore, just update the xferlist version to 2. Link: FirmwareHandoff/firmware_handoff#81 [0] Link: https://review.trustedfirmware.org/c/shared/transfer-list-library/+/46033 [1] Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
1 parent f0eade5 commit 18bce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArmPkg/Include/IndustryStandard/ArmTransferList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <Base.h>
2121
#include <Uefi.h>
2222

23-
#define ARM_FW_HANDOFF_PROTOCOL_VERSION 1
23+
#define ARM_FW_HANDOFF_PROTOCOL_VERSION 2
2424

2525
#define TRANSFER_LIST_ALIGNMENT 8 // 8 byte alignment
2626
#define TRANSFER_LIST_SIGNATURE_64 (0x4a0fb10b)

0 commit comments

Comments
 (0)