Page MenuHomeFreeBSD

Small fix to CPU Compatibility Identification
ClosedPublic

Authored by nick on Sep 9 2019, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 4:06 AM
Unknown Object (File)
Fri, Sep 11, 7:46 PM
Unknown Object (File)
Sun, Sep 6, 5:11 AM
Unknown Object (File)
Fri, Sep 4, 12:47 AM
Unknown Object (File)
Fri, Sep 4, 12:40 AM
Unknown Object (File)
Mon, Aug 31, 2:45 PM
Unknown Object (File)
Fri, Aug 28, 12:41 AM
Unknown Object (File)
Aug 15 2026, 1:39 PM
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