]> git.baikalelectronics.ru Git - arm-tf.git/commit
Add image_id to bl1_plat_handle_post/pre_image_load()
authorSoby Mathew <soby.mathew@arm.com>
Thu, 8 Feb 2018 17:45:12 +0000 (17:45 +0000)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 26 Feb 2018 16:29:29 +0000 (16:29 +0000)
commit566034fc27fc270b240efbef7a7dd9b0caf13c82
tree24f63a50889f0d116e7872f3a80aa95406d7cb1e
parent5ff6da948710361dec294f4b5106978501531caf
Add image_id to bl1_plat_handle_post/pre_image_load()

This patch adds an argument to bl1_plat_post/pre_image_load() APIs
to make it more future proof. The default implementation of
these are moved to `plat_bl1_common.c` file.

These APIs are now invoked appropriately in the FWU code path prior
to or post image loading by BL1 and are not restricted
to LOAD_IMAGE_V2.

The patch also reorganizes some common platform files. The previous
`plat_bl2_el3_common.c` and `platform_helpers_default.c` files are
merged into a new `plat_bl_common.c` file.

NOTE: The addition of an argument to the above mentioned platform APIs
is not expected to have a great impact because these APIs were only
recently added and are unlikely to be used.

Change-Id: I0519caaee0f774dd33638ff63a2e597ea178c453
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Makefile
bl1/bl1_fwu.c
bl1/bl1_main.c
bl2/bl2.mk
docs/porting-guide.rst
include/plat/common/platform.h
plat/common/plat_bl1_common.c
plat/common/plat_bl2_el3_common.c [deleted file]
plat/common/plat_bl_common.c [new file with mode: 0644]
plat/common/platform_helpers_default.c [deleted file]