
Hello Andrew,
On 04/04/24 21:19, Andrew Davis wrote:
On 4/4/24 4:00 AM, Jayesh Choudhary wrote:
Introduce basic documentation for the J722S-EVM.
Signed-off-by: Jayesh Choudhary j-choudhary@ti.com
doc/board/ti/j722s_evm.rst | 262 +++++++++++++++++++++++++++++++++++++ doc/board/ti/k3.rst | 1 + 2 files changed, 263 insertions(+) create mode 100644 doc/board/ti/j722s_evm.rst
diff --git a/doc/board/ti/j722s_evm.rst b/doc/board/ti/j722s_evm.rst new file mode 100644 index 0000000000..150330f637 --- /dev/null +++ b/doc/board/ti/j722s_evm.rst @@ -0,0 +1,262 @@ +.. SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause +.. sectionauthor:: Jayesh Choudhary j-choudhary@ti.com
+J722S-EVM Platform +==================
[...]
+.. code-block:: bash
- $ export UBOOT_CFG_CORTEXR=j722s_evm_r5_defconfig
- $ export UBOOT_CFG_CORTEXA=j722s_evm_a53_defconfig
- $ export TFA_BOARD=lite
- $ # we dont use any extra TFA parameters
- $ unset TFA_EXTRA_ARGS
Why unset, who is setting in the first place?
Ok this might be unnecessary. Could be removed.
- $ export OPTEE_PLATFORM=k3-am62x
None of the addresses OPTEE cares about changed from AM62?
Nope. We have been carrying the same OPTEE flavour since AM62 in AM62A, AM62P and now in J722S
Yocto machine configurations:
AM62A: https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/conf/machine/include/am62axx.inc#n18 AM62P: https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/conf/machine/include/am62pxx.inc#n15 J722S: https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/conf/machine/include/j722s.inc#n15
- $ export OPTEE_EXTRA_ARGS="CFG_WITH_SOFTWARE_PRNG=y"
Do you still need this, the HW RNG should work now.
Yes. We still need SW RNG.
Warm Regards, -Jayesh
[...]