feat(handoff): bump implementation to spec v2.0Update the transfer list library to implement specification version 2.0,as versions 1.0 and 0.9 have been withdrawn [1]. The primary change isswitch
feat(handoff): bump implementation to spec v2.0Update the transfer list library to implement specification version 2.0,as versions 1.0 and 0.9 have been withdrawn [1]. The primary change isswitching the checksum calculation from an XOR sum to a byte-wise sum.This aligns the implementation with the updated specification and withbehavior already used in existing deployments.1. https://github.com/FirmwareHandoff/firmware_handoff/pull/81Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>Change-Id: I62553ef5e53a282b1785150ae2d8eff34ea4d512
show more ...
build(handoff)!: switch to LibTL submoduleRemoves in-tree Transfer List implementation and updates all referencesto use the external LibTL submodule. Updates include paths, Makefilemacros, and pl
build(handoff)!: switch to LibTL submoduleRemoves in-tree Transfer List implementation and updates all referencesto use the external LibTL submodule. Updates include paths, Makefilemacros, and platform integration logic to link with LibTL as a staticlibrary.If you cloned TF-A without the `--recurse-submodules` flag, you canensure that this submodule is present by running: git submodule update --init --recursiveBREAKING-CHANGE: LibTL is now included in TF-A as a submodule. Please run `git submodule update --init --recursive` if you encounter issues after migrating to the latest version of TF-A.Change-Id: I1fa31f7b730066c27985d968698e553b00b07c38Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
feat(handoff): support libtl submodule buildsRefactor transfer list support to enable building the transfer listand updates include paths accordingly.Change-Id: Icdbe19924678a4023c15897a9765b8e7
feat(handoff): support libtl submodule buildsRefactor transfer list support to enable building the transfer listand updates include paths accordingly.Change-Id: Icdbe19924678a4023c15897a9765b8e7f150d9e3Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>