summaryrefslogtreecommitdiffstats
path: root/src/lib/device_tree.c
Commit message (Expand)AuthorAgeFilesLines
* lib/device_tree.c: zero-initialize new DT nodesSergii Dmytruk2022-03-221-1/+1
* lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "'Elyes HAOUAS2022-02-111-5/+4
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* lib/device_tree.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-5/+1
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* device_tree: Update comment style to C89Julius Werner2019-06-211-84/+94
* device_tree: Add overlay supportJulius Werner2019-06-211-0/+471
* lib: Prevent memory leak on error pathJacob Garber2019-06-211-0/+2
* device_tree: Make FDT property data non-constJulius Werner2019-06-041-2/+2
* device_tree: Match debug output format to dtc -O dts outputJulius Werner2019-06-041-11/+38
* device_tree: Add support for aliasesJulius Werner2019-06-041-12/+74
* device_tree: Have absolute paths start with '/'Julius Werner2019-06-041-4/+4
* device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner2019-06-041-6/+6
* device_tree: Add phandle caching and lookupsJulius Werner2019-06-041-24/+35
* device_tree: Add version checksJulius Werner2019-06-041-0/+18
* device_tree: Switch allocations to xzalloc()Julius Werner2019-06-041-45/+10
* device_tree: Use be32dec/be32enc where appropriateJulius Werner2019-05-231-8/+8
* device_tree/fit: Constify data structuresPatrick Rudolph2018-08-241-31/+35
* lib/fit: support booting initrd placed above 4GiBPatrick Rudolph2018-08-101-0/+16
* src/lib: Fix typoElyes HAOUAS2018-08-091-1/+1
* Coverity: Fix CID1393979Patrick Rudolph2018-07-121-0/+3
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-4/+4
* devicetree: Add method to delete property by namePatrick Rudolph2018-06-281-0/+18
* lib/device_tree: Add method to get phandlePatrick Rudolph2018-06-141-0/+22
* lib/devicetree: Integrate flattened devicetree supportPatrick Rudolph2018-04-301-156/+173
* lib: Raw import FDT devicetree from depthchargePatrick Rudolph2018-04-301-0/+937