Hardware crypto accelerator built into StarFive's JH7110 and JH8100 RISC-V system-on-chip processors, used on boards like the VisionFive 2 to offload symmetric ciphers, hashes, and public-key operations. These are current-generation RISC-V SoCs aimed at developer boards and embedded systems.
It should stay because this supports the on-chip crypto accelerator in StarFive's current RISC-V SoCs, including the VisionFive 2 single-board computer that StarFive still sells in 2025. Upstream activity is moving forward rather than backward, with patches in 2024 adding support for the newer JH8100 chip, and there is no alternative driver since the hardware is SoC-specific.
repository signals
7files
3,066source lines
41commits, 5y
+3,996 / −900lines added / removed, 5y
15authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 41 total · active in 16/61 months
StarFive's official boards page still lists VisionFive 2 among current boards, supporting ongoing new-hardware availability.
codex reasoning notes (technical)
Local source inspection via shell (`sed`/`rg`) shows this is an active platform driver for compatible `starfive,jh7110-crypto` and Kconfig names it the JH7110 cryptographic engine. URLs were obtained by web search: LKDDb confirms current kernel presence; LKML shows feature work (JH8100 support) rather than deprecation/removal; StarFive official product/boards pages show JH7110-based hardware still marketed. This looks like niche current RISC-V SoC hardware with low but real deployment, no natural replacement driver beyond this SoC-specific one.