diff --git a/bb-u-boot-beagleplay-mainline/readme.log b/bb-u-boot-beagleplay-mainline/readme.log
index faa7625dbfaf05492c2a877d7a56526f7bf32e4d..3c86f6c9daceee8b77dd1197216ccdee389d6223 100644
--- a/bb-u-boot-beagleplay-mainline/readme.log
+++ b/bb-u-boot-beagleplay-mainline/readme.log
@@ -1,7 +1,7 @@
-  * 20240722 - v2024.10-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
-  * 20240712 - 10.00.06 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.06
+  * 20240916 - v2024.10-rc5 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
+  * 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
   * 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/commits/4.3.0
-  * 20240719 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/9877b6ef1ee1cb8ab72a6611c37ffa589ce50f18
+  * 20240523 - v2.11.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.11.0
   * add extlinux.conf boot menu options over serial
   * Bump FAT partition to 256MB for boot recovery images
   * Enable a extlinux.conf option to flash other media directly
diff --git a/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/changelog b/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/changelog
index a99cbff94134fc4b6f12b91f33800c9bcd85030a..22c408093facd18c95ad316f232ea22daf34dcda 100644
--- a/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/changelog
+++ b/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~bookworm+20240723) bookworm; urgency=low
+bb-u-boot-beagleplay-mainline (2024.10.20240916.0-0~bookworm+20240927) bookworm; urgency=low
 
-  * 20240722 - v2024.10-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
-  * 20240712 - 10.00.06 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.06
+  * 20240916 - v2024.10-rc5 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
+  * 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
   * 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/commits/4.3.0
-  * 20240719 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/9877b6ef1ee1cb8ab72a6611c37ffa589ce50f18
+  * 20240523 - v2.11.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.11.0
   * add extlinux.conf boot menu options over serial
   * Bump FAT partition to 256MB for boot recovery images
   * Enable a extlinux.conf option to flash other media directly
@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~bookworm+20240723) bookworm;
   * Flasher scripts, echo Serial over HDMI
   * extlinux.conf, unify labels to make flasher change more generic
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 23 Jul 2024 11:35:59 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Fri, 27 Sep 2024 16:06:15 -0500
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/rules b/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/rules
index 8d93da33f11a9511b00988df20888b061ec6d550..b4c8190c6cc102e3502d34e4d0cb6fc244028a08 100755
--- a/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/rules
+++ b/bb-u-boot-beagleplay-mainline/suite/bookworm/debian/rules
@@ -14,7 +14,7 @@ TARGETDIR=bb-u-boot-beagleplay-mainline
 #HEAD: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=summary
 #TAGS: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tags
 #Mirror: https://github.com/beagleboard/ti-linux-firmware
-TILF_TAG=10.00.06
+TILF_TAG="10.00.04"
 #TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
 #Local Mirror
 TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
@@ -23,8 +23,8 @@ TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
 #HEAD: https://github.com/ARM-software/arm-trusted-firmware
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
-TFA_TAG=master
-#TFA_TAG=lts-v2.10.2
+#TFA_TAG=master
+TFA_TAG="v2.11.0"
 #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
 #Local Mirror
 TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git"
@@ -34,7 +34,7 @@ TFA_BOARD=lite
 #HEAD: https://github.com/OP-TEE/optee_os
 #TAGS: https://github.com/OP-TEE/optee_os/tags
 #OPTEE_TAG=master
-OPTEE_TAG=4.3.0
+OPTEE_TAG="4.3.0"
 #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
 #Local Mirror
 OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
@@ -43,7 +43,7 @@ OPTEE_PLATFORM=k3-am62x
 #U-Boot
 UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
 UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
-UB_TAG="v2024.10-rc1"
+UB_TAG="v2024.10-rc5"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-am62x-gp-evm.bin
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/changelog b/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/changelog
index f871ff403de442d22b418b1a090827839616c8b4..ea4386af5baebb2a98e6c09bd58a51a7ce555aed 100644
--- a/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/changelog
+++ b/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~bullseye+20240723) bullseye; urgency=low
+bb-u-boot-beagleplay-mainline (2024.10.20240916.0-0~bullseye+20240927) bullseye; urgency=low
 
-  * 20240722 - v2024.10-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
-  * 20240712 - 10.00.06 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.06
+  * 20240916 - v2024.10-rc5 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
+  * 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
   * 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/commits/4.3.0
