linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

optee branch rebased onto upstream kernel v5.16 #98

Closed jforissier closed 2 years ago

jforissier commented 2 years ago

Hi,

In preparation for the next OP-TEE release, I have rebased linaro-swg/linux branch optee onto Linux kernel v5.16. The previous tip of the branch is saved as tag optee-v5.14-20220110. The only differences between our branch and upstream are:

  1. DTS updates
  2. One commit reverted pending a fix in the Xen mediator.

This time I have completely removed the remaining bits of the dma-buf code (Secure Data Path) and the benchmark API, because it became to complex to apply to upstream.

jenswi-linaro commented 2 years ago

Thanks for the update.