Forum | Documentation | Website | Blog

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

bb-u-boot-beagleplay-mainline (2024.07.20240506.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent cfb0a7cd
Branches
No related merge requests found
Showing
with 75 additions and 73 deletions
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 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
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* 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
......
bb-u-boot-beagleplay-mainline (2024.07.20240422.0-0~bookworm+20240422) bookworm; urgency=low
bb-u-boot-beagleplay-mainline (2024.07.20240506.0-0~bookworm+20240513) bookworm; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 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
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* 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.07.20240422.0-0~bookworm+20240422) bookworm;
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:51:09 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:50:21 -0500
......@@ -4,9 +4,9 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label eMMC disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label eMMC disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label microSD disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label microSD disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -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.07-rc1"
UB_TAG="v2024.07-rc2"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-am62x-gp-evm.bin
......
bb-u-boot-beagleplay-mainline (2024.07.20240422.0-0~bullseye+20240422) bullseye; urgency=low
bb-u-boot-beagleplay-mainline (2024.07.20240506.0-0~bullseye+20240513) bullseye; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 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
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* 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.07.20240422.0-0~bullseye+20240422) bullseye;
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:51:09 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:50:21 -0500
......@@ -4,9 +4,9 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label eMMC disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label eMMC disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label microSD disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label microSD disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -17,8 +17,9 @@ TILF_TAG=09.02.00.009
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/
#TAGS: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+refs
#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_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
......@@ -39,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.07-rc1"
UB_TAG="v2024.07-rc2"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-am62x-gp-evm.bin
......
bb-u-boot-beagleplay-mainline (2024.07.20240422.0-0~jammy+20240422) jammy; urgency=low
bb-u-boot-beagleplay-mainline (2024.07.20240506.0-0~jammy+20240513) jammy; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 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
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* 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.07.20240422.0-0~jammy+20240422) jammy; urgen
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:51:09 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:50:21 -0500
......@@ -4,9 +4,9 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label eMMC disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default eMMC (default)
label eMMC Recovery
label copy eMMC to microSD
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label eMMC disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy eMMC to microSD
label eMMC (debug)
kernel /Image
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label microSD disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p3 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -4,9 +4,9 @@ timeout 50
default microSD (default)
label microSD Recovery
label copy microSD to eMMC
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
fdtdir /
initrd /initrd.img
......@@ -17,9 +17,9 @@ label microSD disable BCFSERIAL
fdtoverlays /overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo
initrd /initrd.img
label copy microSD to eMMC
label microSD (debug)
kernel /Image
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0 init=/usr/sbin/init-beagle-flasher
append root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
initrd /initrd.img
......
......@@ -20,8 +20,9 @@ TILF_TAG=09.02.00.009
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/
#TAGS: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+refs
#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_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
......@@ -42,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.07-rc1"
UB_TAG="v2024.07-rc2"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-am62x-gp-evm.bin
......
bb-u-boot-beagleplay-mainline (2024.07.20240422.0-0~noble+20240422) noble; urgency=low
bb-u-boot-beagleplay-mainline (2024.07.20240506.0-0~noble+20240513) noble; urgency=low
* 20240422 - v2024.07-rc1 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc1
* 20240506 - v2024.07-rc2 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc2
* 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
* 20240422 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/9196add7fd7b94cbdfc31bd612830840feb0538d
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240510 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/09a1cc2a0bd066702daa269bf35de9c5743ccc93
* 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.07.20240422.0-0~noble+20240422) noble; urgen
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 21:51:09 -0500
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 May 2024 13:50:21 -0500
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