Forum | Documentation | Website | Blog

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

bb-u-boot-sk-am69 (2023.04.20231206.4-09.01.00.008)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent fe5d88aa
Branches
No related merge requests found
* 20231206 - 09.01.00.008 - https://git.ti.com/gitweb?p=ti-u-boot/ti-u-boot.git;a=tag;h=refs/tags/09.01.00.008 * 20231206 - 09.01.00.008 - https://git.ti.com/gitweb?p=ti-u-boot/ti-u-boot.git;a=tag;h=refs/tags/09.01.00.008
* 20231130 - 09.01.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.01.00.008 * 20231130 - 09.01.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.01.00.008
* 20231122 - v2.10.0 - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/log/?h=v2.10.0 * 20241018 - 4.4.0 - https://github.com/OP-TEE/optee_os/commits/4.4.0
* 20231020 - 4.0.0 - https://github.com/OP-TEE/optee_os/commits/4.0.0 * 20241115 - v2.12.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.12.0
* SK-AM69, add extlinux.conf boot options over serial * SK-AM69, add extlinux.conf boot options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* extlinux.conf: force fdt /k3-am69-sk.dtb * extlinux.conf: force fdt /k3-am69-sk.dtb
bb-u-boot-sk-am69 (2023.04.20231206.3-09.01.00.008-0~bookworm+20231222) bookworm; urgency=low bb-u-boot-sk-am69 (2023.04.20231206.4-09.01.00.008-0~bookworm+20250124) bookworm; urgency=low
* 20231206 - 09.01.00.008 - https://git.ti.com/gitweb?p=ti-u-boot/ti-u-boot.git;a=tag;h=refs/tags/09.01.00.008 * 20231206 - 09.01.00.008 - https://git.ti.com/gitweb?p=ti-u-boot/ti-u-boot.git;a=tag;h=refs/tags/09.01.00.008
* 20231130 - 09.01.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.01.00.008 * 20231130 - 09.01.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=shortlog;h=refs/tags/09.01.00.008
* 20231122 - v2.10.0 - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/log/?h=v2.10.0 * 20241018 - 4.4.0 - https://github.com/OP-TEE/optee_os/commits/4.4.0
* 20231020 - 4.0.0 - https://github.com/OP-TEE/optee_os/commits/4.0.0 * 20241115 - v2.12.0 - https://github.com/ARM-software/arm-trusted-firmware/releases/tag/v2.12.0
* SK-AM69, add extlinux.conf boot options over serial * SK-AM69, add extlinux.conf boot options over serial
* Bump FAT partition to 256MB for boot recovery images * Bump FAT partition to 256MB for boot recovery images
* extlinux.conf: force fdt /k3-am69-sk.dtb * extlinux.conf: force fdt /k3-am69-sk.dtb
-- Robert Nelson <robertcnelson@gmail.com> Fri, 22 Dec 2023 15:04:53 -0600 -- Robert Nelson <robertcnelson@gmail.com> Fri, 24 Jan 2025 16:43:58 -0600
...@@ -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
......
...@@ -12,6 +12,7 @@ TARGETDIR=bb-u-boot-sk-am69 ...@@ -12,6 +12,7 @@ TARGETDIR=bb-u-boot-sk-am69
#ti-linux-firmware #ti-linux-firmware
#HEAD: https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=summary #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 #Mirror: https://github.com/beagleboard/ti-linux-firmware
TILF_TAG=09.01.00.008 TILF_TAG=09.01.00.008
#TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git" #TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
...@@ -19,9 +20,11 @@ TILF_TAG=09.01.00.008 ...@@ -19,9 +20,11 @@ TILF_TAG=09.01.00.008
TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git" TILF_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-linux-firmware.git"
#trusted-firmware-a #trusted-firmware-a
#HEAD: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.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=master
TFA_TAG=v2.10.0 TFA_TAG=v2.12.0
#TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git" #TFA_REPO="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
#Local Mirror #Local Mirror
TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git" TFA_REPO="https://git.gfnd.rcn-ee.org/mirror/trusted-firmware-a.git"
...@@ -29,8 +32,9 @@ TFA_BOARD=j784s4 ...@@ -29,8 +32,9 @@ TFA_BOARD=j784s4
#optee_os #optee_os
#HEAD: https://github.com/OP-TEE/optee_os #HEAD: https://github.com/OP-TEE/optee_os
#TAGS: https://github.com/OP-TEE/optee_os/tags
#OPTEE_TAG=master #OPTEE_TAG=master
OPTEE_TAG=4.0.0 OPTEE_TAG=4.4.0
#OPTEE_REPO="https://github.com/OP-TEE/optee_os" #OPTEE_REPO="https://github.com/OP-TEE/optee_os"
#Local Mirror #Local Mirror
OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git" OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
package_name="bb-u-boot-sk-am69" package_name="bb-u-boot-sk-am69"
debian_pkg_name="${package_name}" debian_pkg_name="${package_name}"
package_version="2023.04.20231206.3-09.01.00.008" package_version="2023.04.20231206.4-09.01.00.008"
package_source="" package_source=""
src_dir="" src_dir=""
...@@ -20,4 +20,4 @@ debian_patch="" ...@@ -20,4 +20,4 @@ debian_patch=""
clear_changelog="enable" clear_changelog="enable"
bookworm_version="~bookworm+20231222" bookworm_version="~bookworm+20250124"
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