peter-nebe / arm-trusted-firmware

Experimental support of OP-TEE OS on the Raspberry Pi 4
Other
2 stars 2 forks source link

Use FIP #2

Open peter-nebe opened 1 year ago

peter-nebe commented 1 year ago

Attach the OP-TEE OS image as FIP to BL31. BL31 then needs to extract the image from the FIP.

This makes the OP-TEE OS image optional and no longer limited to 500 KiB.

yugborana commented 1 year ago

hey, I would like to contribute if you could tell me more about the process?

peter-nebe commented 1 year ago

Great! Find out how, for example, the Raspi3 fetches the Optee from the FIP and loads it onto BL32_BASE. Then implement the same for the RPi4, preferably in C. I'll try your fork then. If that works properly, you've done a great job.