]> git.baikalelectronics.ru Git - arm-tf.git/commit
uniphier: add a helper to get image_info
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 12:37:40 +0000 (21:37 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 15:19:19 +0000 (00:19 +0900)
commit0ac60c0801f85bad206a3be978f2dcc2ca9a7829
treec1972a724a7c6391a0a256a147aaae8a942b6d64
parent2e379d2f1b9e63492ed80a352dbbae7acb4e3a20
uniphier: add a helper to get image_info

In the next commit, I will have more usecases to get struct image_info
from image ID.  It is better to make a helper function at a different
layer.  I do not need the current uniphier_image_descs_fixup() since
the code is small enough to be squashed into the caller side.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
plat/socionext/uniphier/uniphier.h
plat/socionext/uniphier/uniphier_bl2_setup.c
plat/socionext/uniphier/uniphier_image_desc.c