rust-vmm / vm-fdt

Apache License 2.0
14 stars 16 forks source link

phandle property uniqueness #37

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 3 years ago

The phandle property can be used to reference another node within the FDT uniquely: https://devicetree-specification.readthedocs.io/en/stable/devicetree-basics.html?#phandle

Right now we are not checking the uniqueness of the phandle, and I think there are a few things that we can do:

andreeaflorescu commented 3 years ago

Fixed by #47