File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed
Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 99
1010declare - g ARCH= " arm64"
1111declare - g OVERLAY_DIR= " /boot/dtb/ti/overlay"
12-
13- declare - g ATFSOURCE= " https://github.com/TexasInstruments/arm-trusted-firmware"
14-
1512declare - g BOOTSCRIPT= " boot-k3.cmd:uEnv.txt"
1613declare - g SPD_OPTEED= " SPD=opteed"
1714
@@ -64,8 +61,8 @@ function compile_k3_bootgen() {
6461
6562 pushd ${SRC}/ cache/ sources/ u- boot- worktree/ ${BOOTDIR}/ ${BOOTBRANCH# #*:} || exit
6663
67- run_host_command_logged make - j$(nproc) CROSS_COMPILE= arm- linux- gnueabihf - ARCH= arm O= build- r5 ${TIBOOT3_BOOTCONFIG}
68- run_host_command_logged make - j$(nproc) CROSS_COMPILE= arm- linux- gnueabihf - ARCH= arm O= build- r5 BINMAN_INDIRS= ${SRC}/ cache/ sources/ ti- linux- firmware
64+ run_host_command_logged make - j$(nproc) CROSS_COMPILE= arm- linux- gnueabi - ARCH= arm O= build- r5 ${TIBOOT3_BOOTCONFIG}
65+ run_host_command_logged make - j$(nproc) CROSS_COMPILE= arm- linux- gnueabi - ARCH= arm O= build- r5 BINMAN_INDIRS= ${SRC}/ cache/ sources/ ti- linux- firmware
6966
7067 popd
7168}
Original file line number Diff line number Diff line change 1010source "${BASH_SOURCE%/*}/include/k3_common.inc"
1111
1212declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
13+ declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware"
1314
1415case "${BRANCH}" in
1516
Original file line number Diff line number Diff line change 1010source "${BASH_SOURCE%/*}/include/k3_common.inc"
1111
1212declare -g LINUXFAMILY="k3"
13+ declare -g ATFSOURCE="https://github.com/ARM-software/arm-trusted-firmware"
1314
1415case "${BRANCH}" in
1516
16- vendor | vendor-rt)
17+ vendor | vendor-rt) # uses latest publicly released TI Processor SDK tag
1718
18- declare -g CORESDK_TAG="tag: 11.00.09 "
19+ declare -g TI_PSDK_TAG=" 11.01.16 "
1920 declare -g KERNELSOURCE="https://github.com/TexasInstruments/ti-linux-kernel"
2021 declare -g KERNEL_MAJOR_MINOR="6.12"
21- declare -g KERNELBRANCH="${CORESDK_TAG }"
22- declare -g KERNEL_DESCRIPTION="Texas Instruments currently supported SDK (vendor) kernel"
23- declare -g ATFBRANCH="${CORESDK_TAG} "
24- declare -g OPTEE_BRANCH="tag:4.6.0 "
25- declare -g TI_LINUX_FIRMWARE_BRANCH="${CORESDK_TAG }"
22+ declare -g KERNELBRANCH="tag:${TI_PSDK_TAG }"
23+ declare -g KERNEL_DESCRIPTION="Texas Instruments currently supported Processor SDK kernel"
24+ declare -g ATFBRANCH="commit:e0c4d3903b382bf34f552af53e6d955fae5283ab "
25+ declare -g OPTEE_BRANCH="commit:a9690ae39995af36a31b7a4f446f27ea0787e3a4 "
26+ declare -g TI_LINUX_FIRMWARE_BRANCH="tag:${TI_PSDK_TAG }"
2627 declare -g BOOTSOURCE="https://github.com/TexasInstruments/ti-u-boot"
27- declare -g BOOTBRANCH="${CORESDK_TAG }"
28+ declare -g BOOTBRANCH="tag:${TI_PSDK_TAG }"
2829 EXTRAWIFI="no"
2930 ;;
3031
You can’t perform that action at this time.
0 commit comments