Forum | Documentation | Website | Blog

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

bb-u-boot-beagley-ai-evt (2023.04.20240319.2-09.02.00.009)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent a1953f92
Branches
No related merge requests found
Showing
with 465 additions and 0 deletions
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-evt
* 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
* 20240418 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/c8be7c08c3b3a2330d54b58651faa9438ff34f6e
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
bb-u-boot-beagley-ai-evt (2023.04.20240319.2-09.02.00.009-0~bookworm+20240422) bookworm; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-evt
* 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
* 20240418 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/c8be7c08c3b3a2330d54b58651faa9438ff34f6e
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 10:37:35 -0500
9
Source: bb-u-boot-beagley-ai-evt
Section: misc
Priority: extra
Maintainer: Robert Nelson <robertcnelson@gmail.com>
Build-Depends:
debhelper (>= 9)
, bc
, bison
, ca-certificates
, device-tree-compiler
, flex
, gcc-arm-linux-gnueabihf
, git
, libssl-dev
, python3-cryptography
, python3-dev
, python3-jsonschema
, python3-pycryptodome
, python3-pyelftools
, python3-setuptools
, python3-yaml
, rsync
, swig
, u-boot-tools
, yamllint
Standards-Version: 4.5.1
Package: bb-u-boot-beagley-ai-evt
Architecture: arm64
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: bb-u-boot-beagley-ai-evt
bb-u-boot-beagley-ai-evt
debian/install.sh /opt/u-boot/bb-u-boot-beagley-ai-evt
debian/install-microsd.sh /opt/u-boot/bb-u-boot-beagley-ai-evt
debian/microsd-extlinux.conf /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/bl31.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/tee-pager_v2.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/tiboot3.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/tispl.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/u-boot.img /opt/u-boot/bb-u-boot-beagley-ai-evt
#!/bin/bash
if ! id | grep -q root; then
echo "must be run as root"
exit
fi
wdir="/opt/u-boot/bb-u-boot-beagley-ai-evt"
if [ -d /boot/firmware/ ] ; then
cp -v ${wdir}/tiboot3.bin /boot/firmware/
cp -v ${wdir}/tispl.bin /boot/firmware/
cp -v ${wdir}/u-boot.img /boot/firmware/
fi
#!/bin/bash
if ! id | grep -q root; then
echo "must be run as root"
exit
fi
wdir="/opt/u-boot/bb-u-boot-beagley-ai-evt"
if [ -d /boot/firmware/ ] ; then
cp -v ${wdir}/tiboot3.bin /boot/firmware/
cp -v ${wdir}/tispl.bin /boot/firmware/
cp -v ${wdir}/u-boot.img /boot/firmware/
fi
menu title beagley-ai microSD (extlinux.conf)
timeout 50
default microSD (default)
label microSD Recovery
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (RPI 7inch panel)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-dsi-rpi-7inch-panel.dtbo
initrd /initrd.img
label microSD (lincolntech-185lcd panel)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-lincolntech-185lcd-panel.dtbo
initrd /initrd.img
label microSD (csi0 imx219)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-csi0-imx219.dtbo
initrd /initrd.img
label microSD (csi1 imx219)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-csi1-imx219.dtbo
initrd /initrd.img
label microSD (csi0 ov5640)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-csi0-ov5640.dtbo
initrd /initrd.img
label microSD (default)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
#https://manpages.debian.org/bookworm/dpkg-dev/dpkg-buildflags.1.en.html
export DEB_BUILD_MAINT_OPTIONS = hardening=-fortify
TARGETDIR=bb-u-boot-beagley-ai-evt
#/opt/u-boot/$(TARGETDIR)/
#ti-linux-firmware
#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
TILF_TAG=09.02.00.009
#TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
#Local Mirror
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/
TFA_TAG=master
#TFA_TAG=lts-v2.10.2
#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"
TFA_BOARD=lite
#optee_os
#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_REPO="https://github.com/OP-TEE/optee_os"
#Local Mirror
OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
OPTEE_PLATFORM=k3-am62x
#U-Boot
UBOOT_CFG_CORTEXR="j722s_evm_r5_defconfig"
UBOOT_CFG_CORTEXA="j722s_evm_a53_defconfig"
UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-evt"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-j722s-hs-fs-evm.bin
override_dh_strip:
# Just disable for now...
override_dh_auto_configure:
mkdir -p ./tmp/pkg/
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- 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
make -C ./tmp/optee_os/ -j8 O=../optee CROSS_COMPILE=arm-linux-gnueabihf- CROSS_COMPILE64=aarch64-linux-gnu- CFLAGS= LDFLAGS= PLATFORM=$(OPTEE_PLATFORM) CFG_WITH_SOFTWARE_PRNG=y CFG_ARM64_core=y all
cp -v ./tmp/optee/core/tee-pager_v2.bin ./tmp/pkg/
cp -v ./tmp/optee/core/tee-pager_v2.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/u-boot/ ; git -c http.sslVerify=false clone -b $(UB_TAG) $(UB_REPO) --depth=5 ./tmp/u-boot/ ; git --git-dir ./tmp/u-boot/.git log --pretty=oneline
make -C ./tmp/u-boot -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- $(UBOOT_CFG_CORTEXR)
make -C ./tmp/u-boot -j8 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
ls -lha ./tmp/CORTEXR/
cp -v ./tmp/CORTEXR/$(UB_TIBOOT) ./tmp/pkg/tiboot3.bin
make -C ./tmp/u-boot -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- $(UBOOT_CFG_CORTEXA)
make -C ./tmp/u-boot -j8 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- BL31=/opt/u-boot/$(TARGETDIR)/bl31.bin TEE=/opt/u-boot/$(TARGETDIR)/tee-pager_v2.bin BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
ls -lha ./tmp/CORTEXA/
cp -v ./tmp/CORTEXA/tispl.bin ./tmp/pkg/tispl.bin
cp -v ./tmp/CORTEXA/u-boot.img ./tmp/pkg/u-boot.img
%:
dh $@
override_dh_builddeb:
dh_builddeb -- -Zxz
bb-u-boot-beagley-ai-evt (2023.04.20240319.2-09.02.00.009-0~bullseye+20240422) bullseye; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI-evt
* 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
* 20240418 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/c8be7c08c3b3a2330d54b58651faa9438ff34f6e
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 10:37:35 -0500
9
Source: bb-u-boot-beagley-ai-evt
Section: misc
Priority: extra
Maintainer: Robert Nelson <robertcnelson@gmail.com>
Build-Depends:
debhelper (>= 9)
, bc
, bison
, ca-certificates
, device-tree-compiler
, flex
, gcc-arm-linux-gnueabihf
, git
, libssl-dev
, python3-cryptography
, python3-dev
, python3-jsonschema
, python3-pycryptodome
, python3-pyelftools
, python3-setuptools
, python3-yaml
, rsync
, swig
, u-boot-tools
, yamllint
Standards-Version: 4.5.1
Package: bb-u-boot-beagley-ai-evt
Architecture: arm64
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: bb-u-boot-beagley-ai-evt
bb-u-boot-beagley-ai-evt
debian/install.sh /opt/u-boot/bb-u-boot-beagley-ai-evt
debian/install-microsd.sh /opt/u-boot/bb-u-boot-beagley-ai-evt
debian/microsd-extlinux.conf /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/bl31.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/tee-pager_v2.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/tiboot3.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/tispl.bin /opt/u-boot/bb-u-boot-beagley-ai-evt
tmp/pkg/u-boot.img /opt/u-boot/bb-u-boot-beagley-ai-evt
#!/bin/bash
if ! id | grep -q root; then
echo "must be run as root"
exit
fi
wdir="/opt/u-boot/bb-u-boot-beagley-ai-evt"
if [ -d /boot/firmware/ ] ; then
cp -v ${wdir}/tiboot3.bin /boot/firmware/
cp -v ${wdir}/tispl.bin /boot/firmware/
cp -v ${wdir}/u-boot.img /boot/firmware/
fi
#!/bin/bash
if ! id | grep -q root; then
echo "must be run as root"
exit
fi
wdir="/opt/u-boot/bb-u-boot-beagley-ai-evt"
if [ -d /boot/firmware/ ] ; then
cp -v ${wdir}/tiboot3.bin /boot/firmware/
cp -v ${wdir}/tispl.bin /boot/firmware/
cp -v ${wdir}/u-boot.img /boot/firmware/
fi
menu title beagley-ai microSD (extlinux.conf)
timeout 50
default microSD (default)
label microSD Recovery
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
label microSD (RPI 7inch panel)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-dsi-rpi-7inch-panel.dtbo
initrd /initrd.img
label microSD (lincolntech-185lcd panel)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-lincolntech-185lcd-panel.dtbo
initrd /initrd.img
label microSD (csi0 imx219)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-csi0-imx219.dtbo
initrd /initrd.img
label microSD (csi1 imx219)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-csi1-imx219.dtbo
initrd /initrd.img
label microSD (csi0 ov5640)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
fdtoverlays /overlays/k3-j722s-beagley-ai-csi0-ov5640.dtbo
initrd /initrd.img
label microSD (default)
kernel /Image
append console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait net.ifnames=0
fdtdir /
fdt /ti/k3-j722s-beagley-ai.dtb
#fdtoverlays /overlays/<file>.dtbo
initrd /initrd.img
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
TARGETDIR=bb-u-boot-beagley-ai-evt
#/opt/u-boot/$(TARGETDIR)/
#ti-linux-firmware
#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
TILF_TAG=09.02.00.009
#TILF_REPO="https://github.com/beagleboard/ti-linux-firmware.git"
#Local Mirror
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/
TFA_TAG=master
#TFA_TAG=lts-v2.10.2
#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"
TFA_BOARD=lite
#optee_os
#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_REPO="https://github.com/OP-TEE/optee_os"
#Local Mirror
OPTEE_REPO="https://git.gfnd.rcn-ee.org/mirror/optee_os.git"
OPTEE_PLATFORM=k3-am62x
#U-Boot
UBOOT_CFG_CORTEXR="j722s_evm_r5_defconfig"
UBOOT_CFG_CORTEXA="j722s_evm_a53_defconfig"
UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-evt"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-j722s-hs-fs-evm.bin
override_dh_strip:
# Just disable for now...
override_dh_auto_configure:
mkdir -p ./tmp/pkg/
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- 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
make -C ./tmp/optee_os/ -j8 O=../optee CROSS_COMPILE=arm-linux-gnueabihf- CROSS_COMPILE64=aarch64-linux-gnu- CFLAGS= LDFLAGS= PLATFORM=$(OPTEE_PLATFORM) CFG_WITH_SOFTWARE_PRNG=y CFG_ARM64_core=y all
cp -v ./tmp/optee/core/tee-pager_v2.bin ./tmp/pkg/
cp -v ./tmp/optee/core/tee-pager_v2.bin /opt/u-boot/$(TARGETDIR)/
mkdir -p ./tmp/u-boot/ ; git -c http.sslVerify=false clone -b $(UB_TAG) $(UB_REPO) --depth=5 ./tmp/u-boot/ ; git --git-dir ./tmp/u-boot/.git log --pretty=oneline
make -C ./tmp/u-boot -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- $(UBOOT_CFG_CORTEXR)
make -C ./tmp/u-boot -j8 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
ls -lha ./tmp/CORTEXR/
cp -v ./tmp/CORTEXR/$(UB_TIBOOT) ./tmp/pkg/tiboot3.bin
make -C ./tmp/u-boot -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- $(UBOOT_CFG_CORTEXA)
make -C ./tmp/u-boot -j8 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- BL31=/opt/u-boot/$(TARGETDIR)/bl31.bin TEE=/opt/u-boot/$(TARGETDIR)/tee-pager_v2.bin BINMAN_INDIRS=/opt/u-boot/$(TARGETDIR)/ti-linux-firmware/
ls -lha ./tmp/CORTEXA/
cp -v ./tmp/CORTEXA/tispl.bin ./tmp/pkg/tispl.bin
cp -v ./tmp/CORTEXA/u-boot.img ./tmp/pkg/u-boot.img
%:
dh $@
override_dh_builddeb:
dh_builddeb -- -Zxz
#!/bin/bash -e
#https://openbeagle.org/beagleboard/u-boot/
#https://github.com/u-boot/u-boot/commits/master
package_name="bb-u-boot-beagley-ai-evt"
debian_pkg_name="${package_name}"
package_version="2023.04.20240319.2-09.02.00.009"
package_source=""
src_dir=""
git_repo=""
git_sha=""
reprepro_dir="b/${package_name}"
dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-0"
debian_untar=""
debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20240422"
bookworm_version="~bookworm+20240422"
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