summaryrefslogtreecommitdiff
path: root/src/include/device_tree.h
AgeCommit message (Expand)Author
2020-09-14src/include: Drop unneeded empty linesElyes HAOUAS
2020-07-26src/include: Add missing includesElyes HAOUAS
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-01-18src/include: Fix typosElyes HAOUAS
2019-06-21device_tree: Update comment style to C89Julius Werner
2019-06-21device_tree: Add overlay supportJulius Werner
2019-06-04device_tree: Make FDT property data non-constJulius Werner
2019-06-04device_tree: Add support for aliasesJulius Werner
2019-06-04device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner
2019-06-04device_tree: Add phandle caching and lookupsJulius Werner
2019-06-04device_tree: Add version checksJulius Werner
2018-08-24device_tree/fit: Constify data structuresPatrick Rudolph
2018-08-10lib/fit: support booting initrd placed above 4GiBPatrick Rudolph
2018-06-28devicetree: Add method to delete property by namePatrick Rudolph
2018-06-14lib/device_tree: Add method to get phandlePatrick Rudolph
2018-04-30lib/devicetree: Integrate flattened devicetree supportPatrick Rudolph
2018-04-30lib: Raw import FDT devicetree from depthchargePatrick Rudolph