summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am65xx-evm.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
new file mode 100644
index 00000000..6b3bdecf
--- /dev/null
+++ b/conf/machine/am65xx-evm.conf
@@ -0,0 +1,24 @@
1#@TYPE: Machine
2#@NAME: AM65xx EVM
3#@DESCRIPTION: Machine configuration for the TI AM65xx EVM
4
5require conf/machine/include/k3.inc
6
7MACHINE_FEATURES += "touchscreen"
8
9IMAGE_FSTYPES += "tar.xz cpio cpio.xz wic.xz"
10
11SERIAL_CONSOLE = "115200 ttyS2"
12
13KERNEL_DEVICETREE = "ti/k3-am654-base-board.dtb"
14
15UBOOT_MACHINE = "am65x_evm_a53_defconfig"
16
17OPTEEMACHINE = "k3"
18OPTEEFLAVOR = "am65x"
19OPTEEOUTPUTMACHINE = "k3"
20
21WKS_FILE = "sdimage-bootpart.wks"
22IMAGE_BOOT_FILES = "u-boot.img"
23
24do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"