-  * 20240719 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/9877b6ef1ee1cb8ab72a6611c37ffa589ce50f18
+  * 20240523 - v2.11.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.11.0
   * add extlinux.conf boot menu options over serial
   * Bump FAT partition to 256MB for boot recovery images
   * Enable a extlinux.conf option to flash other media directly
@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~bullseye+20240723) bullseye;
   * Flasher scripts, echo Serial over HDMI
   * extlinux.conf, unify labels to make flasher change more generic
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 23 Jul 2024 11:35:59 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Fri, 27 Sep 2024 16:06:15 -0500
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/rules b/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/rules
index 90a85f2ef67c33a7aafcea0120573779adcfd8b8..3c11df6ed3f759d4db2121c382d670997f61b88d 100755
--- a/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/rules
+++ b/bb-u-boot-beagleplay-mainline/suite/bullseye/debian/rules
@@ -11,7 +11,7 @@ TARGETDIR=bb-u-boot-beagleplay-mainline
 #HEAD: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=summary
 #TAGS: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tags
 #Mirror: https://github.com/beagleboard/ti-linux-firmware
-TILF_TAG=10.00.06
+TILF_TAG="10.00.04"
 #TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
 #Local Mirror
 TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
@@ -20,8 +20,8 @@ TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
 #HEAD: https://github.com/ARM-software/arm-trusted-firmware
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
-TFA_TAG=master
-#TFA_TAG=lts-v2.10.2
+#TFA_TAG=master
+TFA_TAG="v2.11.0"
 #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
 #Local Mirror
 TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git"
@@ -31,7 +31,7 @@ TFA_BOARD=lite
 #HEAD: https://github.com/OP-TEE/optee_os
 #TAGS: https://github.com/OP-TEE/optee_os/tags
 #OPTEE_TAG=master
-OPTEE_TAG=4.3.0
+OPTEE_TAG="4.3.0"
 #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
 #Local Mirror
 OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
@@ -40,7 +40,7 @@ OPTEE_PLATFORM=k3-am62x
 #U-Boot
 UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
 UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
-UB_TAG="v2024.10-rc1"
+UB_TAG="v2024.10-rc5"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-am62x-gp-evm.bin
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/jammy/debian/changelog b/bb-u-boot-beagleplay-mainline/suite/jammy/debian/changelog
index cc3b36c230abb6943e519da3137ed42f5b2af392..a5e54d9695cc9f1c9c5b2005bd725967a7cb6824 100644
--- a/bb-u-boot-beagleplay-mainline/suite/jammy/debian/changelog
+++ b/bb-u-boot-beagleplay-mainline/suite/jammy/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~jammy+20240723) jammy; urgency=low
+bb-u-boot-beagleplay-mainline (2024.10.20240916.0-0~jammy+20240927) jammy; urgency=low
 
-  * 20240722 - v2024.10-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
-  * 20240712 - 10.00.06 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.06
+  * 20240916 - v2024.10-rc5 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
+  * 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
   * 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/commits/4.3.0
-  * 20240719 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/9877b6ef1ee1cb8ab72a6611c37ffa589ce50f18
+  * 20240523 - v2.11.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.11.0
   * add extlinux.conf boot menu options over serial
   * Bump FAT partition to 256MB for boot recovery images
   * Enable a extlinux.conf option to flash other media directly
@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~jammy+20240723) jammy; urgen
   * Flasher scripts, echo Serial over HDMI
   * extlinux.conf, unify labels to make flasher change more generic
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 23 Jul 2024 11:35:59 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Fri, 27 Sep 2024 16:06:15 -0500
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/jammy/debian/rules b/bb-u-boot-beagleplay-mainline/suite/jammy/debian/rules
index 26089087298db203e1a94cf2a2383fd27b09b64a..21191ce1a6368a8f0c74ef4a94f725f5077a7adc 100755
--- a/bb-u-boot-beagleplay-mainline/suite/jammy/debian/rules
+++ b/bb-u-boot-beagleplay-mainline/suite/jammy/debian/rules
@@ -14,7 +14,7 @@ TARGETDIR=bb-u-boot-beagleplay-mainline
 #HEAD: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=summary
 #TAGS: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tags
 #Mirror: https://github.com/beagleboard/ti-linux-firmware
-TILF_TAG=10.00.06
+TILF_TAG="10.00.04"
 #TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
 #Local Mirror
 TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
