Forum | Documentation | Website | Blog

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

bb-u-boot-beagleboneai64-mainline (2024.04.20240311.2)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 95dc34d5
Branches
No related merge requests found
Showing
with 16 additions and 16 deletions
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~bookworm+20240320) bookworm; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.2-0~bookworm+20240320) bookworm; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240315 - 09.02.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.008
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~bookworm+20240320) bookw
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:38:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:44:31 -0500
......@@ -55,7 +55,7 @@ override_dh_auto_configure:
mkdir -p /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
mkdir -p ./tmp/ti-linux-firmware/ ; git -c http.sslVerify=false clone -b $(TILF_TAG) $(TILF_REPO) --depth=5 ./tmp/ti-linux-firmware/ ; rsync -a ./tmp/ti-linux-firmware/* /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/ --delete
mkdir -p ./tmp/trusted-firmware-a/ ; git -c http.sslVerify=false clone -b $(TFA_TAG) $(TFA_REPO) --depth=5 ./tmp/trusted-firmware-a/ ; git --git-dir ./tmp/trusted-firmware-a/.git log --pretty=oneline
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS= ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin ./tmp/pkg/
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/optee_os/ ; git -c http.sslVerify=false clone -b $(OPTEE_TAG) $(OPTEE_REPO) --depth=5 ./tmp/optee_os/ ; git --git-dir ./tmp/optee_os/.git log --pretty=oneline
......
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~bullseye+20240320) bullseye; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.2-0~bullseye+20240320) bullseye; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240315 - 09.02.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.008
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~bullseye+20240320) bulls
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:38:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:44:31 -0500
......@@ -52,7 +52,7 @@ override_dh_auto_configure:
mkdir -p /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
mkdir -p ./tmp/ti-linux-firmware/ ; git -c http.sslVerify=false clone -b $(TILF_TAG) $(TILF_REPO) --depth=5 ./tmp/ti-linux-firmware/ ; rsync -a ./tmp/ti-linux-firmware/* /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/ --delete
mkdir -p ./tmp/trusted-firmware-a/ ; git -c http.sslVerify=false clone -b $(TFA_TAG) $(TFA_REPO) --depth=5 ./tmp/trusted-firmware-a/ ; git --git-dir ./tmp/trusted-firmware-a/.git log --pretty=oneline
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS= ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin ./tmp/pkg/
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/optee_os/ ; git -c http.sslVerify=false clone -b $(OPTEE_TAG) $(OPTEE_REPO) --depth=5 ./tmp/optee_os/ ; git --git-dir ./tmp/optee_os/.git log --pretty=oneline
......
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~jammy+20240320) jammy; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.2-0~jammy+20240320) jammy; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240315 - 09.02.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.008
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~jammy+20240320) jammy; u
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:38:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:44:31 -0500
......@@ -55,7 +55,7 @@ override_dh_auto_configure:
mkdir -p /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
mkdir -p ./tmp/ti-linux-firmware/ ; git -c http.sslVerify=false clone -b $(TILF_TAG) $(TILF_REPO) --depth=5 ./tmp/ti-linux-firmware/ ; rsync -a ./tmp/ti-linux-firmware/* /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/ --delete
mkdir -p ./tmp/trusted-firmware-a/ ; git -c http.sslVerify=false clone -b $(TFA_TAG) $(TFA_REPO) --depth=5 ./tmp/trusted-firmware-a/ ; git --git-dir ./tmp/trusted-firmware-a/.git log --pretty=oneline
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS= ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin ./tmp/pkg/
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/optee_os/ ; git -c http.sslVerify=false clone -b $(OPTEE_TAG) $(OPTEE_REPO) --depth=5 ./tmp/optee_os/ ; git --git-dir ./tmp/optee_os/.git log --pretty=oneline
......
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~noble+20240320) noble; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.2-0~noble+20240320) noble; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240315 - 09.02.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.008
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~noble+20240320) noble; u
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:38:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:44:31 -0500
......@@ -55,7 +55,7 @@ override_dh_auto_configure:
mkdir -p /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
mkdir -p ./tmp/ti-linux-firmware/ ; git -c http.sslVerify=false clone -b $(TILF_TAG) $(TILF_REPO) --depth=5 ./tmp/ti-linux-firmware/ ; rsync -a ./tmp/ti-linux-firmware/* /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/ --delete
mkdir -p ./tmp/trusted-firmware-a/ ; git -c http.sslVerify=false clone -b $(TFA_TAG) $(TFA_REPO) --depth=5 ./tmp/trusted-firmware-a/ ; git --git-dir ./tmp/trusted-firmware-a/.git log --pretty=oneline
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS= ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin ./tmp/pkg/
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/optee_os/ ; git -c http.sslVerify=false clone -b $(OPTEE_TAG) $(OPTEE_REPO) --depth=5 ./tmp/optee_os/ ; git --git-dir ./tmp/optee_os/.git log --pretty=oneline
......
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~trixie+20240320) trixie; urgency=low
bb-u-boot-beagleboneai64-mainline (2024.04.20240311.2-0~trixie+20240320) trixie; urgency=low
* 20240311 - v2024.04-rc4 - https://github.com/u-boot/u-boot/releases/tag/v2024.04-rc4
* 20240315 - 09.02.00.008 - https://git.ti.com/gitweb?p=processor-firmware/ti-linux-firmware.git;a=tag;h=refs/tags/09.02.00.008
......@@ -11,5 +11,5 @@ bb-u-boot-beagleboneai64-mainline (2024.04.20240311.1-0~trixie+20240320) trixie;
* Flasher scripts, echo Serial over HDMI
* extlinux.conf, unify labels to make flasher change more generic
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:38:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 20 Mar 2024 13:44:31 -0500
......@@ -55,7 +55,7 @@ override_dh_auto_configure:
mkdir -p /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
mkdir -p ./tmp/ti-linux-firmware/ ; git -c http.sslVerify=false clone -b $(TILF_TAG) $(TILF_REPO) --depth=5 ./tmp/ti-linux-firmware/ ; rsync -a ./tmp/ti-linux-firmware/* /opt/u-boot/$(TARGETDIR)/ti-linux-firmware/ --delete
mkdir -p ./tmp/trusted-firmware-a/ ; git -c http.sslVerify=false clone -b $(TFA_TAG) $(TFA_REPO) --depth=5 ./tmp/trusted-firmware-a/ ; git --git-dir ./tmp/trusted-firmware-a/.git log --pretty=oneline
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
make -C ./tmp/trusted-firmware-a/ -j8 CROSS_COMPILE=aarch64-linux-gnu- CFLAGS= LDFLAGS= ARCH=aarch64 PLAT=k3 TARGET_BOARD=$(TFA_BOARD) SPD=opteed all
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin ./tmp/pkg/
cp -v ./tmp/trusted-firmware-a/build/k3/$(TFA_BOARD)/release/bl31.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/optee_os/ ; git -c http.sslVerify=false clone -b $(OPTEE_TAG) $(OPTEE_REPO) --depth=5 ./tmp/optee_os/ ; git --git-dir ./tmp/optee_os/.git log --pretty=oneline
......
......@@ -5,7 +5,7 @@
package_name="bb-u-boot-beagleboneai64-mainline"
debian_pkg_name="${package_name}"
package_version="2024.04.20240311.1"
package_version="2024.04.20240311.2"
package_source=""
src_dir=""
......
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