From 9fabf4a6d5121e0efcdefe77ee5952da00daf563 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Wed, 8 May 2024 10:13:45 -0500
Subject: [PATCH] bb-u-boot-beagley-ai-evt (2023.04.20240319.6-09.02.00.009)

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 bb-u-boot-beagley-ai-evt/readme.log                      | 4 ++--
 bb-u-boot-beagley-ai-evt/suite/bookworm/debian/changelog | 8 ++++----
 bb-u-boot-beagley-ai-evt/suite/bookworm/debian/rules     | 8 +++-----
 bb-u-boot-beagley-ai-evt/suite/bullseye/debian/changelog | 8 ++++----
 bb-u-boot-beagley-ai-evt/suite/bullseye/debian/rules     | 8 +++-----
 bb-u-boot-beagley-ai-evt/version.sh                      | 6 +++---
 6 files changed, 19 insertions(+), 23 deletions(-)

diff --git a/bb-u-boot-beagley-ai-evt/readme.log b/bb-u-boot-beagley-ai-evt/readme.log
index ef1aadd34..d4ebab2c3 100644
--- a/bb-u-boot-beagley-ai-evt/readme.log
+++ b/bb-u-boot-beagley-ai-evt/readme.log
@@ -1,4 +1,4 @@
-  * 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-evt
+  * 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
   * 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
-  * 20240502 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/48f1bc9f52491d51ca92a1d396ccbe6a9d09e780
+  * 20240507 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/7d0093277104dbd3c6a94dbf36611767c96e544f
   * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
diff --git a/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/changelog b/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/changelog
index e69741442..3ba307bbe 100644
--- a/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/changelog
+++ b/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagley-ai-evt (2023.04.20240319.5-09.02.00.009-0~bookworm+20240506) bookworm; urgency=low
+bb-u-boot-beagley-ai-evt (2023.04.20240319.6-09.02.00.009-0~bookworm+20240508) bookworm; urgency=low
 
-  * 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-evt
+  * 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
   * 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
-  * 20240502 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/48f1bc9f52491d51ca92a1d396ccbe6a9d09e780
+  * 20240507 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/7d0093277104dbd3c6a94dbf36611767c96e544f
   * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
 
- -- Robert Nelson <robertcnelson@gmail.com>  Mon, 06 May 2024 17:54:08 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Wed, 08 May 2024 10:13:19 -0500
 
diff --git a/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/rules b/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/rules
index cf6a450ea..c5d3f012c 100755
--- a/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/rules
+++ b/bb-u-boot-beagley-ai-evt/suite/bookworm/debian/rules
@@ -40,9 +40,7 @@ OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
 OPTEE_PLATFORM=k3-am62x
 
 #U-Boot
-UBOOT_CFG_CORTEXR="j722s_evm_r5_defconfig"
-UBOOT_CFG_CORTEXA="j722s_evm_a53_defconfig"
-UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-evt"
+UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-Production"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-j722s-hs-fs-evm.bin
 
@@ -62,11 +60,11 @@ override_dh_auto_configure:
 	cp -v ./tmp/optee/core/tee-pager_v2.bin ./tmp/pkg/
 	cp -v ./tmp/optee/core/tee-pager_v2.bin /opt/u-boot/$(TARGETDIR)/
 	mkdir -p ./tmp/u-boot/ ; git -c http.sslVerify=false clone -b $(UB_TAG) $(UB_REPO) --depth=5 ./tmp/u-boot/ ; git --git-dir ./tmp/u-boot/.git log --pretty=oneline
-	make -C ./tmp/u-boot -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- $(UBOOT_CFG_CORTEXR)
+	make -C ./tmp/u-boot -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- j722s_evm_r5_defconfig j722s_beagley_ai_evt_r5.config
 	make -C ./tmp/u-boot -j8 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
 	ls -lha ./tmp/CORTEXR/
 	cp -v ./tmp/CORTEXR/$(UB_TIBOOT) ./tmp/pkg/tiboot3.bin
-	make -C ./tmp/u-boot -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- $(UBOOT_CFG_CORTEXA)
+	make -C ./tmp/u-boot -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- j722s_evm_a53_defconfig j722s_beagley_ai_evt_a53.config
 	make -C ./tmp/u-boot -j8 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- BL31=/opt/u-boot/$(TARGETDIR)/bl31.bin TEE=/opt/u-boot/$(TARGETDIR)/tee-pager_v2.bin BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
 	ls -lha ./tmp/CORTEXA/
 	cp -v ./tmp/CORTEXA/tispl.bin ./tmp/pkg/tispl.bin
