riscv: Add CONFIG_SPL_OPTEE_LOAD_ADDR
authorYu-Chien Peter Lin <peter.lin@sifive.com>
Sat, 11 Jan 2025 01:55:26 +0000 (09:55 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 3 Feb 2025 07:26:00 +0000 (15:26 +0800)
commit99654e1b9665de0245c0fd606760aa7d1e9b8810
tree66f728fdaa76d552cb118147c2c579ab6c1c9595
parentca3985ff86aee9afa110467bad027af8f288d17c
riscv: Add CONFIG_SPL_OPTEE_LOAD_ADDR

Allow specifying load address of OP-TEE binary. It is
recommended that the specified address aligns with the
base address of an PMP-protected NAPOT region and matches
the CFG_TDDRAM_START configuration in OP-TEE.

Signed-off-by: Yu-Chien Peter Lin <peter.lin@sifive.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/Kconfig