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

How to use any kernel git tree? #100

Closed jarkkojs closed 3 years ago

jarkkojs commented 3 years ago

Is there a parameter to point the op-tee build to an arbitrary kernel git?

jbech-linaro commented 3 years ago

Hi @jarkk0sakkinen , in most cases it should be sufficient to just checkout another tree. Having said that, there are couple of out tree patches in the kernel fork that you get when checking out an OP-TEE project according to the instructions that might be needed in some cases (mainly dts changes for certain hardware and the "secure data path"). So, simply try checking out another tree and rebuild. If you have any issue, we can help you to get it sorted.

jarkkojs commented 3 years ago

Thanks, I think I can manage this :-) I was just hoping there was some handy parameter that I can use say "please use this tree" but I can work my way with the existing thing too. Thank you.