summaryrefslogtreecommitdiff
path: root/livetree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtc: Move tree checking code to checks.cDavid Gibson2007-11-011-444/+5
* DTC: Remove the need for the GLR Parser.Jon Loeliger2007-10-251-1/+16
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-221-183/+187
* dtc: Whitespace cleanupDavid Gibson2007-09-181-14/+13
* Remove bogus errors from check_chosen.Scott Wood2007-03-261-7/+2
* Improve options, #define default version.Jerry Van Baren2007-03-191-4/+5
* remove check for interrupt-controller property under /chosenStuart Yoder2007-02-201-2/+9
* Allow references to labelsDavid Gibson2007-02-081-3/+29
* Bugfix for CHECK_HAVE_WARN_PHANDLE()David Gibson2007-01-311-3/+8
* Remove check for linux,platform property in /chosenDavid Gibson2007-01-291-2/+0
* dtc: Remove verbose message from get_node_phandle()David Gibson2006-12-111-3/+0
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-5/+12
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-2/+42