bl1: add bl1_plat_handle_{pre,post}_image_load()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 07:46:18 +0000 (16:46 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 15:19:04 +0000 (00:19 +0900)
commit11f001cb7f26e9c50e688038ebdc9627ea5c4300
treeddb896c0935e8d5bb178e414ad1557795475481e
parentba68ef557bfa63c5a44c1f78acaccf1fb5e171f2
bl1: add bl1_plat_handle_{pre,post}_image_load()

Just like bl2_, add pre/post image load handlers for BL1.  No argument
is needed since BL2 is the only image loaded by BL1.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
bl1/bl1_main.c
docs/porting-guide.rst
include/plat/common/platform.h
plat/common/platform_helpers_default.c