OP-TEE / optee_docs

This git contains the official documentation for the OP-TEE project
BSD 2-Clause "Simplified" License
58 stars 96 forks source link

architecture: spmc: document raw binary format SPs #181

Closed imre-kis-arm closed 1 year ago

imre-kis-arm commented 1 year ago

A new raw binary format was introduced to have a common secure partition format across different SPMC implementations. Add documentation about the format and its load process.

The PR that introduces the feature to optee_os is available here: https://github.com/OP-TEE/optee_os/pull/5794

jbech-linaro commented 1 year ago

@imre-kis-arm , sorry for delaying this. I'll have a look in the coming day(s).

jbech-linaro commented 1 year ago

Looking good, thanks! Merging!

imre-kis-arm commented 1 year ago

Thanks!