summaryrefslogtreecommitdiffstats
path: root/classes/sota_am65xx-evm.bbclass
diff options
context:
space:
mode:
authorEugene Smirnov <evgenii.smirnov@here.com>2019-07-17 15:14:45 +0200
committerEugene Smirnov <evgenii.smirnov@here.com>2019-07-22 11:57:39 +0200
commit9dca9a68aa6729566121a7c23ef594a880ac1bc0 (patch)
tree6f03ab04994b4709535e80fbb48fdea8e8584e62 /classes/sota_am65xx-evm.bbclass
parenteb391b6c5f3fc24757b124238140bbfc3ae41494 (diff)
downloadmeta-updater-feat/ti.tar.gz
Add TI AM65xx supportfeat/ti
Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
Diffstat (limited to 'classes/sota_am65xx-evm.bbclass')
-rw-r--r--classes/sota_am65xx-evm.bbclass10
1 files changed, 10 insertions, 0 deletions
diff --git a/classes/sota_am65xx-evm.bbclass b/classes/sota_am65xx-evm.bbclass
new file mode 100644
index 0000000..088b85c
--- /dev/null
+++ b/classes/sota_am65xx-evm.bbclass
@@ -0,0 +1,10 @@
1IMAGE_BOOT_FILES = "tiboot3.bin tispl.bin sysfw.itb u-boot.img uEnv.txt"
2
3KERNEL_IMAGETYPES = "fitImage"
4OPTEEFLAVOR = ""
5
6OSTREE_KERNEL = "fitImage"
7OSTREE_KERNEL_ARGS = "ramdisk_size=8192 root=/dev/ram0 rw rootfstype=ext4 ostree_root=/dev/mmcblk1p2 module_blacklist=sa2ul"
8
9UBOOT_ENTRYPOINT = "0x80080000"
10UBOOT_LOADADDRESS = "0x80080000"