summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/fit_spl_optee.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-12-26rockchip: fit_spl_optee: get text and optee base from buildKever Yang1-3/+9
Instead of hardcode the base address, we can get them from the build output, eg. get the SYS_TEXT_BASE from .config and get optee base from DRAM_BASE. We can use this script for SoCs with DRAM base not from 0x60000000(rk3229 and many other 32bit Rockchip SoCs), eg. rk3288 DRAM base is 0. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2019-11-23rockchip: Convert to use FIT generator for opteeKever Yang1-0/+78
Use generator script so that we can use environment for TEE source. $TEE for tee.bin, and if file not exist, the script can report a warning, and meke the build success without a error. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>