Hi Jerome,
On 17 November 2017 at 19:15, Jerome Forissier jerome.forissier@linaro.org wrote:
Why there is no check in common code then? Or is it problem of my platform configuration?
Probably, yes ;-O
Yes. I have found the issue. I'm generating image to flash from tee.elf. Looks like this is not working for pager-enabled OP-TEE, because code in generic_entry_a64.S assumes that packed binary is loaded into memory. I commented out code that moves __init code (because it actually overwrote existing __init code with garbage) and now it boots a lot further. Looks like now I have a problem with hashes. I think I need to strip header from tee.bin and flash it...