summaryrefslogtreecommitdiff
path: root/flattree.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-061-0/+3
* dtc: Remove unused variable in flat_read_mem_reserveJosh Boyer2011-07-171-2/+0
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-26/+31
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-12/+12
* Fix dtc bugs for 64-bit compileDavid Gibson2009-11-111-1/+1
* dtc: Make asm output more portable and add testcasesDavid Gibson2009-02-031-37/+55
* dtc: Check return value from fwrite()David Gibson2008-11-171-4/+7
* Implement and use an xstrdup() functionJon Loeliger2008-10-031-3/+3
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-36/+30
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-141-16/+16
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-7/+7
* dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson2008-05-191-10/+16
* dtc: Make -I dtb mode use fill_fullpaths()David Gibson2008-03-231-39/+16
* dtc: Use for_each_marker_of_type in asm_emit_data()David Gibson2008-03-231-7/+3
* dtc: Test and fix conversion to/from old dtb versionsDavid Gibson2008-03-231-8/+6
* dtc: Implement checks for the format of node and property namesDavid Gibson2008-03-231-23/+5
* dtc: Remove header information dumpingDavid Gibson2008-01-031-15/+0
* Fix padding optionsKumar Gala2007-12-051-5/+7
* dtc: Add many const qualificationsDavid Gibson2007-12-041-22/+22
* Add an option to pad the blob that is generatedKumar Gala2007-12-041-7/+13
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-5/+6
* Quiet a bogus "May be used uninitialized" warning.Jon Loeliger2007-10-231-1/+1
* dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson2007-09-271-72/+71
* dtc: Whitespace cleanupDavid Gibson2007-09-181-13/+13
* dtc: Assume properties preced subnodes in the flattened treeDavid Gibson2007-09-051-0/+3
* dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson2007-08-311-4/+5
* dtc: format memory reserve as pairs on two linesMilton Miller2007-07-071-2/+2
* dtc: align header comments in asm outputMilton Miller2007-07-071-8/+8
* dtc: implement labels on property dataMilton Miller2007-07-071-0/+13
* dtc: implement labels on memory reserve slotsMilton Miller2007-07-071-0/+4
* dtc: fix asm for version 17Milton Miller2007-07-071-0/+4
* dtc: Remove bogus break statementDavid Gibson2007-07-021-1/+0
* dtc: Accept NOPs in dtb input regardless of versionDavid Gibson2007-06-251-2/+4
* dtc: parse NOP in dtb inputMilton Miller2007-06-111-2/+12
* Fix the -S to modify the totalsize properly.Jerry Van Baren2007-04-201-12/+17
* Assemble the blob in memory before writing it out.Jerry Van Baren2007-04-191-35/+48
* Fix reserve map output for asm format.Jerry Van Baren2007-04-191-0/+3
* Implement the -R option and add a -S option.Jerry Van Baren2007-04-051-2/+20
* Add support for flat device tree format version 17David Gibson2007-03-141-3/+15
* dtc: fix endian issue when reading blobsMichael Neuling2006-07-071-0/+2
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-6/+10
* Use .long on high and low halfs of u64s to avoid .quadJon Loeliger2006-04-191-4/+12
* Don't generate the mem-reserve entry for the blob itself,Jon Loeliger2006-04-191-7/+0
* The problem is that asm_emit_cell() was swapping its asm output whenMark A. Greer2006-04-191-1/+1
* Use names for output functions in the form dt_to_*() instead ofDavid Gibson2005-10-261-2/+2
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-18/+36
* Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson2005-08-291-23/+12
* Remove an unused function, mark a bunch of other functions and variablesDavid Gibson2005-08-291-7/+7
* Forgot to realign after emitting auto-generated "name" properties. Oops.David Gibson2005-08-251-1/+2
* Add a couple of missing cpu_to_be32() writing the version numbers out.David Gibson2005-08-251-2/+2