diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-06-18 01:37:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-06-18 16:25:50 +0000 |
commit | b505fcdc092d8a57f22a59ed098edc7f296d430c (patch) | |
tree | b9dcb688ba344994464873df7891181156b8e2c2 /conf | |
parent | 4a610aa906969862dd37409772a3299a0d034667 (diff) | |
download | meta-ti-b505fcdc092d8a57f22a59ed098edc7f296d430c.tar.gz |
machine: am65xx-evm.conf: add machine definition for AM65xx platform
The AM654 SoC is a lead device of the K3 Multicore SoC architecture
platform, targeted for broad market and industrial control with aim to
meet the complex processing needs of modern embedded products.
See AM65x Technical Reference Manual (SPRUID7, April 2018)
for further details: http://www.ti.com/lit/pdf/spruid7
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am65xx-evm.conf | 24 |
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 | |||
5 | require conf/machine/include/k3.inc | ||
6 | |||
7 | MACHINE_FEATURES += "touchscreen" | ||
8 | |||
9 | IMAGE_FSTYPES += "tar.xz cpio cpio.xz wic.xz" | ||
10 | |||
11 | SERIAL_CONSOLE = "115200 ttyS2" | ||
12 | |||
13 | KERNEL_DEVICETREE = "ti/k3-am654-base-board.dtb" | ||
14 | |||
15 | UBOOT_MACHINE = "am65x_evm_a53_defconfig" | ||
16 | |||
17 | OPTEEMACHINE = "k3" | ||
18 | OPTEEFLAVOR = "am65x" | ||
19 | OPTEEOUTPUTMACHINE = "k3" | ||
20 | |||
21 | WKS_FILE = "sdimage-bootpart.wks" | ||
22 | IMAGE_BOOT_FILES = "u-boot.img" | ||
23 | |||
24 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||