commit | ae1f78001a541a3e29cc1890d401f6bb6dbcdf68 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed Nov 06 10:03:51 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Wed Dec 18 14:48:21 2024 +0000 |
tree | 854234b8dcf03c4b3d975396ebb3296b0a88c391 | |
parent | d1a0f85d49a0c4f59a80c8b1c0d19d2d629bc37e [diff] |
feat(handoff): add func to check and init a tl Add a function to check whether a transfer list has been initialized at the input address. If not, initialize a transfer list at the specified location with the given size. This is to help ensure that we don't accidently overwrite a transfer list that's been passed from a previous stage. Change-Id: Ic5906626df09d3801435488e258490765e8f81eb Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>