BL2: Support RAM_LOAD with separate S/NS images
Change-Id: I05c397e0be8b855c1352d45a3fafb9b9820ce105
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
diff --git a/docs/platform/ext/readme.rst b/docs/platform/ext/readme.rst
index 1057e03..da37c46 100644
--- a/docs/platform/ext/readme.rst
+++ b/docs/platform/ext/readme.rst
@@ -274,9 +274,13 @@
The ``imgtool.py`` tool is used to handle the tasks related to signing the
binary. It requires the following definition:
-- ``IMAGE_LOAD_ADDRESS`` - Defines the address to where the image is loaded and
- is executed from. Only used if ``MCUBOOT_UPGRADE_STRATEGY`` is configured to
- be ``RAM_LOAD``.
+- ``S_IMAGE_LOAD_ADDRESS`` - Defines the address to where the Secure (or
+ combined Secure and Non-secure) image is loaded and is executed from. Only
+ used if ``MCUBOOT_UPGRADE_STRATEGY`` is configured to be ``RAM_LOAD``.
+
+- ``NS_IMAGE_LOAD_ADDRESS`` - Defines the address to where the Non-secure image
+ is loaded and is executed from. Only used if ``MCUBOOT_UPGRADE_STRATEGY`` is
+ configured to be ``RAM_LOAD`` and ``MCUBOOT_IMAGE_NUMBER`` is greater than 1.
***************************************
Expose target support for HW components
@@ -291,6 +295,6 @@
--------------
-*Copyright (c) 2017-2021, Arm Limited. All rights reserved.*
+*Copyright (c) 2017-2022, Arm Limited. All rights reserved.*
*Copyright (c) 2020-2022 Cypress Semiconductor Corporation (an Infineon company)
or an affiliate of Cypress Semiconductor Corporation. All rights reserved.*