commit | 803d22b07bc13f4430478995af117b283c09f985 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Thu Jan 04 16:25:47 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Fri Apr 26 09:00:12 2024 +0000 |
tree | 4a2040d8808a3dc7c116077c339f3946e2151afa | |
parent | faf3ac359a23ccf066ad6663743cdf8139aa0209 [diff] |
feat(handoff): add TE's for BL1 handoff interface `TL_TAG_RW_MEM_LAYOUT64` encapsulates a structure used to represent the layout of a region of memory on 64-bit platforms [2]. In TF-A this is used to represent the `meminfo_t` structure passed between BL1 and BL2, which provides BL2 with information about the space it has available in BL2. The `TL_TAG_TB_FW_CONFIG` entry type encapsulates the trusted bootloader firmware configuration [1]. [1] https://github.com/FirmwareHandoff/firmware_handoff/pull/37 [2] https://github.com/FirmwareHandoff/firmware_handoff/pull/36 Change-Id: I1e0eeec2ec204e469896490d42a9dce9b1b2f209 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>