]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
doc: Update arg usage for BL2 and BL31 setup functions
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 24 Jun 2020 14:58:38 +0000 (15:58 +0100)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Fri, 26 Jun 2020 07:26:18 +0000 (07:26 +0000)
Updated the porting guide for the usage of received arguments
in BL2 and BL32 setup functions in case of Arm platform.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Ia83a5607fed999819d25e49322b3bfb5db9425c0

docs/getting_started/porting-guide.rst

index b7a93e40a515a00b17fd548ccdb68a8117776689..45c27ade0be25f019b4631fbeb2b738b7027bfe2 100644 (file)
@@ -1424,7 +1424,7 @@ are platform specific.
 
 On Arm standard platforms, the arguments received are :
 
-    arg0 - Points to load address of HW_CONFIG if present
+    arg0 - Points to load address of FW_CONFIG
 
     arg1 - ``meminfo`` structure populated by BL1. The platform copies
     the contents of ``meminfo`` as it may be subsequently overwritten by BL2.
@@ -1736,6 +1736,10 @@ In Arm standard platforms, the arguments received are :
     which is list of executable images following BL31,
 
     arg1 - Points to load address of SOC_FW_CONFIG if present
+           except in case of Arm FVP platform.
+
+           In case of Arm FVP platform, Points to load address
+           of FW_CONFIG.
 
     arg2 - Points to load address of HW_CONFIG if present