Forum | Documentation | Website | Blog

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

bb-u-boot-beagleboneai64 (2024.07.20240603.1)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b86cf37c
Branches
No related merge requests found
Showing
with 32 additions and 24 deletions
* 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4 * 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4
* 20240513 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.02.00.010 * 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0 * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240604 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/416aa42e55d8e7a00313803d5f07d9bab56220fa * 20240617 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
......
bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~bookworm+20240606) bookworm; urgency=low bb-u-boot-beagleboneai64 (2024.07.20240603.1-0~bookworm+20240620) bookworm; urgency=low
* 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4 * 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4
* 20240513 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.02.00.010 * 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0 * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240604 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/416aa42e55d8e7a00313803d5f07d9bab56220fa * 20240617 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~bookworm+20240606) bookworm; urge ...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~bookworm+20240606) bookworm; urge
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 06 Jun 2024 17:45:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Thu, 20 Jun 2024 17:06:24 -0500
...@@ -11,6 +11,7 @@ Build-Depends: ...@@ -11,6 +11,7 @@ Build-Depends:
, flex , flex
, gcc-arm-linux-gnueabihf , gcc-arm-linux-gnueabihf
, git , git
, libgnutls28-dev
, libssl-dev , libssl-dev
, python3-cryptography , python3-cryptography
, python3-dev , python3-dev
...@@ -22,6 +23,7 @@ Build-Depends: ...@@ -22,6 +23,7 @@ Build-Depends:
, rsync , rsync
, swig , swig
, u-boot-tools , u-boot-tools
, uuid-dev
, yamllint , yamllint
Standards-Version: 4.5.1 Standards-Version: 4.5.1
......
bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~jammy+20240606) jammy; urgency=low bb-u-boot-beagleboneai64 (2024.07.20240603.1-0~jammy+20240620) jammy; urgency=low
* 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4 * 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4
* 20240513 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.02.00.010 * 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0 * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240604 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/416aa42e55d8e7a00313803d5f07d9bab56220fa * 20240617 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~jammy+20240606) jammy; urgency=lo ...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~jammy+20240606) jammy; urgency=lo
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 06 Jun 2024 17:45:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Thu, 20 Jun 2024 17:06:24 -0500
...@@ -11,6 +11,7 @@ Build-Depends: ...@@ -11,6 +11,7 @@ Build-Depends:
, flex , flex
, gcc-arm-linux-gnueabihf , gcc-arm-linux-gnueabihf
, git , git
, libgnutls28-dev
, libssl-dev , libssl-dev
, python3-cryptography , python3-cryptography
, python3-dev , python3-dev
...@@ -22,6 +23,7 @@ Build-Depends: ...@@ -22,6 +23,7 @@ Build-Depends:
, rsync , rsync
, swig , swig
, u-boot-tools , u-boot-tools
, uuid-dev
, yamllint , yamllint
Standards-Version: 4.5.1 Standards-Version: 4.5.1
......
bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~noble+20240606) noble; urgency=low bb-u-boot-beagleboneai64 (2024.07.20240603.1-0~noble+20240620) noble; urgency=low
* 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4 * 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4
* 20240513 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.02.00.010 * 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0 * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240604 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/416aa42e55d8e7a00313803d5f07d9bab56220fa * 20240617 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~noble+20240606) noble; urgency=lo ...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~noble+20240606) noble; urgency=lo
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 06 Jun 2024 17:45:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Thu, 20 Jun 2024 17:06:24 -0500
...@@ -11,6 +11,7 @@ Build-Depends: ...@@ -11,6 +11,7 @@ Build-Depends:
, flex , flex
, gcc-arm-linux-gnueabihf , gcc-arm-linux-gnueabihf
, git , git
, libgnutls28-dev
, libssl-dev , libssl-dev
, python3-cryptography , python3-cryptography
, python3-dev , python3-dev
...@@ -22,6 +23,7 @@ Build-Depends: ...@@ -22,6 +23,7 @@ Build-Depends:
, rsync , rsync
, swig , swig
, u-boot-tools , u-boot-tools
, uuid-dev
, yamllint , yamllint
Standards-Version: 4.5.1 Standards-Version: 4.5.1
......
bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~trixie+20240606) trixie; urgency=low bb-u-boot-beagleboneai64 (2024.07.20240603.1-0~trixie+20240620) trixie; urgency=low
* 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4 * 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4
* 20240513 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.02.00.010 * 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0 * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240604 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/416aa42e55d8e7a00313803d5f07d9bab56220fa * 20240617 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~trixie+20240606) trixie; urgency= ...@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64 (2024.07.20240603.0-0~trixie+20240606) trixie; urgency=
* Flasher scripts, echo Serial over HDMI * Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic * extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Thu, 06 Jun 2024 17:45:55 -0500 -- Robert Nelson <robertcnelson@gmail.com> Thu, 20 Jun 2024 17:06:24 -0500
...@@ -11,6 +11,7 @@ Build-Depends: ...@@ -11,6 +11,7 @@ Build-Depends:
, flex , flex
, gcc-arm-linux-gnueabihf , gcc-arm-linux-gnueabihf
, git , git
, libgnutls28-dev
, libssl-dev , libssl-dev
, python3-cryptography , python3-cryptography
, python3-dev , python3-dev
...@@ -22,6 +23,7 @@ Build-Depends: ...@@ -22,6 +23,7 @@ Build-Depends:
, rsync , rsync
, swig , swig
, u-boot-tools , u-boot-tools
, uuid-dev
, yamllint , yamllint
Standards-Version: 4.5.1 Standards-Version: 4.5.1
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
package_name="bb-u-boot-beagleboneai64" package_name="bb-u-boot-beagleboneai64"
debian_pkg_name="${package_name}" debian_pkg_name="${package_name}"
package_version="2024.07.20240603.0" package_version="2024.07.20240603.1"
package_source="" package_source=""
src_dir="" src_dir=""
...@@ -20,7 +20,7 @@ debian_patch="" ...@@ -20,7 +20,7 @@ debian_patch=""
clear_changelog="enable" clear_changelog="enable"
bookworm_version="~bookworm+20240606" bookworm_version="~bookworm+20240620"
trixie_version="~trixie+20240606" trixie_version="~trixie+20240620"
jammy_version="~jammy+20240606" jammy_version="~jammy+20240620"
noble_version="~noble+20240606" noble_version="~noble+20240620"
* 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4 * 20240603 - v2024.07-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.07-rc4
* 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010 * 20240516 - 09.02.00.010 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.010
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0 * 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 2024061 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c * 20240617 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/ef5181975e601974291b83228971ee340d02f03c
* add extlinux.conf boot menu options over serial * add extlinux.conf boot menu options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* Enable a extlinux.conf option to flash other media directly * Enable a extlinux.conf option to flash other media directly
......
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