diff options
author | Andrew Davis <afd@ti.com> | 2022-11-04 22:46:03 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | f112212083b8174b7ed1c59127ad10cd0d556e7a (patch) | |
tree | 8bfb54e14d1a4547fdcb997f5a234ab4b31e595f /meta-ti-bsp/conf | |
parent | 1cea5220ea9fde2ff7d055fae9512bb6e4f00a60 (diff) | |
download | meta-ti-f112212083b8174b7ed1c59127ad10cd0d556e7a.tar.gz |
machine: k3r5: Make combined R5 boot the default
Going forward, the combined tiboot3.bin is going to be the standard. Only
AM65x and J721e will still use the split boot. Set the output of U-Boot
to be u-boot-spl.bin by default and override only for the two split boot
platforms. This makes it easier to add new platforms and simplifies
deployment logic.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | 6 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 6 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/k3r5.inc | 6 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/j721e-evm-k3r5.conf | 6 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf | 6 |
5 files changed, 27 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf index bd17474e..a484e444 100644 --- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | |||
@@ -9,4 +9,10 @@ SYSFW_CONFIG = "evm" | |||
9 | SYSFW_SUFFIX = "gp" | 9 | SYSFW_SUFFIX = "gp" |
10 | SYSFW_SYMLINK = "" | 10 | SYSFW_SYMLINK = "" |
11 | 11 | ||
12 | SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}" | ||
13 | SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" | ||
14 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | ||
15 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
16 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | ||
17 | |||
12 | UBOOT_MACHINE = "am65x_evm_r5_defconfig" | 18 | UBOOT_MACHINE = "am65x_evm_r5_defconfig" |
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf index d6d4b1e3..81b8c75f 100644 --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | |||
@@ -9,6 +9,12 @@ SYSFW_CONFIG = "evm" | |||
9 | SYSFW_SUFFIX = "hs" | 9 | SYSFW_SUFFIX = "hs" |
10 | SYSFW_SYMLINK = "" | 10 | SYSFW_SYMLINK = "" |
11 | 11 | ||
12 | SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}" | ||
13 | SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" | ||
14 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | ||
15 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
16 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | ||
17 | |||
12 | UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" | 18 | UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" |
13 | 19 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | 20 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" |
diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc index 3cc79061..d000404e 100644 --- a/meta-ti-bsp/conf/machine/include/k3r5.inc +++ b/meta-ti-bsp/conf/machine/include/k3r5.inc | |||
@@ -16,9 +16,9 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
16 | 16 | ||
17 | SPL_BINARY = "" | 17 | SPL_BINARY = "" |
18 | UBOOT_SUFFIX = "bin" | 18 | UBOOT_SUFFIX = "bin" |
19 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | 19 | UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}" |
20 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | 20 | UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" |
21 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | 21 | UBOOT_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" |
22 | 22 | ||
23 | PACKAGECONFIG:pn-u-boot-ti-staging = "" | 23 | PACKAGECONFIG:pn-u-boot-ti-staging = "" |
24 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" | 24 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" |
diff --git a/meta-ti-bsp/conf/machine/j721e-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721e-evm-k3r5.conf index 070bf7aa..9544cdb6 100644 --- a/meta-ti-bsp/conf/machine/j721e-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/j721e-evm-k3r5.conf | |||
@@ -8,4 +8,10 @@ SYSFW_SOC = "j721e" | |||
8 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
9 | SYSFW_SUFFIX = "gp" | 9 | SYSFW_SUFFIX = "gp" |
10 | 10 | ||
11 | SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}" | ||
12 | SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" | ||
13 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | ||
14 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
15 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | ||
16 | |||
11 | UBOOT_MACHINE = "j721e_evm_r5_defconfig" | 17 | UBOOT_MACHINE = "j721e_evm_r5_defconfig" |
diff --git a/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf index 9c285bae..8e53a5cb 100644 --- a/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf | |||
@@ -9,6 +9,12 @@ SYSFW_CONFIG = "evm" | |||
9 | SYSFW_SUFFIX = "hs" | 9 | SYSFW_SUFFIX = "hs" |
10 | SYSFW_SYMLINK = "" | 10 | SYSFW_SYMLINK = "" |
11 | 11 | ||
12 | SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}" | ||
13 | SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" | ||
14 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" | ||
15 | UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
16 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | ||
17 | |||
12 | UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig" | 18 | UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig" |
13 | 19 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | 20 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" |