u-boot/lib/optee
Bryan O'Donoghue f25006b96e optee: Add CONFIG_OPTEE_LOAD_ADDR
CONFIG_OPTEE_LOAD_ADDR is used to tell u-boot where to load the OPTEE
binary into memory prior to handing off control to OPTEE.

We need to pull this value out of u-boot in order to produce an IMX IVT/CSF
signed pair for the purposes of secure boot. The best way to do that is to
have CONFIG_OPTEE_LOAD_ADDR appear in u-boot.cfg.

Adding new CONFIG entires to u-boot should be kconfig driven so this patch
does just that.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-03-19 16:14:24 -04:00
..
Kconfig optee: Add CONFIG_OPTEE_LOAD_ADDR 2018-03-19 16:14:24 -04:00
Makefile optee: Add lib entries for sharing OPTEE code across ports 2018-03-19 16:14:23 -04:00
optee.c optee: Add lib entries for sharing OPTEE code across ports 2018-03-19 16:14:23 -04:00