Skip to content

Commit 6d4b80a

Browse files
LeviYeoReummergify[bot]
authored andcommitted
ArmPkg/Library: update xferlist version to 2
The Firmware Handoff specification has withdrawn the use of the “XOR” checksum and updated the checksum calculation to use “SUM” [0]. Accordingly, libtl has also been updated to reflect this change [1]. The “XOR” checksum calculation existed in version 1; however, as mentioned above, it has been withdrawn, and TF-A always provides the checksum using the “SUM” calculation. Therefore, the xferlist version is updated to version 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 96572d4 commit 6d4b80a

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)