]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdt] Remove concept of a device tree cursor
authorMichael Brown <mcb30@ipxe.org>
Mon, 14 Apr 2025 10:33:27 +0000 (11:33 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 14 Apr 2025 13:38:40 +0000 (14:38 +0100)
commitd462aeb0ca9c7fb5fb61631121404661bf5e7809
tree58b883e392a79709f3c2da6f5383a9ee7558a028
parentb1125007caec2dc5efc82f7efe5294d191733bcc
[fdt] Remove concept of a device tree cursor

Refactor device tree traversal to operate on the basis of describing
the token at a given offset, with no separate notion of a device tree
cursor.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/fdt.c
src/include/ipxe/fdt.h
src/tests/fdt_test.c