Forum | Documentation | Website | Blog

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

bb-u-boot-beagley-ai (2023.04.20240319.6-09.02.00.009)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9fabf4a6
Branches
No related merge requests found
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI
* 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
* 20240502 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/48f1bc9f52491d51ca92a1d396ccbe6a9d09e780
* 20240507 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/7d0093277104dbd3c6a94dbf36611767c96e544f
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
bb-u-boot-beagley-ai (2023.04.20240319.5-09.02.00.009-0~bookworm+20240506) bookworm; urgency=low
bb-u-boot-beagley-ai (2023.04.20240319.6-09.02.00.009-0~bookworm+20240508) bookworm; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI
* 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
* 20240502 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/48f1bc9f52491d51ca92a1d396ccbe6a9d09e780
* 20240507 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/7d0093277104dbd3c6a94dbf36611767c96e544f
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
-- Robert Nelson <robertcnelson@gmail.com> Mon, 06 May 2024 18:13:56 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 08 May 2024 10:24:25 -0500
......@@ -40,9 +40,7 @@ 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"
UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-Production"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-j722s-hs-fs-evm.bin
......@@ -62,11 +60,11 @@ override_dh_auto_configure:
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 -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- j722s_evm_r5_defconfig am67a_beagley_ai_r5.config
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 -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- j722s_evm_a53_defconfig am67a_beagley_ai_a53.config
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
......
bb-u-boot-beagley-ai (2023.04.20240319.5-09.02.00.009-0~bullseye+20240506) bullseye; urgency=low
bb-u-boot-beagley-ai (2023.04.20240319.6-09.02.00.009-0~bullseye+20240508) bullseye; urgency=low
* 20240319 - 09.02.00.009 - https://openbeagle.org/beagleboard/u-boot/-/commits/v2023.04-ti-09.02.00.009-BeagleY-AI
* 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
* 20240502 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/48f1bc9f52491d51ca92a1d396ccbe6a9d09e780
* 20240507 - master - https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/7d0093277104dbd3c6a94dbf36611767c96e544f
* 20240412 - 4.2.0 - https://github.com/OP-TEE/optee_os/commits/4.2.0
-- Robert Nelson <robertcnelson@gmail.com> Mon, 06 May 2024 18:13:56 -0500
-- Robert Nelson <robertcnelson@gmail.com> Wed, 08 May 2024 10:24:25 -0500
......@@ -37,9 +37,7 @@ 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"
UB_TAG="v2023.04-ti-09.02.00.009-BeagleY-AI-Production"
UB_REPO="https://github.com/beagleboard/u-boot.git"
UB_TIBOOT=tiboot3-j722s-hs-fs-evm.bin
......@@ -59,11 +57,11 @@ override_dh_auto_configure:
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 -j1 O=../CORTEXR CROSS_COMPILE=arm-linux-gnueabihf- j722s_evm_r5_defconfig am67a_beagley_ai_r5.config
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 -j1 O=../CORTEXA CROSS_COMPILE=aarch64-linux-gnu- j722s_evm_a53_defconfig am67a_beagley_ai_a53.config
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
......
......@@ -5,7 +5,7 @@
package_name="bb-u-boot-beagley-ai"
debian_pkg_name="${package_name}"
package_version="2023.04.20240319.5-09.02.00.009"
package_version="2023.04.20240319.6-09.02.00.009"
package_source=""
src_dir=""
......@@ -20,5 +20,5 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20240506"
bookworm_version="~bookworm+20240506"
bullseye_version="~bullseye+20240508"
bookworm_version="~bookworm+20240508"
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