ladybird/Userland/Libraries/LibDeviceTree
Hediadyoin1 21a21c6a11 LibDeviceTree: Add a simple DeviceTree class
This makes it easier to work with device tree nodes and properties, then
writing simple state machines to parse the device tree.
This also makes the old slow traversal methods use the
DeviceTreeProperty helper class, and adds a simple test.
2024-02-24 16:43:44 -07:00
..
CMakeLists.txt LibDeviceTree: Add a simple DeviceTree class 2024-02-24 16:43:44 -07:00
DeviceTree.cpp LibDeviceTree: Add a simple DeviceTree class 2024-02-24 16:43:44 -07:00
DeviceTree.h LibDeviceTree: Add a simple DeviceTree class 2024-02-24 16:43:44 -07:00
FlattenedDeviceTree.cpp LibDeviceTree: Add a simple DeviceTree class 2024-02-24 16:43:44 -07:00
FlattenedDeviceTree.h LibDeviceTree: Add a simple DeviceTree class 2024-02-24 16:43:44 -07:00
Validation.cpp LibDeviceTree: Make the dump more akin to the original fdtdump 2024-02-24 16:43:44 -07:00
Validation.h LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00