]> git.baikalelectronics.ru Git - arm-tf.git/commit
bl2: add bl2_plat_handle_pre_image_load()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 07:45:51 +0000 (16:45 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 15:18:54 +0000 (00:18 +0900)
commitba68ef557bfa63c5a44c1f78acaccf1fb5e171f2
tree881b9108faf564364e6cdb5fc5e18d1117680590
parent0fc50a86c1faeb8ffd42d6c1a121243595fb9143
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>
bl2/bl2_image_load_v2.c
docs/porting-guide.rst
include/plat/common/platform.h
plat/common/platform_helpers_default.c