@@ -23,8 +23,8 @@ TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
 #HEAD: https://github.com/ARM-software/arm-trusted-firmware
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
-TFA_TAG=master
-#TFA_TAG=lts-v2.10.2
+#TFA_TAG=master
+TFA_TAG="v2.11.0"
 #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
 #Local Mirror
 TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git"
@@ -34,7 +34,7 @@ TFA_BOARD=lite
 #HEAD: https://github.com/OP-TEE/optee_os
 #TAGS: https://github.com/OP-TEE/optee_os/tags
 #OPTEE_TAG=master
-OPTEE_TAG=4.3.0
+OPTEE_TAG="4.3.0"
 #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
 #Local Mirror
 OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
@@ -43,7 +43,7 @@ OPTEE_PLATFORM=k3-am62x
 #U-Boot
 UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
 UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
-UB_TAG="v2024.10-rc1"
+UB_TAG="v2024.10-rc5"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-am62x-gp-evm.bin
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/noble/debian/changelog b/bb-u-boot-beagleplay-mainline/suite/noble/debian/changelog
index 8ddcdc5de5467655478c47623edfadacc5bb8e02..3b6693d040734ab7bc3802e173b15ea2e6924676 100644
--- a/bb-u-boot-beagleplay-mainline/suite/noble/debian/changelog
+++ b/bb-u-boot-beagleplay-mainline/suite/noble/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~noble+20240723) noble; urgency=low
+bb-u-boot-beagleplay-mainline (2024.10.20240916.0-0~noble+20240927) noble; urgency=low
 
-  * 20240722 - v2024.10-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
-  * 20240712 - 10.00.06 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.06
+  * 20240916 - v2024.10-rc5 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
+  * 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
   * 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/commits/4.3.0
-  * 20240719 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/9877b6ef1ee1cb8ab72a6611c37ffa589ce50f18
+  * 20240523 - v2.11.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.11.0
   * add extlinux.conf boot menu options over serial
   * Bump FAT partition to 256MB for boot recovery images
   * Enable a extlinux.conf option to flash other media directly
@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~noble+20240723) noble; urgen
   * Flasher scripts, echo Serial over HDMI
   * extlinux.conf, unify labels to make flasher change more generic
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 23 Jul 2024 11:35:59 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Fri, 27 Sep 2024 16:06:15 -0500
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/noble/debian/rules b/bb-u-boot-beagleplay-mainline/suite/noble/debian/rules
index 4ffb4a1467873866b3d6f2d9ff0996e84b37b7ec..3772cff73d153803694da50cf933ad6fe72dee14 100755
--- a/bb-u-boot-beagleplay-mainline/suite/noble/debian/rules
+++ b/bb-u-boot-beagleplay-mainline/suite/noble/debian/rules
@@ -14,7 +14,7 @@ TARGETDIR=bb-u-boot-beagleplay-mainline
 #HEAD: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=summary
 #TAGS: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tags
 #Mirror: https://github.com/beagleboard/ti-linux-firmware
-TILF_TAG=10.00.06
+TILF_TAG="10.00.04"
 #TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
 #Local Mirror
 TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
@@ -23,8 +23,8 @@ TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
 #HEAD: https://github.com/ARM-software/arm-trusted-firmware
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
-TFA_TAG=master
-#TFA_TAG=lts-v2.10.2
+#TFA_TAG=master
+TFA_TAG="v2.11.0"
 #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
 #Local Mirror
 TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git"
@@ -34,7 +34,7 @@ TFA_BOARD=lite
 #HEAD: https://github.com/OP-TEE/optee_os
 #TAGS: https://github.com/OP-TEE/optee_os/tags
 #OPTEE_TAG=master
-OPTEE_TAG=4.3.0
+OPTEE_TAG="4.3.0"
 #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
 #Local Mirror
 OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
@@ -43,7 +43,7 @@ OPTEE_PLATFORM=k3-am62x
 #U-Boot
 UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
 UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
-UB_TAG="v2024.10-rc1"
+UB_TAG="v2024.10-rc5"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-am62x-gp-evm.bin
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/trixie/debian/changelog b/bb-u-boot-beagleplay-mainline/suite/trixie/debian/changelog
index edd4c1418edbd78564b9fa69ea18c0ca8032292f..3669096df79b6dbcbea8f7ab08cca7ccbbcd8593 100644
--- a/bb-u-boot-beagleplay-mainline/suite/trixie/debian/changelog
+++ b/bb-u-boot-beagleplay-mainline/suite/trixie/debian/changelog
@@ -1,9 +1,9 @@
-bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~trixie+20240723) trixie; urgency=low
+bb-u-boot-beagleplay-mainline (2024.10.20240916.0-0~trixie+20240927) trixie; urgency=low
 
