summaryrefslogtreecommitdiffstats
path: root/src/core/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark known reviewed files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [fdt] Provide fdt_reg() for unsized single-entry regionsMichael Brown2025-08-071-0/+49
* [fdt] Use phandle as device locationMichael Brown2025-08-041-51/+22Star
* [fdt] Add ability to locate node by phandleMichael Brown2025-07-221-0/+51
* [fdt] Allow paths and aliases to be terminated with separator charactersMichael Brown2025-06-111-9/+30
* [fdt] Provide ability to locate the parent device nodeMichael Brown2025-05-301-1/+95
* [fdt] Allow an initrd to be specified when creating a device treeMichael Brown2025-05-211-15/+37
* [riscv] Hold virtual address offset in the thread pointer registerMichael Brown2025-05-111-2/+4
* [fdt] Generalise access to "reg" propertyMichael Brown2025-05-091-0/+105
* [image] Make image data read-only to most consumersMichael Brown2025-04-301-1/+1
* [uaccess] Remove trivial uses of userptr_tMichael Brown2025-04-241-3/+3
* [uaccess] Remove redundant user_to_virt()Michael Brown2025-04-211-4/+3Star
* [fdt] Add fdt_cells() to read cell-based properties such as "reg"Michael Brown2025-04-151-14/+70
* [fdt] Remove concept of a device tree cursorMichael Brown2025-04-141-124/+133
* [fdt] Avoid temporarily modifying path during path lookupMichael Brown2025-04-141-18/+15Star
* [fdt] Provide fdt_strings() to read string list propertiesMichael Brown2025-04-141-5/+34
* [fdt] Allow for trailing slashes in path lookupsMichael Brown2025-04-141-4/+11
* [fdt] Populate boot arguments in constructed device treeMichael Brown2025-04-011-8/+415
* [fdt] Identify free space (if any) at end of parsed treeMichael Brown2025-04-011-4/+27
* [fdt] Provide the ability to create a device tree for a booted OSMichael Brown2025-03-281-0/+79
* [efi] Create a copy of the system flattened device tree, if presentMichael Brown2025-03-281-2/+1Star
* [fdt] Allow for parsing device trees where the length is known in advanceMichael Brown2025-03-281-2/+16
* [fdt] Allow for the existence of multiple device treesMichael Brown2025-03-281-91/+95
* [fdt] Add the concept of an FDT imageMichael Brown2025-03-271-0/+6
* [fdt] Add ability to parse unsigned integer propertiesMichael Brown2024-10-281-0/+38
* [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-191-0/+486