> 
> ofwdump isn't very useful, you'll get much nicer output with:
> 
>   sysctl -b hw.fdt.dtb | dtc -I dtb -O dts >somefile.dts
> 
> BTW, the whole idea of searching for a phy by walking the node
> hierarchy doing string comparisons on node names sounds pretty
> antithetical to the whole design of fdt data. Are these nodes not
> properly cross-linked with phandles?
> 
> -- Ian
> 

Hrm ... this seems broken on these thundex machines.

# sysctl -b hw.fdt.dtb | dtc -I dtb -O dts
Error: property check failed, while checking node: /
/soc
@0
/pci
@8480,00000000
 [-Wtype-compatible]


I dropped the output of the sysctl -b to:
https://people.freebsd.org/~sbruno/thunderx_dtb.bin

sean

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to