diff options
| author | Anshul Dalal <[email protected]> | 2026-03-12 15:02:49 +0530 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-03-27 10:55:46 +0100 |
| commit | 155cd085616c2f3c274c4baf45a28723d08e6f6d (patch) | |
| tree | 826c82417f9ab5ab238f490101de57c87891403e | |
| parent | d0dfaacf57a2a0fa4a5c09223e62fdddef544052 (diff) | |
doc: board: fix OPTEE args for TI SoCs
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 <[email protected]>
Acked-by: Francesco Dolcini <[email protected]> # Toradex Verdin AM62
| -rw-r--r-- | doc/board/beagle/am62x_beagleplay.rst | 3 | ||||
| -rw-r--r-- | doc/board/phytec/phycore-am62x.rst | 3 | ||||
| -rw-r--r-- | doc/board/ti/am62px_sk.rst | 4 | ||||
| -rw-r--r-- | doc/board/ti/am62x_sk.rst | 4 | ||||
| -rw-r--r-- | doc/board/toradex/verdin-am62.rst | 3 |
5 files changed, 11 insertions, 6 deletions
diff --git a/doc/board/beagle/am62x_beagleplay.rst b/doc/board/beagle/am62x_beagleplay.rst index bc71aabaac3..64a05549caf 100644 --- a/doc/board/beagle/am62x_beagleplay.rst +++ b/doc/board/beagle/am62x_beagleplay.rst @@ -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 diff --git a/doc/board/phytec/phycore-am62x.rst b/doc/board/phytec/phycore-am62x.rst index 36315b49931..bd61d0c16cf 100644 --- a/doc/board/phytec/phycore-am62x.rst +++ b/doc/board/phytec/phycore-am62x.rst @@ -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 diff --git a/doc/board/ti/am62px_sk.rst b/doc/board/ti/am62px_sk.rst index da70cd58095..2fd00e88285 100644 --- a/doc/board/ti/am62px_sk.rst +++ b/doc/board/ti/am62px_sk.rst @@ -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 diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst index b50fff87506..2480733e2da 100644 --- a/doc/board/ti/am62x_sk.rst +++ b/doc/board/ti/am62x_sk.rst @@ -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 diff --git a/doc/board/toradex/verdin-am62.rst b/doc/board/toradex/verdin-am62.rst index 93912adc896..aaca6fd1a73 100644 --- a/doc/board/toradex/verdin-am62.rst +++ b/doc/board/toradex/verdin-am62.rst @@ -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 |
