aboutsummaryrefslogtreecommitdiff
path: root/livetree.c
AgeCommit message (Expand)Author
2017-11-09Update dtc to the version of 20170713 of upstreamandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6SzuWei Lin
2017-04-25Update to dtc-1.4.4android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2SzuWei Lin
2017-04-19Fix get_node_by_path string equality checkTim Montague
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2017-02-17overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson
2017-02-08livetree.c: Fix memory leakJean-Christophe Dubois
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth
2014-05-09Fix bug with references to root nodeDavid Gibson
2012-09-28dtc: zero out new label objectsStephen Warren
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson
2008-11-17dtc: Handle linux,phandle properties which self-referenceDavid Gibson
2008-07-14dtc: Run relevant checks on dtb input as well as dtsDavid Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood
2007-12-04dtc: Add many const qualificationsDavid Gibson
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-03-26Remove bogus errors from check_chosen.Scott Wood
2007-03-19Improve options, #define default version.Jerry Van Baren
2007-02-20remove check for interrupt-controller property under /chosenStuart Yoder
2007-02-08Allow references to labelsDavid Gibson
2007-01-31Bugfix for CHECK_HAVE_WARN_PHANDLE()David Gibson
2007-01-29Remove check for linux,platform property in /chosenDavid Gibson
2006-12-11dtc: Remove verbose message from get_node_phandle()David Gibson
2006-06-07dtc: add setting of physical boot cpuMichael Neuling
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson
2005-10-21Alter add_property() and add_child() functiosn to add to the end of theirDavid Gibson
2005-10-20Reduce message about too-long property names to a mere warning, it causesDavid Gibson
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson
2005-06-17Remove build_empty_property(). It wasn't useful.David Gibson
2005-06-16Rudimentary phandle reference support.David Gibson
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson
2005-06-08Initial commitDavid Gibson