linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

optee branch rebased onto upstream kernel v5.13 #95

Closed jforissier closed 2 years ago

jforissier commented 3 years ago

FYI, I have rebased linaro-swg/linux branch optee onto Linux kernel v5.13. The previous tip of the branch is saved as tag optee-v5.12-20210628. The only remaining differences between our branch and upstream are:

  1. The "benchmark" support code,
  2. DTS updates.
jenswi-linaro commented 3 years ago

Nice. The DTS updates is mostly for convenience and is almost free to carry forward, but the "benchmark" support code is another story. What's our plan with that?

jforissier commented 3 years ago

At the moment the benchmark code hasn't caused any serious trouble when rebasing, in fact rebasing from v5.12 to v5.13 went without conflicts. So we could postpone any decision until things get more complicated... However I'm wondering if the code is working at all, given that it is not tested in CI.

jenswi-linaro commented 3 years ago

OK, thanks.