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)
Wed, Dec 11, 3:38 PM
Unknown Object (File)
Nov 25 2024, 6:19 PM
Unknown Object (File)
Nov 25 2024, 9:54 AM
Unknown Object (File)
Oct 28 2024, 6:29 PM
Unknown Object (File)
Oct 28 2024, 6:29 PM
Unknown Object (File)
Oct 28 2024, 6:29 PM
Unknown Object (File)
Oct 23 2024, 3:20 PM
Unknown Object (File)
Oct 22 2024, 7:24 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 Skipped
Unit
Tests Skipped