summaryrefslogtreecommitdiffstats
path: root/flattree.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren1-0/+3
2011-07-17dtc: Remove unused variable in flat_read_mem_reserveJosh Boyer1-2/+0
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-26/+31
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-12/+12
2009-11-11Fix dtc bugs for 64-bit compileDavid Gibson1-1/+1
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson1-37/+55
2008-11-17dtc: Check return value from fwrite()David Gibson1-4/+7
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-3/+3
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson1-36/+30
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson1-16/+16
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson1-7/+7
2008-05-19dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson1-10/+16
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson1-39/+16
2008-03-23dtc: Use for_each_marker_of_type in asm_emit_data()David Gibson1-7/+3
2008-03-23dtc: Test and fix conversion to/from old dtb versionsDavid Gibson1-8/+6
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson1-23/+5
2008-01-03dtc: Remove header information dumpingDavid Gibson1-15/+0
2007-12-05Fix padding optionsKumar Gala1-5/+7
2007-12-04dtc: Add many const qualificationsDavid Gibson1-22/+22
2007-12-04Add an option to pad the blob that is generatedKumar Gala1-7/+13
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson1-5/+6
2007-10-23Quiet a bogus "May be used uninitialized" warning.Jon Loeliger1-1/+1
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson1-72/+71
2007-09-18dtc: Whitespace cleanupDavid Gibson1-13/+13
2007-09-05dtc: Assume properties preced subnodes in the flattened treeDavid Gibson1-0/+3
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson1-4/+5
2007-07-07dtc: format memory reserve as pairs on two linesMilton Miller1-2/+2
2007-07-07dtc: align header comments in asm outputMilton Miller1-8/+8
2007-07-07dtc: implement labels on property dataMilton Miller1-0/+13
2007-07-07dtc: implement labels on memory reserve slotsMilton Miller1-0/+4
2007-07-07dtc: fix asm for version 17Milton Miller1-0/+4
2007-07-02dtc: Remove bogus break statementDavid Gibson1-1/+0
2007-06-25dtc: Accept NOPs in dtb input regardless of versionDavid Gibson1-2/+4
2007-06-11dtc: parse NOP in dtb inputMilton Miller1-2/+12
2007-04-20Fix the -S to modify the totalsize properly.Jerry Van Baren1-12/+17
2007-04-19Assemble the blob in memory before writing it out.Jerry Van Baren1-35/+48
2007-04-19Fix reserve map output for asm format.Jerry Van Baren1-0/+3
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren1-2/+20
2007-03-14Add support for flat device tree format version 17David Gibson1-3/+15
2006-07-07dtc: fix endian issue when reading blobsMichael Neuling1-0/+2
2006-06-07dtc: add setting of physical boot cpuMichael Neuling1-6/+10
2006-04-19Use .long on high and low halfs of u64s to avoid .quadJon Loeliger1-4/+12
2006-04-19Don't generate the mem-reserve entry for the blob itself,Jon Loeliger1-7/+0
2006-04-19The problem is that asm_emit_cell() was swapping its asm output whenMark A. Greer1-1/+1
2005-10-26Use names for output functions in the form dt_to_*() instead ofDavid Gibson1-2/+2
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson1-18/+36
2005-08-29Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson1-23/+12
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson1-7/+7
2005-08-25Forgot to realign after emitting auto-generated "name" properties. Oops.David Gibson1-1/+2
2005-08-25Add a couple of missing cpu_to_be32() writing the version numbers out.David Gibson1-2/+2
2005-08-19In flat tree reading, check for (negative) string offsets which underrunDavid Gibson1-1/+1
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-21/+88
2005-07-14Oops, fix stupid bug where we emitted padding before, rather than afterDavid Gibson1-1/+2
2005-07-11Ensure that the reserve map is doubleword aligned in blob and asm output.David Gibson1-4/+14
2005-07-11Remove inaccurate comment.David Gibson1-1/+1
2005-07-11Fix bug in error message.David Gibson1-1/+2
2005-06-23First cut at a "libdt" set of routines for extracting things from theDavid Gibson1-33/+1
2005-06-16Rudimentary phandle reference support.David Gibson1-1/+1
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-21/+33
2005-06-08Initial commitDavid Gibson1-0/+799