summaryrefslogtreecommitdiff
path: root/src/lib/device_tree.c
AgeCommit message (Expand)Author
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2019-06-24add ctype.h headerJoel Kitching
2019-06-21device_tree: Update comment style to C89Julius Werner
2019-06-21device_tree: Add overlay supportJulius Werner
2019-06-21lib: Prevent memory leak on error pathJacob Garber
2019-06-04device_tree: Make FDT property data non-constJulius Werner
2019-06-04device_tree: Match debug output format to dtc -O dts outputJulius Werner
2019-06-04device_tree: Add support for aliasesJulius Werner
2019-06-04device_tree: Have absolute paths start with '/'Julius 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
2019-06-04device_tree: Switch allocations to xzalloc()Julius Werner
2019-05-23device_tree: Use be32dec/be32enc where appropriateJulius Werner
2018-08-24device_tree/fit: Constify data structuresPatrick Rudolph
2018-08-10lib/fit: support booting initrd placed above 4GiBPatrick Rudolph
2018-08-09src/lib: Fix typoElyes HAOUAS
2018-07-12Coverity: Fix CID1393979Patrick Rudolph
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
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