]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
RISC-V release confs
authormhorne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:42:03 +0000 (00:42 +0000)
committermhorne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:42:03 +0000 (00:42 +0000)
commitda4352c5567c8b638f6bfaa7c0fd94a4dc4b688f
tree3d81fe9d65ca782b89122cb20b2d9b77909e70e8
parente6b53b7516b7979414f08e8cdcdc9f0feddec784
RISC-V release confs

Add two release flavors for RISC-V. First, the traditional "big-iron"
images, capable of generating distribution sets and VM images. Installer
images won't be built yet, but can be trivially enabled in the future
with the addition of riscv/make-memstick.sh.

Second, a GENERICSD embedded image. I've opted for this instead of
board-specific SD card images as it allows users to just dd the u-boot
they want. The RISC-V hardware ecosystem is still young, so a
configuration for e.g. the new PolarFire SoC Icicle Kit would likely see
very few users.

Reviewed by: gjb
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D27045
release/riscv/GENERICSD.conf [new file with mode: 0644]
release/riscv/riscv64.conf [new file with mode: 0644]