commit | b5e7d7ec94caf02d6e10be02af61fdb1d8e40bf2 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed Oct 18 09:58:48 2023 +0100 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Mon Oct 30 10:29:03 2023 +0000 |
tree | 9a08e5748ebb9e7c3082c92f1bf856c80b48e7b4 | |
parent | 18ab5f31f03e2b8cc2b3ff5620079f547e24611d [diff] |
refactor(bl2): make post image handling platform-specific In certain instances a platform may need to make modifications to an image after it has been loaded by BL2. The existing common implementation is a thin wrapper for a more generic arm post image handler. To enable platforms to make changes to images when they're loaded, move this into platform code. Change-Id: I44025391056adb2d8a8eb4ea5984257b02027181 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>