diff options
| -rw-r--r-- | conf/machine/j7-evm.conf | 28 |
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 | |||
| 5 | require conf/machine/include/k3.inc | ||
| 6 | |||
| 7 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
| 8 | |||
| 9 | SERIAL_CONSOLES = "115200;ttyS2" | ||
| 10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 11 | |||
| 12 | KERNEL_DEVICETREE = " \ | ||
| 13 | ti/k3-j721e-common-proc-board.dtb \ | ||
| 14 | " | ||
| 15 | |||
| 16 | UBOOT_MACHINE = "j721e_evm_a72_config" | ||
| 17 | |||
| 18 | OPTEEMACHINE = "k3" | ||
| 19 | OPTEEFLAVOR = "j7" | ||
| 20 | OPTEEOUTPUTMACHINE = "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 | ||
| 25 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | ||
| 26 | WKS_FILE = "sdimage-bootpart.wks" | ||
| 27 | |||
| 28 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | ||
