summaryrefslogtreecommitdiff
path: root/flattree.c
Commit message (Expand)AuthorAgeFilesLines
* Delay xstrdup() of node and property names coming from a flat treeDavid Gibson2023-03-011-12/+9
* flattree: Use '\n', not ';' to separate asm pseudo-opsDavid Gibson2021-09-271-1/+2
* asm: Use .asciz and .ascii instead of .stringRob Herring2021-09-251-3/+3
* dtc: Fix signedness comparisons warnings: reservednumAndre Przywara2021-06-151-1/+1
* dtc: Fix signedness comparisons warnings: change typesAndre Przywara2020-10-131-4/+4
* Fix some potential unaligned accesses in dtcDavid Gibson2020-04-141-1/+1
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* Fix typos in various documentation and source filesThomas Huth2019-05-211-1/+1
* annotations: add positionsJulia Lawall2018-11-191-2/+2
* Revert "annotations: add positions"David Gibson2018-11-141-2/+2
* annotations: add positionsJulia Lawall2018-11-131-2/+2
* Use <inttypes.h> format specifiers in a bunch of places we shouldDavid Gibson2018-06-071-1/+1
* scripts/dtc: Fixed format mismatch in fprintfnixiaoming2018-06-071-1/+1
* Add strstarts() helper functionDavid Gibson2017-11-111-1/+1
* dtc: Simplify asm_emit_string() implementationNicolas Iooss2017-03-061-15/+7
* Fix assorted sparse warningsDavid Gibson2017-03-061-10/+13
* dtc: Don't abuse struct fdt_reserve_entryDavid Gibson2017-03-061-7/+6
* Rename boot_infoDavid Gibson2016-12-091-10/+10
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-1/+1
* Implement the -a option to pad dtb alignedTim Wang2016-09-221-4/+13
* DTC: Fix memory leak on flatname.Jean-Christophe Dubois2016-07-111-0/+4
* Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard2016-02-191-2/+2
* Use stdbool more widelyDavid Gibson2013-10-281-2/+2
* 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