mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Presently, in k3 devices, we are setting TEE=bl31.bin. However TEE
should be set to OPTEE, not ATF.
Therefore, do the following:
* clone and compile OPTEE
* add variables for OPTEE platform and `make` arguments in all k3
board configs
* use the compiled binary as TEE to compile U-Boot
Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
18 lines
464 B
Plaintext
18 lines
464 B
Plaintext
# TI AM62 quad core 2GB 2xGBE OSPI HDMI
|
|
|
|
BOARD_NAME="SK-AM62B"
|
|
BOARDFAMILY="k3"
|
|
BOARD_MAINTAINER="glneo"
|
|
BOOTCONFIG="am62x_evm_a53_defconfig"
|
|
BOOTFS_TYPE="fat"
|
|
BOOT_FDT_FILE="ti/k3-am625-sk.dts"
|
|
TIBOOT3_BOOTCONFIG="am62x_evm_r5_defconfig"
|
|
TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin"
|
|
DEFAULT_CONSOLE="serial"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
SERIALCON="ttyS2"
|
|
ATF_BOARD="lite"
|
|
OPTEE_ARGS="CFG_TEE_CORE_LOG_LEVEL=1"
|
|
OPTEE_PLATFORM="k3-am62x"
|