seL4 / seL4_libs

No-assurance libraries for rapid-prototyping of seL4 apps.
https://docs.sel4.systems
Other
52 stars 62 forks source link

add events.h for Cortex-A35 #28

Closed axel-h closed 2 years ago

axel-h commented 3 years ago

https://github.com/seL4/seL4/commit/5b611a0d03fc7fc5ef52bf535e2b03f1f59f0e80 from @bennoleslie added basic support for the Cortex-A35. We need a libsel4bench/arch_include/arm/cpu/cortex-a35/sel4bench/cpu/events.h then also. Maybe we can just copy the Cortex A72 file that https://github.com/seL4/seL4_libs/pull/27 adds. Note that as long as libsel4bench is not used on an Cortex-A35 platform, there is no problem. However, when using the CAmkES global components, one can't cherry-pick things there. BenchUtiliz is always built (even if not used) and this pulls in libsel4bench then, which triggers an error then that the file is missing.