diff --git a/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/changelog b/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/changelog
index fbaa679ca..2bd35a197 100644
--- a/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/changelog
+++ b/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagley-ai-evt (2023.04.20240319.5-09.02.00.009-0~bullseye+20240506) bullseye; urgency=low
+bb-u-boot-beagley-ai-evt (2023.04.20240319.6-09.02.00.009-0~bullseye+20240508) bullseye; urgency=low
 
-  * 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-evt
+  * 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
   * 20240320 - 09.02.00.009 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.009
-  * 20240502 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/48f1bc9f52491d51ca92a1d396ccbe6a9d09e780
+  * 20240507 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/7d0093277104dbd3c6a94dbf36611767c96e544f
   * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
 
- -- Robert Nelson <robertcnelson@gmail.com>  Mon, 06 May 2024 17:54:08 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Wed, 08 May 2024 10:13:19 -0500
 
diff --git a/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/rules b/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/rules
index bacda1831..07b13ff5b 100755
--- a/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/rules
+++ b/bb-u-boot-beagley-ai-evt/suite/bullseye/debian/rules
@@ -37,9 +37,7 @@ OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
 OPTEE_PLATFORM=k3-am62x
 
 #U-Boot
-UBOOT_CFG_CORTEXR="j722s_evm_r5_defconfig"
-UBOOT_CFG_CORTEXA="j722s_evm_a53_defconfig"
-UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-evt"
+UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-Production"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-j722s-hs-fs-evm.bin
 
@@ -59,11 +57,11 @@ override_dh_auto_configure:
 	cp -v ./tmp/optee/core/tee-pager_v2.bin ./tmp/pkg/
 	cp -v ./tmp/optee/core/tee-pager_v2.bin /opt/u-boot/$(TARGETDIR)/
 	mkdir -p ./tmp/u-boot/ ; git -c http.sslVerify=false clone -b $(UB_TAG) $(UB_REPO) --depth=5 ./tmp/u-boot/ ; git --git-dir ./tmp/u-boot/.git log --pretty=oneline
-	make -C ./tmp/u-boot -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- $(UBOOT_CFG_CORTEXR)
+	make -C ./tmp/u-boot -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- j722s_evm_r5_defconfig j722s_beagley_ai_evt_r5.config
 	make -C ./tmp/u-boot -j8 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
 	ls -lha ./tmp/CORTEXR/
 	cp -v ./tmp/CORTEXR/$(UB_TIBOOT) ./tmp/pkg/tiboot3.bin
-	make -C ./tmp/u-boot -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- $(UBOOT_CFG_CORTEXA)
+	make -C ./tmp/u-boot -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- j722s_evm_a53_defconfig j722s_beagley_ai_evt_a53.config
 	make -C ./tmp/u-boot -j8 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- BL31=/opt/u-boot/$(TARGETDIR)/bl31.bin TEE=/opt/u-boot/$(TARGETDIR)/tee-pager_v2.bin BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
 	ls -lha ./tmp/CORTEXA/
 	cp -v ./tmp/CORTEXA/tispl.bin ./tmp/pkg/tispl.bin
diff --git a/bb-u-boot-beagley-ai-evt/version.sh b/bb-u-boot-beagley-ai-evt/version.sh
index 281296286..386a99619 100644
--- a/bb-u-boot-beagley-ai-evt/version.sh
+++ b/bb-u-boot-beagley-ai-evt/version.sh
@@ -5,7 +5,7 @@
 
 package_name="bb-u-boot-beagley-ai-evt"
 debian_pkg_name="${package_name}"
-package_version="2023.04.20240319.5-09.02.00.009"
+package_version="2023.04.20240319.6-09.02.00.009"
 package_source=""
 src_dir=""
 
@@ -20,5 +20,5 @@ debian_patch=""
 
 clear_changelog="enable"
 
-bullseye_version="~bullseye+20240506"
-bookworm_version="~bookworm+20240506"
+bullseye_version="~bullseye+20240508"
+bookworm_version="~bookworm+20240508"
-- 
GitLab