rust-sel4 icon indicating copy to clipboard operation
rust-sel4 copied to clipboard

add initial zynqmp support to the kernel-loader

Open moritz-meier opened this issue 5 months ago • 1 comments

Added initial support for Xilinx ZynqMP to the sel4-kernel-loader. One current problem is missing device-tree support in the kernel-loader, that is why the base address of the serial port is currently hard-coded. Any ideas on how to solve this platform dependence?

moritz-meier avatar Jul 15 '25 11:07 moritz-meier

Excellent, thank you.

Yes, the next step for the kernel loader is for it to not depend on CONFIG_PLAT_* at compile-time, but rather configure itself at runtime using the device tree like elfloader does. I'm not sure when I myself will get around to doing that upgrade, but I'd welcome a PR!

nspin avatar Aug 22 '25 21:08 nspin