Reword LOAD_IMAGE_V2 in user guide & fix a typo
authorJohn Tsichritzis <[email protected]>
Mon, 23 Jul 2018 08:18:04 +0000 (09:18 +0100)
committerJohn Tsichritzis <[email protected]>
Tue, 24 Jul 2018 13:22:18 +0000 (14:22 +0100)
Change-Id: Id2639218dfffec84d8b0fa295d7e896129d4fcd7
Signed-off-by: John Tsichritzis <[email protected]>
docs/porting-guide.rst
docs/user-guide.rst

index 5462cc1ec21bae7e6c19c0fe41399f173f64041a..603d44aa228663119e8d10ebc0fd91df890c58cb 100644 (file)
@@ -952,9 +952,9 @@ Function : plat\_disable\_acp()
     Argument : void
     Return   : void
 
-This api allows a platform to disable the Accelerator Coherency Port (if
+This API allows a platform to disable the Accelerator Coherency Port (if
 present) during a cluster power down sequence. The default weak implementation
-doesn't do anything. Since this api is called during the power down sequence,
+doesn't do anything. Since this API is called during the power down sequence,
 it has restrictions for stack usage and it can use the registers x0 - x17 as
 scratch registers. It should preserve the value in x18 register as it is used
 by the caller to store the return address.
index da260264adb2d0ddccc523b642ddfd3f3a09244b..2b90bece84a82dc84d214aec37bcb7bdeab228b6 100644 (file)
@@ -485,8 +485,8 @@ Common build options
 -  ``LOAD_IMAGE_V2``: Boolean option to enable support for new version (v2) of
    image loading, which provides more flexibility and scalability around what
    images are loaded and executed during boot. Default is 0.
-   Note: ``TRUSTED_BOARD_BOOT`` is currently only supported for AArch64 when
-   ``LOAD_IMAGE_V2`` is enabled.
+
+   Note: this flag must be enabled for AArch32 builds.
 
 -  ``LOG_LEVEL``: Chooses the log level, which controls the amount of console log
    output compiled into the build. This should be one of the following: