2021-07-21 15:58:48 +00:00
|
|
|
.. SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
|
|
.. sectionauthor:: Lokesh Vutla <lokeshvutla@ti.com>
|
|
|
|
|
2022-12-19 20:29:49 +00:00
|
|
|
J721E Platforms
|
|
|
|
===============
|
2021-07-21 15:58:48 +00:00
|
|
|
|
|
|
|
Introduction:
|
|
|
|
-------------
|
|
|
|
The J721e family of SoCs are part of K3 Multicore SoC architecture platform
|
|
|
|
targeting automotive applications. They are designed as a low power, high
|
|
|
|
performance and highly integrated device architecture, adding significant
|
|
|
|
enhancement on processing power, graphics capability, video and imaging
|
|
|
|
processing, virtualization and coherent memory support.
|
|
|
|
|
|
|
|
The device is partitioned into three functional domains, each containing
|
|
|
|
specific processing cores and peripherals:
|
|
|
|
|
|
|
|
1. Wake-up (WKUP) domain:
|
|
|
|
* Device Management and Security Controller (DMSC)
|
|
|
|
|
|
|
|
2. Microcontroller (MCU) domain:
|
|
|
|
* Dual Core ARM Cortex-R5F processor
|
|
|
|
|
|
|
|
3. MAIN domain:
|
|
|
|
* Dual core 64-bit ARM Cortex-A72
|
|
|
|
* 2 x Dual cortex ARM Cortex-R5 subsystem
|
|
|
|
* 2 x C66x Digital signal processor sub system
|
|
|
|
* C71x Digital signal processor sub-system with MMA.
|
|
|
|
|
|
|
|
More info can be found in TRM: http://www.ti.com/lit/pdf/spruil1
|
|
|
|
|
|
|
|
Boot Flow:
|
|
|
|
----------
|
|
|
|
Boot flow is similar to that of AM65x SoC and extending it with remoteproc
|
|
|
|
support. Below is the pictorial representation of boot flow:
|
|
|
|
|
2023-07-27 18:58:47 +00:00
|
|
|
.. image:: img/boot_diagram_j721e.svg
|
2021-07-21 15:58:48 +00:00
|
|
|
|
|
|
|
- Here DMSC acts as master and provides all the critical services. R5/A72
|
|
|
|
requests DMSC to get these services done as shown in the above diagram.
|
|
|
|
|
|
|
|
Sources:
|
|
|
|
--------
|
|
|
|
|
2023-07-27 18:58:44 +00:00
|
|
|
.. include:: k3.rst
|
|
|
|
:start-after: .. k3_rst_include_start_boot_sources
|
|
|
|
:end-before: .. k3_rst_include_end_boot_sources
|
2022-11-09 17:30:00 +00:00
|
|
|
|
2021-07-21 15:58:48 +00:00
|
|
|
Build procedure:
|
|
|
|
----------------
|
2023-07-21 18:44:43 +00:00
|
|
|
1. Trusted Firmware-A:
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2022-11-09 17:30:01 +00:00
|
|
|
.. code-block:: bash
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2023-07-21 18:44:43 +00:00
|
|
|
$ make CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 \
|
|
|
|
TARGET_BOARD=generic SPD=opteed
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2023-07-21 18:44:43 +00:00
|
|
|
2. OP-TEE:
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2022-11-09 17:30:01 +00:00
|
|
|
.. code-block:: bash
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2023-07-21 18:44:43 +00:00
|
|
|
$ make PLATFORM=k3-j721e CFG_ARM64_core=y
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2023-07-21 18:44:43 +00:00
|
|
|
3. U-Boot:
|
2021-07-21 15:58:48 +00:00
|
|
|
|
|
|
|
* 4.1 R5:
|
|
|
|
|
2022-11-09 17:30:01 +00:00
|
|
|
.. code-block:: bash
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2023-07-21 18:44:43 +00:00
|
|
|
$ make j721e_evm_r5_defconfig
|
|
|
|
$ make CROSS_COMPILE=arm-linux-gnueabihf- \
|
|
|
|
BINMAN_INDIRS=<path/to/ti-linux-firmware>
|
2021-07-21 15:58:48 +00:00
|
|
|
|
|
|
|
* 4.2 A72:
|
|
|
|
|
2022-11-09 17:30:01 +00:00
|
|
|
.. code-block:: bash
|
2021-07-21 15:58:48 +00:00
|
|
|
|
2023-07-21 18:44:43 +00:00
|
|
|
$ make j721e_evm_a72_defconfig
|
|
|
|
$ make CROSS_COMPILE=aarch64-linux-gnu- \
|
|
|
|
BL31=<path/to/trusted-firmware-a/dir>/build/k3/generic/release/bl31.bin \
|
|
|
|
TEE=<path/to/optee_os/dir>/out/arm-plat-k3/core/tee-raw.bin \
|
|
|
|
BINMAN_INDIRS=<path/to/ti-linux-firmware>
|
2021-07-21 15:58:48 +00:00
|
|
|
|
|
|
|
Target Images
|
|
|
|
--------------
|
2023-07-25 16:44:16 +00:00
|
|
|
In order to boot we need tiboot3.bin, sysfw.itb, tispl.bin and u-boot.img.
|
|
|
|
Each SoC variant (GP, HS-FS and HS-SE) requires a different source for these
|
|
|
|
files.
|
2023-07-21 18:44:43 +00:00
|
|
|
|
|
|
|
- GP
|
|
|
|
|
|
|
|
* tiboot3-j721e-gp-evm.bin, sysfw-j721e-gp-evm.itb from step 4.1
|
|
|
|
* tispl.bin_unsigned, u-boot.img_unsigned from step 4.2
|
|
|
|
|
|
|
|
- HS-FS
|
|
|
|
|
|
|
|
* tiboot3-j721e_sr2-hs-fs-evm.bin, sysfw-j721e_sr2-hs-fs-evm.itb from step 4.1
|
|
|
|
* tispl.bin, u-boot.img from step 4.2
|
|
|
|
|
|
|
|
- HS-SE
|
|
|
|
|
|
|
|
* tiboot3-j721e_sr2-hs-evm.bin, sysfw-j721e_sr2-hs-evm.itb from step 4.1
|
|
|
|
* tispl.bin, u-boot.img from step 4.2
|
2021-07-21 15:58:48 +00:00
|
|
|
|
|
|
|
Image formats:
|
|
|
|
--------------
|
|
|
|
|
|
|
|
- tiboot3.bin:
|
|
|
|
|
|
|
|
.. code-block:: text
|
|
|
|
|
|
|
|
+-----------------------+
|
|
|
|
| X.509 |
|
|
|
|
| Certificate |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | R5 | |
|
|
|
|
| | u-boot-spl.bin | |
|
|
|
|
| | | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | FIT header | |
|
|
|
|
| | +---------------+ | |
|
|
|
|
| | | | | |
|
|
|
|
| | | DTB 1...N | | |
|
|
|
|
| | +---------------+ | |
|
|
|
|
| +-------------------+ |
|
|
|
|
+-----------------------+
|
|
|
|
|
|
|
|
- tispl.bin
|
|
|
|
|
|
|
|
.. code-block:: text
|
|
|
|
|
|
|
|
+-----------------------+
|
|
|
|
| |
|
|
|
|
| FIT HEADER |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
2023-07-21 18:44:43 +00:00
|
|
|
| | A72 TF-A | |
|
2021-07-21 15:58:48 +00:00
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
2023-07-21 18:44:43 +00:00
|
|
|
| | A72 OP-TEE | |
|
2021-07-21 15:58:48 +00:00
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | R5 DM FW | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | A72 SPL | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | SPL DTB 1...N | |
|
|
|
|
| +-------------------+ |
|
|
|
|
+-----------------------+
|
|
|
|
|
|
|
|
- sysfw.itb
|
|
|
|
|
|
|
|
.. code-block:: text
|
|
|
|
|
|
|
|
+-----------------------+
|
|
|
|
| |
|
|
|
|
| FIT HEADER |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | sysfw.bin | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | board config | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | PM config | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | RM config | |
|
|
|
|
| +-------------------+ |
|
|
|
|
| | | |
|
|
|
|
| | Secure config | |
|
|
|
|
| +-------------------+ |
|
|
|
|
+-----------------------+
|
|
|
|
|
2023-05-16 04:54:36 +00:00
|
|
|
R5 Memory Map:
|
|
|
|
--------------
|
|
|
|
|
|
|
|
.. list-table::
|
|
|
|
:widths: 16 16 16
|
|
|
|
:header-rows: 1
|
|
|
|
|
|
|
|
* - Region
|
|
|
|
- Start Address
|
|
|
|
- End Address
|
|
|
|
|
|
|
|
* - SPL
|
|
|
|
- 0x41c00000
|
|
|
|
- 0x41c40000
|
|
|
|
|
|
|
|
* - EMPTY
|
|
|
|
- 0x41c40000
|
|
|
|
- 0x41c81920
|
|
|
|
|
|
|
|
* - STACK
|
|
|
|
- 0x41c85920
|
|
|
|
- 0x41c81920
|
|
|
|
|
|
|
|
* - Global data
|
|
|
|
- 0x41c859f0
|
|
|
|
- 0x41c85920
|
|
|
|
|
|
|
|
* - Heap
|
|
|
|
- 0x41c859f0
|
|
|
|
- 0x41cf59f0
|
|
|
|
|
|
|
|
* - BSS
|
|
|
|
- 0x41cf59f0
|
|
|
|
- 0x41cff9f0
|
|
|
|
|
|
|
|
* - MCU Scratchpad
|
|
|
|
- 0x41cff9fc
|
|
|
|
- 0x41cffbfc
|
|
|
|
|
|
|
|
* - ROM DATA
|
|
|
|
- 0x41cffbfc
|
|
|
|
- 0x41cfffff
|
|
|
|
|
2021-07-21 15:58:48 +00:00
|
|
|
OSPI:
|
|
|
|
-----
|
|
|
|
ROM supports booting from OSPI from offset 0x0.
|
|
|
|
|
|
|
|
Flashing images to OSPI:
|
|
|
|
|
|
|
|
Below commands can be used to download tiboot3.bin, tispl.bin, u-boot.img,
|
|
|
|
and sysfw.itb over tftp and then flash those to OSPI at their respective
|
|
|
|
addresses.
|
|
|
|
|
|
|
|
.. code-block:: text
|
|
|
|
|
|
|
|
=> sf probe
|
|
|
|
=> tftp ${loadaddr} tiboot3.bin
|
|
|
|
=> sf update $loadaddr 0x0 $filesize
|
|
|
|
=> tftp ${loadaddr} tispl.bin
|
|
|
|
=> sf update $loadaddr 0x80000 $filesize
|
|
|
|
=> tftp ${loadaddr} u-boot.img
|
|
|
|
=> sf update $loadaddr 0x280000 $filesize
|
|
|
|
=> tftp ${loadaddr} sysfw.itb
|
|
|
|
=> sf update $loadaddr 0x6C0000 $filesize
|
|
|
|
|
|
|
|
Flash layout for OSPI:
|
|
|
|
|
|
|
|
.. code-block:: text
|
|
|
|
|
|
|
|
0x0 +----------------------------+
|
|
|
|
| ospi.tiboot3(512K) |
|
|
|
|
| |
|
|
|
|
0x80000 +----------------------------+
|
|
|
|
| ospi.tispl(2M) |
|
|
|
|
| |
|
|
|
|
0x280000 +----------------------------+
|
|
|
|
| ospi.u-boot(4M) |
|
|
|
|
| |
|
|
|
|
0x680000 +----------------------------+
|
|
|
|
| ospi.env(128K) |
|
|
|
|
| |
|
|
|
|
0x6A0000 +----------------------------+
|
|
|
|
| ospi.env.backup (128K) |
|
|
|
|
| |
|
|
|
|
0x6C0000 +----------------------------+
|
|
|
|
| ospi.sysfw(1M) |
|
|
|
|
| |
|
|
|
|
0x7C0000 +----------------------------+
|
|
|
|
| padding (256k) |
|
|
|
|
0x800000 +----------------------------+
|
|
|
|
| ospi.rootfs(UBIFS) |
|
|
|
|
| |
|
|
|
|
+----------------------------+
|
2021-07-21 15:58:49 +00:00
|
|
|
|
|
|
|
Firmwares:
|
|
|
|
----------
|
|
|
|
|
|
|
|
The J721e u-boot allows firmware to be loaded for the Cortex-R5 subsystem.
|
|
|
|
The CPSW5G in J7200 and CPSW9G in J721E present in MAIN domain is configured
|
|
|
|
and controlled by the ethernet firmware that executes in the MAIN Cortex R5.
|
|
|
|
The default supported environment variables support loading these firmwares
|
|
|
|
from only MMC. "dorprocboot" env variable has to be set for the U-BOOT to load
|
|
|
|
and start the remote cores in the system.
|
|
|
|
|
|
|
|
J721E common processor board can be attached to a Ethernet QSGMII card and the
|
|
|
|
PHY in the card has to be reset before it can be used for data transfer.
|
|
|
|
"do_main_cpsw0_qsgmii_phyinit" env variable has to be set for the U-BOOT to
|
|
|
|
configure this PHY.
|