OP-TEE / optee_os

Trusted side of the TEE
Other
1.51k stars 1.03k forks source link

core: kernel: change DT getters to use manifest DT #6879

Closed ysbnim closed 2 weeks ago

ysbnim commented 3 weeks ago

This change get_dt() and get_secure_dt() to use manifest DT as an alternative if there is no embedded DT or external DT.

I was wondering if this feature has to be provided by a CONFIG or as default. Please give me any opinions about this.

Thank you.

jbech-linaro commented 2 weeks ago

Looks OK to me. Reviewed-by: Joakim Bech <joakim.bech@linaro.org>