Skip to content

Commit c49baf9

Browse files
committed
ti: configs: family: k3: Update to bootable Processor SDK release tag
Signed-off-by: Jonas Wood <jw@ti.com>
1 parent 2f6bdb9 commit c49baf9

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

config/sources/families/include/k3_common.inc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
declare -g ARCH="arm64"
1111
declare -g OVERLAY_DIR="/boot/dtb/ti/overlay"
12-
13-
declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware"
14-
1512
declare -g BOOTSCRIPT="boot-k3.cmd:uEnv.txt"
1613
declare -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
}

config/sources/families/k3-beagle.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
source "${BASH_SOURCE%/*}/include/k3_common.inc"
1111

1212
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
13+
declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware"
1314

1415
case "${BRANCH}" in
1516

config/sources/families/k3.conf

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,22 @@
1010
source "${BASH_SOURCE%/*}/include/k3_common.inc"
1111

1212
declare -g LINUXFAMILY="k3"
13+
declare -g ATFSOURCE="https://github.com/ARM-software/arm-trusted-firmware"
1314

1415
case "${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

0 commit comments

Comments
 (0)