mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
The SiFive Premier P550 [1] is a new development board from SiFive that is based on the ESWIN EIC7700X SoC. The platform is interesting to the seL4 community as it implements the RISC-V hypervisor extension meaning we now have real hardware to evaluate RISC-V hypervisor changes to seL4. It also implements the Sscofpmf extension and so we'll be able to get more experiment with proper profiling on RISC-V. Unfortunately, it seems we still do not have proper ASID suppor according to [2]. The board comes in two configurations, 16GB and 32GB of memory. This adds support for the 16GB model. The DTS comes from SiFive's fork of Linux [3]. No modifications were made, any extra things are in the overlay. [1]: https://www.sifive.com/boards/hifive-premier-p550 [2]: https://forums.sifive.com/t/asid-vmid-support-in-p550-eic7700x/6887 [3]: https://github.com/sifive/riscv-linux/tree/dev/kernel/hifive-premier-p550 Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>