summaryrefslogtreecommitdiff
path: root/livetree.c
Commit message (Expand)AuthorAgeFilesLines
* livetree: fix off-by-one in propval_cell_n() bounds checkJohannes Beisswenger2023-05-141-1/+1
* livetree: fix leak spotted by ASANMarc-André Lureau2023-03-011-11/+18
* Make name_node() xstrdup its name argumentDavid Gibson2023-03-011-8/+9
* Make build_property() xstrdup its name argumentDavid Gibson2023-03-011-4/+4
* Don't generate erroneous fixups from reference to pathDavid Gibson2022-07-311-0/+6
* dtc: introduce label relative path referencesAhmad Fatoum2022-01-251-3/+30
* dtc: Wrap phandle validity checkAndre Przywara2021-06-211-2/+2
* dtc: Fix signedness comparisons warnings: pointer diffAndre Przywara2021-06-151-1/+1
* dtc: Fix signedness comparisons warnings: change typesAndre Przywara2020-10-131-1/+1
* livetree: simplify condition in get_node_by_pathDenis Efremov2019-08-281-2/+1
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* livetree: add missing type markers in generated overlay propertiesRob Herring2019-06-121-7/+11
* Fix typos in various documentation and source filesThomas Huth2019-05-211-1/+1
* annotations: add positionsJulia Lawall2018-11-191-11/+22
* Revert "annotations: add positions"David Gibson2018-11-141-22/+11
* annotations: add positionsJulia Lawall2018-11-131-11/+22
* livetree: Set phandle properties type to uint32Rob Herring2018-07-131-6/+6
* dtc: add ability to make nodes conditional on them being referencedMaxime Ripard2018-05-041-0/+14
* Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson2018-03-061-3/+9
* Fix ambiguous grammar for devicetree ruleGrant Likely2017-11-211-1/+2
* Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson2017-11-111-1/+1
* livetree: avoid assertion of orphan phandles with overlaysTero Kristo2017-10-271-1/+4
* overlay: Add syntactic sugar version of overlaysPantelis Antoniou2017-09-281-0/+22
* checks: add phandle with arg property checksRob Herring2017-09-221-0/+6
* Fix get_node_by_path string equality checkTim Montague2017-04-191-1/+2
* Fix assorted sparse warningsDavid Gibson2017-03-061-2/+2
* dtc: Don't abuse struct fdt_reserve_entryDavid Gibson2017-03-061-6/+6
* dtc: Use streq() in preference to strcmp()David Gibson2017-02-131-2/+2
* livetree.c: Fix memory leakJean-Christophe Dubois2017-02-081-0/+2
* Rename boot_infoDavid Gibson2016-12-091-50/+50
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-1/+268
* Fix some typing errors in libfdt.h and livetree.cThomas Huth2016-09-271-1/+1
* Fix bug with references to root nodeDavid Gibson2014-05-091-1/+3
* dtc: zero out new label objectsStephen Warren2012-09-281-0/+1
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-061-13/+112
* dtc: Add code to make diffing trees easierDavid Gibson2010-11-131-0/+137
* Allow device tree to be modified by additonal device tree sectionsGrant Likely2010-02-251-1/+74
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-22/+27
* Disallow re-use of the same label within a dts fileDavid Gibson2010-02-231-0/+51
* dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson2010-02-191-0/+23
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-2/+12
* dtc: Handle linux,phandle properties which self-referenceDavid Gibson2008-11-171-6/+8
* dtc: Run relevant checks on dtb input as well as dtsDavid Gibson2008-07-141-0/+1
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-1/+1
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-141-2/+3
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-1/+2
* dtc: Simplify error handling for unparseable inputDavid Gibson2008-05-191-1/+0
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-041-0/+1
* dtc: Add many const qualificationsDavid Gibson2007-12-041-6/+6
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-261-56/+11