summaryrefslogtreecommitdiffstats
path: root/src/tests/fdt_test.c
Commit message (Expand)AuthorAgeFilesLines
* [fdt] Use phandle as device locationMichael Brown2025-08-041-9/+10
* [fdt] Add ability to locate node by phandleMichael Brown2025-07-221-65/+78
* [fdt] Allow paths and aliases to be terminated with separator charactersMichael Brown2025-06-111-0/+7
* [fdt] Provide ability to locate the parent device nodeMichael Brown2025-05-301-0/+12
* [fdt] Add tests for device tree creationMichael Brown2025-05-301-0/+18
* [fdt] Add fdt_cells() to read cell-based properties such as "reg"Michael Brown2025-04-151-33/+61
* [fdt] Remove concept of a device tree cursorMichael Brown2025-04-141-0/+14
* [fdt] Add basic tests for reading values from a flattened device treeMichael Brown2025-04-141-0/+227