summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-06-11 05:10:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-11 16:29:34 +0000
commit90e3e1ac208c283fffc7feedf53969b274e19112 (patch)
tree96df4ee2470d5a88e51d43a5c1c9b994cad8e53d
parent482301c39bcad164cdfab2839e54d9288728209e (diff)
downloadmeta-ti-90e3e1ac208c283fffc7feedf53969b274e19112.tar.gz
j7-evm: add config for J7 (J721e) machine
The J721E SoC belongs to the K3 Multicore SoC architecture platform, providing advanced system integration to enable lower system costs of automotive applications such as infotainment, cluster, premium Audio, Gateway, industrial and a range of broad market applications. This SoC is designed around reducing the system cost by eliminating the need of an external system MCU and is targeted towards ASIL-B/C certification/requirements in addition to allowing complex software and system use-cases. Some highlights of this SoC are: * Dual Cortex-A72s in a single cluster, three clusters of lockstep capable dual Cortex-R5F MCUs, Deep-learning Matrix Multiply Accelerator(MMA), C7x floating point Vector DSP, Two C66x floating point DSPs. * 3D GPU PowerVR Rogue 8XE GE8430 * Vision Processing Accelerator (VPAC) with image signal processor and Depth and Motion Processing Accelerator (DMPAC) * Two Gigabit Industrial Communication Subsystems (ICSSG), each with dual PRUs and dual RTUs * Two CSI2.0 4L RX plus one CSI2.0 4L TX, one eDP/DP, One DSI Tx, and up to two DPI interfaces. * Integrated Ethernet switch supporting up to a total of 8 external ports in addition to legacy Ethernet switch of up to 2 ports. * System MMU (SMMU) Version 3.0 and advanced virtualisation capabilities. * Upto 4 PCIe-GEN3 controllers, 2 USB3.0 Dual-role device subsystems, 16 MCANs, 12 McASP, eMMC and SD, UFS, OSPI/HyperBus memory controller, QSPI, I3C and I2C, eCAP/eQEP, eHRPWM, MLB among other peripherals. * Two hardware accelerator block containing AES/DES/SHA/MD5 called SA2UL management. * Configurable L3 Cache and IO-coherent architecture with high data throughput capable distributed DMA architecture under NAVSS * Centralized System Controller for Security, Power, and Resource Management (DMSC) See J721E Technical Reference Manual (SPRUIL1, May 2019) for further details: http://www.ti.com/lit/pdf/spruil1 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/j7-evm.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
new file mode 100644
index 00000000..a8bb71bc
--- /dev/null
+++ b/conf/machine/j7-evm.conf
@@ -0,0 +1,28 @@
1#@TYPE: Machine
2#@NAME: J7 EVM
3#@DESCRIPTION: Machine configuration for the TI J7 EVM
4
5require conf/machine/include/k3.inc
6
7IMAGE_FSTYPES += "tar.xz wic.xz"
8
9SERIAL_CONSOLES = "115200;ttyS2"
10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
11
12KERNEL_DEVICETREE = " \
13 ti/k3-j721e-common-proc-board.dtb \
14"
15
16UBOOT_MACHINE = "j721e_evm_a72_config"
17
18OPTEEMACHINE = "k3"
19OPTEEFLAVOR = "j7"
20OPTEEOUTPUTMACHINE = "k3"
21
22# Please note that booting J7 platform also requires
23# tiboot3.bin and sysfw.itb, which are provided by meta-arago
24# u-boot-k3-r5 and ti-sci-fw recipes
25IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
26WKS_FILE = "sdimage-bootpart.wks"
27
28do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"