mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-23 04:59:17 +00:00
- Add A72 and R5 machine configurations for j742s2-evm - Add firmware overrides. - Add u-boot overrides. Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
23 lines
461 B
Plaintext
23 lines
461 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J742S2 EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J742S2 EVM
|
|
|
|
require conf/machine/include/j742s2.inc
|
|
|
|
TFA_K3_USART = "0x8"
|
|
OPTEE_K3_USART = "0x8"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-j742s2 \
|
|
ti/k3-j784s4 \
|
|
ti/k3-fpdlink \
|
|
ti/k3-j7200-evm-mcspi-loopback \
|
|
ti/k3-j721s2-evm-csi2-ov5640 \
|
|
ti/k3-j721s2-evm-fusion \
|
|
ti/k3-v3link \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = ""
|
|
|
|
UBOOT_MACHINE = "j742s2_evm_a72_defconfig"
|