Page MenuHomeFreeBSD

Small fix to CPU Compatibility Identification
ClosedPublic

Authored by nick on Sep 9 2019, 6:24 PM.
Tags
None
Referenced Files
F169151154: D21576.id61853.diff
Mon, Aug 31, 2:45 PM
Unknown Object (File)
Fri, Aug 28, 12:41 AM
Unknown Object (File)
Sat, Aug 15, 1:39 PM
Unknown Object (File)
Tue, Aug 4, 3:12 AM
Unknown Object (File)
Sun, Aug 2, 5:22 AM
Unknown Object (File)
Sun, Aug 2, 2:55 AM
Unknown Object (File)
Aug 1 2026, 1:07 AM
Unknown Object (File)
Jul 24 2026, 6:13 AM
Subscribers

Details

Summary

fdt_is_compatible_strict() inspects the first compatible property.
We need to inspect the following properties for 'riscv'.
ofw_bus_node_is_compatible() does a recursive search.

This patch fixes "Can't find CPU" error message when bootverbose = true.

Sponsored by: Axiado

Test Plan

Tested on the SiFive Unleashed board and Qemu.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable