Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-26 | rockchip: fit_spl_optee: get text and optee base from build | Kever Yang | |
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-23 | rockchip: Convert to use FIT generator for optee | Kever Yang | |
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> |