Skip to content
Snippets Groups Projects
Commit e22395e9 authored by Philip Müller's avatar Philip Müller
Browse files

[pkg-upd] 2023.07rc2-0.1

- don't build T-FA when not needed
parent 05a813e9
No related branches found
No related tags found
No related merge requests found
Pipeline #11442 passed
......@@ -94,22 +94,19 @@ build() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
cd arm-trusted-firmware-${_tfaver}
echo -e "\nBuilding TF-A for Pine64 PinePhone Pro...\n"
make PLAT=rk3399
if $_nonfoss != yes; then
echo -e "\nusing FOSS firmware for Pine64 PinePhone Pro...\n"
cd arm-trusted-firmware-${_tfaver}
echo -e "\nBuilding FOSS TF-A for Pine64 PinePhone Pro...\n"
make PLAT=rk3399
export BL31=../arm-trusted-firmware-${_tfaver}/build/rk3399/release/bl31/bl31.elf
cd ../u-boot-${pkgver/rc/-rc}
else
echo -e "\nusing binary firmware for Pine64 PinePhone Pro...\n"
echo -e "\nusing Binary TF-A for Pine64 PinePhone Pro...\n"
export BL31=../rk3399_bl31_v1.35.elf
export ROCKCHIP_TPL=../rk3399_ddr_933MHz_v1.30.bin
cd u-boot-${pkgver/rc/-rc}
fi
cd ../u-boot-${pkgver/rc/-rc}
echo -e "\nBuilding U-Boot for Pine64 PinePhone Pro...\n"
make pinephone-pro-rk3399_defconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment