commit | ba68ef557bfa63c5a44c1f78acaccf1fb5e171f2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 01 16:45:51 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 02 00:18:54 2018 +0900 |
tree | 881b9108faf564364e6cdb5fc5e18d1117680590 | |
parent | 0fc50a86c1faeb8ffd42d6c1a121243595fb9143 [diff] |
bl2: add bl2_plat_handle_pre_image_load() There are cases where we need to manipulate image information before the load. For example, for decompressing data, we cannot load the compressed images to their final destination. Instead, we need to load them to the temporary buffer for the decompressor. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>