]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: board: fix OPTEE args for TI SoCs
authorAnshul Dalal <anshuld@ti.com>
Thu, 12 Mar 2026 09:32:49 +0000 (15:02 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 27 Mar 2026 09:55:46 +0000 (10:55 +0100)
CFG_WITH_SOFTWARE_PRNG=y was added as an OPTEE argument to workaround
some bugs related to TRNG which have been fixed now[1]. Therefore this
patch drops the redundant argument from the documentation.

[1]: https://github.com/OP-TEE/optee_os/commit/e313f4765fd0478bb66985827441411793433773

Signed-off-by: Anshul Dalal <anshuld@ti.com>
Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Verdin AM62
doc/board/beagle/am62x_beagleplay.rst
doc/board/phytec/phycore-am62x.rst
doc/board/ti/am62px_sk.rst
doc/board/ti/am62x_sk.rst
doc/board/toradex/verdin-am62.rst

index bc71aabaac3e88d268ce913032e0db5e3d0126b0..64a05549caf6a16a20aa534af70ed94fbad8b806 100644 (file)
@@ -67,7 +67,8 @@ Set the variables corresponding to this platform:
   # 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"
+  # we dont use any extra OPTEE parameters
+  unset OPTEE_EXTRA_ARGS
 
 .. include::  ../ti/am62x_sk.rst
     :start-after: .. am62x_evm_rst_include_start_build_steps
index 36315b4993103db0d45dc0982f6f0cc49049c95b..bd61d0c16cfa64f529eb265708d5b7ae77ed043a 100644 (file)
@@ -60,7 +60,8 @@ Set the variables corresponding to this platform:
  $ # we don't use any extra TFA parameters
  $ unset TFA_EXTRA_ARGS
  $ export OPTEE_PLATFORM=k3-am62x
- $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"
+ $ # we dont use any extra OPTEE parameters
+ $ unset OPTEE_EXTRA_ARGS
 
 .. include::  ../ti/am62x_sk.rst
     :start-after: .. am62x_evm_rst_include_start_build_steps
index da70cd58095895001a9a7906e2ff86a33a10fead..2fd00e882852500447d04f880456b91159694eb4 100644 (file)
@@ -99,7 +99,9 @@ Set the variables corresponding to this platform:
    # 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"
+   # we dont use any extra OPTEE parameters
+   unset OPTEE_EXTRA_ARGS
+
 
 .. am62px_evm_rst_include_start_build_steps
 
index b50fff875062f5c43cadc247f8f3e77a19859786..2480733e2daaedea15f0ad8b92407caccd4cb5f9 100644 (file)
@@ -87,8 +87,8 @@ Set the variables corresponding to this platform:
   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"
+  # we dont use any extra OPTEE parameters
+  unset OPTEE_EXTRA_ARGS
 
 .. am62x_evm_rst_include_start_build_steps
 
index 93912adc896d90d8146796d80fddc4e1159e5c5b..aaca6fd1a733a9e21ebd2a249dc009f84796c284 100644 (file)
@@ -59,7 +59,8 @@ Set the variables corresponding to this platform:
  $ # we don't use any extra TFA parameters
  $ unset TFA_EXTRA_ARGS
  $ export OPTEE_PLATFORM=k3-am62x
- $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"
+ $ # we dont use any extra OPTEE parameters
+ $ unset OPTEE_EXTRA_ARGS
 
 .. include::  ../ti/am62x_sk.rst
     :start-after: .. am62x_evm_rst_include_start_build_steps