summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-05 16:25:02 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-06 19:07:08 -0500
commit9917cb4abfdb6bdc547bac68940d6affb39d4411 (patch)
tree2dd8c434ed1baf35171604b7322431d172254ea2
parent8729e5e6fd0aca0bd10a69cfaafe78b8fa407ead (diff)
downloadmeta-ti-9917cb4abfdb6bdc547bac68940d6affb39d4411.tar.gz
u-boot-ti-staging: Update to the latest ti-u-boot-2021.01
Update to the latest commit of ti-u-boot-2021.01. As part of this U-Boot update the non-HS AM64x-evm defconfig was removed. This is okay as building this defconfig without defining TI_SECURE_DEV_PKG will still result in usable binaries for the non-HS devices. Use the HS defconfig for both the HS and non-HS machines. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/am64xx-evm.conf4
-rw-r--r--conf/machine/am64xx-hs-evm-k3r5.conf2
-rw-r--r--conf/machine/am64xx-hs-evm.conf2
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb4
4 files changed, 8 insertions, 4 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
index c6ba2a87..2cb7f55a 100644
--- a/conf/machine/am64xx-evm.conf
+++ b/conf/machine/am64xx-evm.conf
@@ -5,3 +5,7 @@
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8
9SPL_BINARY = "tispl.bin_HS"
10UBOOT_BINARY = "u-boot.img_HS"
11UBOOT_SYMLINK = "u-boot.img"
diff --git a/conf/machine/am64xx-hs-evm-k3r5.conf b/conf/machine/am64xx-hs-evm-k3r5.conf
index 647c8beb..95e68751 100644
--- a/conf/machine/am64xx-hs-evm-k3r5.conf
+++ b/conf/machine/am64xx-hs-evm-k3r5.conf
@@ -9,4 +9,4 @@ SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10SYSFW_SYMLINK = "" 10SYSFW_SYMLINK = ""
11 11
12UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig" 12UBOOT_MACHINE = "am64x_evm_r5_defconfig"
diff --git a/conf/machine/am64xx-hs-evm.conf b/conf/machine/am64xx-hs-evm.conf
index 3ab9a49e..614eba4b 100644
--- a/conf/machine/am64xx-hs-evm.conf
+++ b/conf/machine/am64xx-hs-evm.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_hs_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8 8
9UBOOT_ENTRYPOINT = "0x80080000" 9UBOOT_ENTRYPOINT = "0x80080000"
10UBOOT_LOADADDRESS = "0x80080000" 10UBOOT_LOADADDRESS = "0x80080000"
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 5560d1a1..bac87cf4 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
2 2
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
4 4
5PR = "r32" 5PR = "r33"
6 6
7BRANCH = "ti-u-boot-2021.01" 7BRANCH = "ti-u-boot-2021.01"
8 8
9SRCREV = "a3f87b40a1b6744261d1ac351fe2566dbf64bc66" 9SRCREV = "1c29865c3106a1e6c8e2036601ff61a8bf70590b"