We're porting oreboot to various RISC-V platforms, including the Allwinner D1 and Starfive JH7100.
In Open Source Firmware, we take the LinuxBoot approach to create boot loader environments, and with cpu, we can easily use Docker on any given node.
For example, on the D1, we currently spin up a cpud from power-on to ready within 7-8 seconds.
If that is of interest to you, feel free to add it, ask for more, or have me write something for the README. :-)
I will create a complementary repository for reference.
Hi,
We're porting oreboot to various RISC-V platforms, including the Allwinner D1 and Starfive JH7100.
In Open Source Firmware, we take the LinuxBoot approach to create boot loader environments, and with cpu, we can easily use Docker on any given node. For example, on the D1, we currently spin up a
cpud
from power-on to ready within 7-8 seconds.If that is of interest to you, feel free to add it, ask for more, or have me write something for the README. :-)
I will create a complementary repository for reference.