diff mbox series

[v2,4/4] doc: ti: Add AM62x LP SK Board information

Message ID 20231030110138.1347603-5-n-yadav@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Add AM62x LP SK support | expand

Commit Message

Nitin Yadav Oct. 30, 2023, 11:01 a.m. UTC
Add link for AM62x LP SK in platform information. AM62x LP SK
has config fragments to build U-boot, Adding information to
update UBOOT_CFG_CORTEXR with lpsk fragments over am62x defconfig.

Signed-off-by: Nitin Yadav <n-yadav@ti.com>
---
 doc/board/ti/am62x_sk.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Nishanth Menon Oct. 31, 2023, 12:07 p.m. UTC | #1
$subject missing am62x_sk

On 16:31-20231030, Nitin Yadav wrote:
> Add link for AM62x LP SK in platform information. AM62x LP SK
> has config fragments to build U-boot, Adding information to
> update UBOOT_CFG_CORTEXR with lpsk fragments over am62x defconfig.
> 
> Signed-off-by: Nitin Yadav <n-yadav@ti.com>
> ---
>  doc/board/ti/am62x_sk.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
> index d7437c6d22..9d7ce1fd54 100644
> --- a/doc/board/ti/am62x_sk.rst
> +++ b/doc/board/ti/am62x_sk.rst
> @@ -41,6 +41,7 @@ https://www.ti.com/lit/pdf/spruiv7
>  Platform information:
>  
>  * https://www.ti.com/tool/SK-AM62B
> +* https://www.ti.com/tool/SK-AM62-LP
>  
>  Boot Flow:
>  ----------
> @@ -86,6 +87,13 @@ Set the variables corresponding to this platform:
>   $ export OPTEE_PLATFORM=k3-am62x
>   $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"
>  
> +For SK-AM62x-LP, set the UBOOT_CFG_CORTEXR variable as shown below:
> +
> +.. code-block:: bash
> +
> + $ export UBOOT_CFG_CORTEXR=am62x_evm_r5_defconfig am62x_lpsk_r5.config
> + $ export UBOOT_CFG_CORTEXA=am62x_evm_a53_defconfig am62x_lpsk_a53.config
> +

This will just not render sensibly..

 $ export UBOOT_CFG_CORTEXR=am62x_evm_r5_defconfig
 $ export UBOOT_CFG_CORTEXA=am62x_evm_a53_defconfig
 $ export TFA_BOARD=lite
 $ # we dont use any extra TFA parameters
 $ unset TFA_EXTRA_ARGS
 $ export OPTEE_PLATFORM=k3-am62x
 $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"

For SK-AM62x-LP, set the UBOOT_CFG_CORTEXR variable as shown below:

 $ export UBOOT_CFG_CORTEXR=am62x_evm_r5_defconfig am62x_lpsk_r5.config
 $ export UBOOT_CFG_CORTEXA=am62x_evm_a53_defconfig am62x_lpsk_a53.config

Please refactor to ensure that the document renders completely for SKB
and LP-SK so that one can copy paste instructions cleanly.

>  .. am62x_evm_rst_include_start_build_steps
>  
>  1. Trusted Firmware-A:
> -- 
> 2.25.1
>
Dhruva Gole Oct. 31, 2023, 1:12 p.m. UTC | #2
Hi,

On Oct 30, 2023 at 16:31:38 +0530, Nitin Yadav wrote:
> Add link for AM62x LP SK in platform information. AM62x LP SK
> has config fragments to build U-boot, Adding information to
> update UBOOT_CFG_CORTEXR with lpsk fragments over am62x defconfig.
> 
> Signed-off-by: Nitin Yadav <n-yadav@ti.com>
> ---
>  doc/board/ti/am62x_sk.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
> index d7437c6d22..9d7ce1fd54 100644
> --- a/doc/board/ti/am62x_sk.rst
> +++ b/doc/board/ti/am62x_sk.rst
> @@ -41,6 +41,7 @@ https://www.ti.com/lit/pdf/spruiv7
>  Platform information:
>  
>  * https://www.ti.com/tool/SK-AM62B
> +* https://www.ti.com/tool/SK-AM62-LP
>  
>  Boot Flow:
>  ----------
> @@ -86,6 +87,13 @@ Set the variables corresponding to this platform:
>   $ export OPTEE_PLATFORM=k3-am62x
>   $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"
>  
> +For SK-AM62x-LP, set the UBOOT_CFG_CORTEXR variable as shown below:
> +
> +.. code-block:: bash
> +
> + $ export UBOOT_CFG_CORTEXR=am62x_evm_r5_defconfig am62x_lpsk_r5.config
> + $ export UBOOT_CFG_CORTEXA=am62x_evm_a53_defconfig am62x_lpsk_a53.config
> +

Reviewed-by: Dhruva Gole <d-gole@ti.com>

>  .. am62x_evm_rst_include_start_build_steps
>  
>  1. Trusted Firmware-A:
> -- 
> 2.25.1
> 
>
diff mbox series

Patch

diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
index d7437c6d22..9d7ce1fd54 100644
--- a/doc/board/ti/am62x_sk.rst
+++ b/doc/board/ti/am62x_sk.rst
@@ -41,6 +41,7 @@  https://www.ti.com/lit/pdf/spruiv7
 Platform information:
 
 * https://www.ti.com/tool/SK-AM62B
+* https://www.ti.com/tool/SK-AM62-LP
 
 Boot Flow:
 ----------
@@ -86,6 +87,13 @@  Set the variables corresponding to this platform:
  $ export OPTEE_PLATFORM=k3-am62x
  $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"
 
+For SK-AM62x-LP, set the UBOOT_CFG_CORTEXR variable as shown below:
+
+.. code-block:: bash
+
+ $ export UBOOT_CFG_CORTEXR=am62x_evm_r5_defconfig am62x_lpsk_r5.config
+ $ export UBOOT_CFG_CORTEXA=am62x_evm_a53_defconfig am62x_lpsk_a53.config
+
 .. am62x_evm_rst_include_start_build_steps
 
 1. Trusted Firmware-A: