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)
Sat, Jun 6, 1:36 AM
Unknown Object (File)
Sun, May 31, 3:30 PM
Unknown Object (File)
Thu, May 28, 1:28 PM
Unknown Object (File)
Wed, May 27, 10:13 AM
Unknown Object (File)
Tue, May 26, 1:26 AM
Unknown Object (File)
Tue, May 26, 1:20 AM
Unknown Object (File)
Mon, May 25, 6:43 AM
Unknown Object (File)
Mon, May 25, 6:33 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