summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf4
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf14
-rw-r--r--meta-ti-bsp/conf/machine/include/am62xx.inc12
-rw-r--r--meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf3
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb1
5 files changed, 31 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
index d9867bc7..ab18301a 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-gp.conf
@@ -8,7 +8,11 @@ SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 9SYSFW_SUFFIX = "gp"
10 10
11SYSFW_TIBOOT3_SYMLINK = ""
12
11UBOOT_MACHINE = "am62x_evm_r5_defconfig" 13UBOOT_MACHINE = "am62x_evm_r5_defconfig"
12 14
15SPL_BINARY = ""
13UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}" 16UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
14UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 17UBOOT_IMAGE = "u-boot-r5spl-gp-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
18UBOOT_SYMLINK = "u-boot-r5spl-gp.${UBOOT_SUFFIX}"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf
new file mode 100644
index 00000000..0dad1104
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: AM62xx HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY:append = ":k3r5-hs-fs"
9
10SYSFW_SOC = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am62x_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc
index 53e48610..af6a6db4 100644
--- a/meta-ti-bsp/conf/machine/include/am62xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62xx.inc
@@ -8,10 +8,16 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" 9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
10 10
11BBMULTICONFIG = "k3r5-gp" 11# Default tiboot3.bin on AM62x is for HS-FS
12do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" 12BBMULTICONFIG = "k3r5-hs-fs"
13do_image_wic[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy"
13 14
14# Since default tiboot3.bin on AM62x is for GP, add a version for HS-SE 15# Since default tiboot3.bin on AM62x is for HS-FS, add a version for GP
16BBMULTICONFIG += "k3r5-gp"
17IMAGE_BOOT_FILES += "tiboot3-am62x-gp-evm.bin"
18do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
19
20# Since default tiboot3.bin on AM62x is for HS-FS, add a version for HS-SE
15BBMULTICONFIG += "k3r5-hs-se" 21BBMULTICONFIG += "k3r5-hs-se"
16IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" 22IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin"
17do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy" 23do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
diff --git a/meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf b/meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf
new file mode 100644
index 00000000..e22204ee
--- /dev/null
+++ b/meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf
@@ -0,0 +1,3 @@
1require k3r5.conf
2
3MACHINE:append = "-hs-fs"
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 798131d4..8004c227 100644
--- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -39,6 +39,7 @@ SYSFW_PREFIX:j784s4-evm-k3r5 = "fs"
39SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs" 39SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs"
40SYSFW_PREFIX:am62xx-evm-k3r5-gp = "fs" 40SYSFW_PREFIX:am62xx-evm-k3r5-gp = "fs"
41SYSFW_PREFIX:am62xx-evm-k3r5-hs-se = "fs" 41SYSFW_PREFIX:am62xx-evm-k3r5-hs-se = "fs"
42SYSFW_PREFIX:am62xx-evm-k3r5-hs-fs = "fs"
42SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" 43SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs"
43SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs" 44SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs"
44SYSFW_PREFIX:am62axx-evm-k3r5 = "fs" 45SYSFW_PREFIX:am62axx-evm-k3r5 = "fs"