Forum | Documentation | Website | Blog

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

bb-u-boot-beagley-ai (2023.04.20240319.19)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent cbd3aec5
Branches
No related merge requests found
Showing
with 58 additions and 44 deletions
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
* 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
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* 20240620 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0567eca0b940f0636ddd284a1a50f815ac6636d5
* nvme rootfs + overlays are locking up initrd, disable usage of initrd.img with nvme
bb-u-boot-beagley-ai (2023.04.20240319.18-09.02.00.009-0~bookworm+20240614) bookworm; urgency=low
bb-u-boot-beagley-ai (2023.04.20240319.19-09.02.00.009-0~bookworm+20240623) bookworm; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
* 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
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* 20240620 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0567eca0b940f0636ddd284a1a50f815ac6636d5
* nvme rootfs + overlays are locking up initrd, disable usage of initrd.img with nvme
-- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:22:59 -0500
-- Robert Nelson <robertcnelson@gmail.com> Sun, 23 Jun 2024 13:02:19 -0500
......@@ -11,6 +11,7 @@ Build-Depends:
, flex
, gcc-arm-linux-gnueabihf
, git
, libgnutls28-dev
, libssl-dev
, python3-cryptography
, python3-dev
......@@ -22,6 +23,7 @@ Build-Depends:
, rsync
, swig
, u-boot-tools
, uuid-dev
, yamllint
Standards-Version: 4.5.1
......@@ -30,5 +32,5 @@ Architecture: arm64
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: bb-u-boot-beagley-ai
bb-u-boot-beagley-ai
Description: beagleboard.org u-boot for beagley-ai
beagleboard.org u-boot for beagley-ai
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
bb-u-boot-beagley-ai (2023.04.20240319.18-09.02.00.009-0~bullseye+20240614) bullseye; urgency=low
bb-u-boot-beagley-ai (2023.04.20240319.19-09.02.00.009-0~bullseye+20240623) bullseye; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
* 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
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* 20240620 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0567eca0b940f0636ddd284a1a50f815ac6636d5
* nvme rootfs + overlays are locking up initrd, disable usage of initrd.img with nvme
-- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:22:59 -0500
-- Robert Nelson <robertcnelson@gmail.com> Sun, 23 Jun 2024 13:02:19 -0500
......@@ -11,6 +11,7 @@ Build-Depends:
, flex
, gcc-arm-linux-gnueabihf
, git
, libgnutls28-dev
, libssl-dev
, python3-cryptography
, python3-dev
......@@ -22,6 +23,7 @@ Build-Depends:
, rsync
, swig
, u-boot-tools
, uuid-dev
, yamllint
Standards-Version: 4.5.1
......@@ -30,5 +32,5 @@ Architecture: arm64
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: bb-u-boot-beagley-ai
bb-u-boot-beagley-ai
Description: beagleboard.org u-boot for beagley-ai
beagleboard.org u-boot for beagley-ai
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#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"
......
bb-u-boot-beagley-ai (2023.04.20240319.18-09.02.00.009-0~noble+20240614) noble; urgency=low
bb-u-boot-beagley-ai (2023.04.20240319.19-09.02.00.009-0~noble+20240623) noble; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
* 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
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* 20240620 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0567eca0b940f0636ddd284a1a50f815ac6636d5
* nvme rootfs + overlays are locking up initrd, disable usage of initrd.img with nvme
-- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:22:59 -0500
-- Robert Nelson <robertcnelson@gmail.com> Sun, 23 Jun 2024 13:02:19 -0500
......@@ -11,6 +11,7 @@ Build-Depends:
, flex
, gcc-arm-linux-gnueabihf
, git
, libgnutls28-dev
, libssl-dev
, python3-cryptography
, python3-dev
......@@ -22,6 +23,7 @@ Build-Depends:
, rsync
, swig
, u-boot-tools
, uuid-dev
, yamllint
Standards-Version: 4.5.1
......@@ -30,5 +32,5 @@ Architecture: arm64
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: bb-u-boot-beagley-ai
bb-u-boot-beagley-ai
Description: beagleboard.org u-boot for beagley-ai
beagleboard.org u-boot for beagley-ai
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
bb-u-boot-beagley-ai (2023.04.20240319.18-09.02.00.009-0~trixie+20240614) trixie; urgency=low
bb-u-boot-beagley-ai (2023.04.20240319.19-09.02.00.009-0~trixie+20240623) trixie; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-Production
* 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
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
* 20240613 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/517b7f96c9b5f403f3372898421a0fddbcdf3e9b
* 20240620 - master - https://github.com/ARM-software/arm-trusted-firmware/commit/0567eca0b940f0636ddd284a1a50f815ac6636d5
* nvme rootfs + overlays are locking up initrd, disable usage of initrd.img with nvme
-- Robert Nelson <robertcnelson@gmail.com> Fri, 14 Jun 2024 18:22:59 -0500
-- Robert Nelson <robertcnelson@gmail.com> Sun, 23 Jun 2024 13:02:19 -0500
......@@ -11,6 +11,7 @@ Build-Depends:
, flex
, gcc-arm-linux-gnueabihf
, git
, libgnutls28-dev
, libssl-dev
, python3-cryptography
, python3-dev
......@@ -22,6 +23,7 @@ Build-Depends:
, rsync
, swig
, u-boot-tools
, uuid-dev
, yamllint
Standards-Version: 4.5.1
......@@ -30,5 +32,5 @@ Architecture: arm64
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: bb-u-boot-beagley-ai
bb-u-boot-beagley-ai
Description: beagleboard.org u-boot for beagley-ai
beagleboard.org u-boot for beagley-ai
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
......@@ -16,7 +16,7 @@ label NVMe (debug)
append console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/nvme0n1p1 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
initrd /initrd.img
#initrd /initrd.img
label NVMe (default)
kernel /Image
......@@ -24,4 +24,4 @@ label NVMe (default)
fdtdir /
fdt /ti/k3-am67a-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#initrd /initrd.img
......@@ -5,7 +5,7 @@
package_name="bb-u-boot-beagley-ai"
debian_pkg_name="${package_name}"
package_version="2023.04.20240319.18-09.02.00.009"
package_version="2023.04.20240319.19-09.02.00.009"
package_source=""
src_dir=""
......@@ -20,7 +20,7 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20240614"
bookworm_version="~bookworm+20240614"
trixie_version="~trixie+20240614"
noble_version="~noble+20240614"
bullseye_version="~bullseye+20240623"
bookworm_version="~bookworm+20240623"
trixie_version="~trixie+20240623"
noble_version="~noble+20240623"
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