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>
1 parent 5ff6da9 commit 566034fc27fc270b240efbef7a7dd9b0caf13c82
@Soby Mathew Soby Mathew authored on 8 Feb 2018
Showing 10 changed files
View
Makefile
View
bl1/bl1_fwu.c
View
bl1/bl1_main.c
View
bl2/bl2.mk
View
docs/porting-guide.rst
View
include/plat/common/platform.h
View
plat/common/plat_bl1_common.c
View
plat/common/plat_bl2_el3_common.c 100644 → 0
View
plat/common/plat_bl_common.c 0 → 100644
View
plat/common/platform_helpers_default.c 100644 → 0