Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4902e347 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-u-boot-beagleplay-rc (2024.04.20240402.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 59205e52
Branches
No related merge requests found
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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
* 20240319 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=57249e77583c8cb36d81725e4bc1996688082838
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
......
bb-u-boot-beagleplay-rc (2024.04.20240311.1-0~bookworm+20240322) bookworm; urgency=low
bb-u-boot-beagleplay-rc (2024.04.20240402.0-0~bookworm+20240406) bookworm; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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
* 20240319 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=57249e77583c8cb36d81725e4bc1996688082838
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
......@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-rc (2024.04.20240311.1-0~bookworm+20240322) bookworm; urgen
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Fri, 22 Mar 2024 10:26:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Sat, 06 Apr 2024 14:36:18 -0500
......@@ -42,7 +42,7 @@ OPTEE_PLATFORM=k3-am62x
#U-Boot
UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
UB_TAG="v2024.04-rc4-BeaglePlay"
UB_TAG="v2024.04-BeaglePlay"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-am62x-gp-evm.bin
......
bb-u-boot-beagleplay-rc (2024.04.20240311.1-0~bullseye+20240322) bullseye; urgency=low
bb-u-boot-beagleplay-rc (2024.04.20240402.0-0~bullseye+20240406) bullseye; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240402 - v2024.04 - https://github.com/u-boot/u-boot/releases/tag/v2024.04
* 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
* 20240319 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=57249e77583c8cb36d81725e4bc1996688082838
* 20240401 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/753da8ce4500b1084be41a1d3bb034d47cdf2add
* 20240119 - 4.1.0 - https://github.com/OP-TEE/optee_os/commits/4.1.0
* add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images
......@@ -11,5 +11,5 @@ bb-u-boot-beagleplay-rc (2024.04.20240311.1-0~bullseye+20240322) bullseye; urgen
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Fri, 22 Mar 2024 10:26:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Sat, 06 Apr 2024 14:36:18 -0500
......@@ -39,7 +39,7 @@ OPTEE_PLATFORM=k3-am62x
#U-Boot
UBOOT_CFG_CORTEXR="am62x_beagleplay_r5_defconfig"
UBOOT_CFG_CORTEXA="am62x_beagleplay_a53_defconfig"
UB_TAG="v2024.04-rc4-BeaglePlay"
UB_TAG="v2024.04-BeaglePlay"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-am62x-gp-evm.bin
......
......@@ -5,7 +5,7 @@
package_name="bb-u-boot-beagleplay-rc"
debian_pkg_name="${package_name}"
package_version="2024.04.20240311.1"
package_version="2024.04.20240402.0"
package_source=""
src_dir=""
......@@ -20,5 +20,5 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20240322"
bookworm_version="~bookworm+20240322"
bullseye_version="~bullseye+20240406"
bookworm_version="~bookworm+20240406"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment