-
- Downloads
uniphier: use more mmap_add_dynamic_region() for loading images
Currently, uniphier_bl2_mmap hard-codes the memory region needed for
loading other images.
Towards the goal of making this really position-independent, call
mmap_add_dynamic_region() before that region gets accessed.
Change-Id: Ieb505b91ccf2483e5f1a280accda564b33f19f11
Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
Showing
- plat/socionext/uniphier/include/platform_def.h 3 additions, 8 deletionsplat/socionext/uniphier/include/platform_def.h
- plat/socionext/uniphier/uniphier.h 2 additions, 12 deletionsplat/socionext/uniphier/uniphier.h
- plat/socionext/uniphier/uniphier_bl2_setup.c 27 additions, 13 deletionsplat/socionext/uniphier/uniphier_bl2_setup.c
- plat/socionext/uniphier/uniphier_io_storage.c 8 additions, 1 deletionplat/socionext/uniphier/uniphier_io_storage.c
Loading
Please register or sign in to comment