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>
1 parent 0fc50a8 commit ba68ef557bfa63c5a44c1f78acaccf1fb5e171f2
@Masahiro Yamada Masahiro Yamada authored on 1 Feb 2018
Showing 4 changed files
View
bl2/bl2_image_load_v2.c
View
docs/porting-guide.rst
View
include/plat/common/platform.h
View
plat/common/platform_helpers_default.c