Forum | Documentation | Website | Blog

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

bb-u-boot-beagleboneai64 (2024.07.20240701.1)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9e9bc52e
No related merge requests found
Showing
with 43 additions and 47 deletions
* 20240701 - v2024.07 - https://github.com/u-boot/u-boot/releases/tag/v2024.07
* 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240703 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0dc0fda71659586ae96679f429ea45e2da175771
* 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/releases/tag/4.3.0
* 20240523 - v2.11.0 -https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+log/f2735ebccf5173f74c0458736ec526276106097e
* 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-beagleboneai64 (2024.07.20240701.0-0~bookworm+20240704) bookworm; urgency=low
bb-u-boot-beagleboneai64 (2024.07.20240701.1-0~bookworm+20240830) bookworm; urgency=low
* 20240701 - v2024.07 - https://github.com/u-boot/u-boot/releases/tag/v2024.07
* 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240703 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0dc0fda71659586ae96679f429ea45e2da175771
* 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/releases/tag/4.3.0
* 20240523 - v2.11.0 -https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+log/f2735ebccf5173f74c0458736ec526276106097e
* 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-beagleboneai64 (2024.07.20240701.0-0~bookworm+20240704) bookworm; urge
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 15:44:24 -0500
-- Robert Nelson <robertcnelson@gmail.com> Fri, 30 Aug 2024 09:30:05 -0500
......@@ -20,11 +20,10 @@ TILF_TAG=10.00.04
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#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
#HEAD: https://git.trustedfirmware.org/plugins/gitiles//TF-A/trusted-firmware-a.git
#TAGS: https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+refs
#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 +33,7 @@ TFA_BOARD=generic
#HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master
OPTEE_TAG=4.2.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"
......
bb-u-boot-beagleboneai64 (2024.07.20240701.0-0~jammy+20240704) jammy; urgency=low
bb-u-boot-beagleboneai64 (2024.07.20240701.1-0~jammy+20240830) jammy; urgency=low
* 20240701 - v2024.07 - https://github.com/u-boot/u-boot/releases/tag/v2024.07
* 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240703 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0dc0fda71659586ae96679f429ea45e2da175771
* 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/releases/tag/4.3.0
* 20240523 - v2.11.0 -https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+log/f2735ebccf5173f74c0458736ec526276106097e
* 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-beagleboneai64 (2024.07.20240701.0-0~jammy+20240704) jammy; urgency=lo
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 15:44:24 -0500
-- Robert Nelson <robertcnelson@gmail.com> Fri, 30 Aug 2024 09:30:05 -0500
......@@ -20,11 +20,10 @@ TILF_TAG=10.00.04
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#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
#HEAD: https://git.trustedfirmware.org/plugins/gitiles//TF-A/trusted-firmware-a.git
#TAGS: https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+refs
#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 +33,7 @@ TFA_BOARD=generic
#HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master
OPTEE_TAG=4.2.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"
......
bb-u-boot-beagleboneai64 (2024.07.20240701.0-0~noble+20240704) noble; urgency=low
bb-u-boot-beagleboneai64 (2024.07.20240701.1-0~noble+20240830) noble; urgency=low
* 20240701 - v2024.07 - https://github.com/u-boot/u-boot/releases/tag/v2024.07
* 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240703 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0dc0fda71659586ae96679f429ea45e2da175771
* 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/releases/tag/4.3.0
* 20240523 - v2.11.0 -https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+log/f2735ebccf5173f74c0458736ec526276106097e
* 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-beagleboneai64 (2024.07.20240701.0-0~noble+20240704) noble; urgency=lo
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 15:44:24 -0500
-- Robert Nelson <robertcnelson@gmail.com> Fri, 30 Aug 2024 09:30:05 -0500
......@@ -20,11 +20,10 @@ TILF_TAG=10.00.04
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#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
#HEAD: https://git.trustedfirmware.org/plugins/gitiles//TF-A/trusted-firmware-a.git
#TAGS: https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+refs
#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 +33,7 @@ TFA_BOARD=generic
#HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master
OPTEE_TAG=4.2.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"
......
bb-u-boot-beagleboneai64 (2024.07.20240701.0-0~trixie+20240704) trixie; urgency=low
bb-u-boot-beagleboneai64 (2024.07.20240701.1-0~trixie+20240830) trixie; urgency=low
* 20240701 - v2024.07 - https://github.com/u-boot/u-boot/releases/tag/v2024.07
* 20240628 - 10.00.04 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/10.00.04
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240703 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0dc0fda71659586ae96679f429ea45e2da175771
* 20240712 - 4.3.0 - https://github.com/OP-TEE/optee_os/releases/tag/4.3.0
* 20240523 - v2.11.0 -https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+log/f2735ebccf5173f74c0458736ec526276106097e
* 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-beagleboneai64 (2024.07.20240701.0-0~trixie+20240704) trixie; urgency=
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 15:44:24 -0500
-- Robert Nelson <robertcnelson@gmail.com> Fri, 30 Aug 2024 09:30:05 -0500
......@@ -20,11 +20,10 @@ TILF_TAG=10.00.04
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a
#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
#HEAD: https://git.trustedfirmware.org/plugins/gitiles//TF-A/trusted-firmware-a.git
#TAGS: https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+refs
#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 +33,7 @@ TFA_BOARD=generic
#HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master
OPTEE_TAG=4.2.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"
......
......@@ -5,7 +5,7 @@
package_name="bb-u-boot-beagleboneai64"
debian_pkg_name="${package_name}"
package_version="2024.07.20240701.0"
package_version="2024.07.20240701.1"
package_source=""
src_dir=""
......@@ -20,7 +20,7 @@ debian_patch=""
clear_changelog="enable"
bookworm_version="~bookworm+20240704"
trixie_version="~trixie+20240704"
jammy_version="~jammy+20240704"
noble_version="~noble+20240704"
bookworm_version="~bookworm+20240830"
trixie_version="~trixie+20240830"
jammy_version="~jammy+20240830"
noble_version="~noble+20240830"
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