CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/17 13:41:31
Modified files:
sys/arch/riscv64/stand/efiboot: conf.c efiboot.c
Log message:
Attempt to load the right device tree from the riscv64-specmit-dtb
firmware package on SpacemiT K1 boards. The only viable way to do this
seems to be basing this on the "model" property of the root node of
the device tree provided by the device. This is still a bit of a guess
since the Milk-V Jupiter advertises itself as "spacemit k1-x evb board"
and the Banana Pi BPI-F3 seems to say it is a "spacemit k1-x deb1 board".
ok jca@