-  * 20240722 - v2024.10-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
-  * 20240712 - 10.00.06 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.06
+  * 20240916 - v2024.10-rc5 - https://github.com/u-boot/u-boot/releases/tag/v2024.10-rc1
+  * 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
   * 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/commits/4.3.0
-  * 20240719 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/9877b6ef1ee1cb8ab72a6611c37ffa589ce50f18
+  * 20240523 - v2.11.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.11.0
   * add extlinux.conf boot menu options over serial
   * Bump FAT partition to 256MB for boot recovery images
   * Enable a extlinux.conf option to flash other media directly
@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-mainline (2024.10.20240722.2-0~trixie+20240723) trixie; urg
   * Flasher scripts, echo Serial over HDMI
   * extlinux.conf, unify labels to make flasher change more generic
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 23 Jul 2024 11:35:59 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Fri, 27 Sep 2024 16:06:15 -0500
 
diff --git a/bb-u-boot-beagleplay-mainline/suite/trixie/debian/rules b/bb-u-boot-beagleplay-mainline/suite/trixie/debian/rules
index de72a4113cd82d5f3d7a035ecdaefbf89d5da06f..4113fee07144354ae9f696b4619e40c43e52b08d 100755
--- a/bb-u-boot-beagleplay-mainline/suite/trixie/debian/rules
+++ b/bb-u-boot-beagleplay-mainline/suite/trixie/debian/rules
@@ -14,7 +14,7 @@ TARGETDIR=bb-u-boot-beagleplay-mainline
 #HEAD: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=summary
 #TAGS: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tags
 #Mirror: https://github.com/beagleboard/ti-linux-firmware
-TILF_TAG=10.00.06
+TILF_TAG="10.00.04"
 #TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
 #Local Mirror
 TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
@@ -23,8 +23,8 @@ TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
 #HEAD: https://github.com/ARM-software/arm-trusted-firmware
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/tags
 #TAGS: https://github.com/ARM-software/arm-trusted-firmware/commits/master/
-TFA_TAG=master
-#TFA_TAG=lts-v2.10.2
+#TFA_TAG=master
+TFA_TAG="v2.11.0"
 #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
 #Local Mirror
 TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git"
@@ -34,7 +34,7 @@ TFA_BOARD=lite
 #HEAD: https://github.com/OP-TEE/optee_os
 #TAGS: https://github.com/OP-TEE/optee_os/tags
 #OPTEE_TAG=master
-OPTEE_TAG=4.3.0
+OPTEE_TAG="4.3.0"
 #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
 #Local Mirror
 OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
@@ -43,7 +43,7 @@ OPTEE_PLATFORM=k3-am62x
 #U-Boot
 UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
 UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
-UB_TAG="v2024.10-rc1"
+UB_TAG="v2024.10-rc5"
 UB_REPO="https://github.com/beagleboard/u-boot.git"
 UB_TIBOOT=tiboot3-am62x-gp-evm.bin
 
diff --git a/bb-u-boot-beagleplay-mainline/version.sh b/bb-u-boot-beagleplay-mainline/version.sh
index 9c77ee1d5db55caae390d22fc33d8310a8066754..c0f09b575f4e977b0e05944fb13ca8cf661ceff8 100644
--- a/bb-u-boot-beagleplay-mainline/version.sh
+++ b/bb-u-boot-beagleplay-mainline/version.sh
@@ -5,7 +5,7 @@
 
 package_name="bb-u-boot-beagleplay-mainline"
 debian_pkg_name="${package_name}"
-package_version="2024.10.20240722.2"
+package_version="2024.10.20240916.0"
 package_source=""
 src_dir=""
 
@@ -20,8 +20,8 @@ debian_patch=""
 
 clear_changelog="enable"
 
-bullseye_version="~bullseye+20240723"
-bookworm_version="~bookworm+20240723"
-trixie_version="~trixie+20240723"
-jammy_version="~jammy+20240723"
-noble_version="~noble+20240723"
+bullseye_version="~bullseye+20240927"
+bookworm_version="~bookworm+20240927"
+trixie_version="~trixie+20240927"
+jammy_version="~jammy+20240927"
+noble_version="~noble+20240927"