aboutsummaryrefslogtreecommitdiff
path: root/flattree.c
AgeCommit message (Expand)Author
2017-03-06dtc: Simplify asm_emit_string() implementationNicolas Iooss
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-09-22Implement the -a option to pad dtb alignedTim Wang
2016-07-11DTC: Fix memory leak on flatname.Jean-Christophe Dubois
2016-02-19Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard
2013-10-28Use stdbool more widelyDavid Gibson
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2011-07-17dtc: Remove unused variable in flat_read_mem_reserveJosh Boyer
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-11-11Fix dtc bugs for 64-bit compileDavid Gibson
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson
2008-11-17dtc: Check return value from fwrite()David Gibson
2008-10-03Implement and use an xstrdup() functionJon Loeliger
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: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson
2008-03-23dtc: Use for_each_marker_of_type in asm_emit_data()David Gibson
2008-03-23dtc: Test and fix conversion to/from old dtb versionsDavid Gibson
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson
2008-01-03dtc: Remove header information dumpingDavid Gibson
2007-12-05Fix padding optionsKumar Gala
2007-12-04dtc: Add many const qualificationsDavid Gibson
2007-12-04Add an option to pad the blob that is generatedKumar Gala
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson
2007-10-23Quiet a bogus "May be used uninitialized" warning.Jon Loeliger
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-09-05dtc: Assume properties preced subnodes in the flattened treeDavid Gibson
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson
2007-07-07dtc: format memory reserve as pairs on two linesMilton Miller
2007-07-07dtc: align header comments in asm outputMilton Miller
2007-07-07dtc: implement labels on property dataMilton Miller
2007-07-07dtc: implement labels on memory reserve slotsMilton Miller
2007-07-07dtc: fix asm for version 17Milton Miller
2007-07-02dtc: Remove bogus break statementDavid Gibson
2007-06-25dtc: Accept NOPs in dtb input regardless of versionDavid Gibson
2007-06-11dtc: parse NOP in dtb inputMilton Miller
2007-04-20Fix the -S to modify the totalsize properly.Jerry Van Baren
2007-04-19Assemble the blob in memory before writing it out.Jerry Van Baren
2007-04-19Fix reserve map output for asm format.Jerry Van Baren
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren
2007-03-14Add support for flat device tree format version 17David Gibson
2006-07-07dtc: fix endian issue when reading blobsMichael Neuling
2006-06-07dtc: add setting of physical boot cpuMichael Neuling