aboutsummaryrefslogtreecommitdiff
path: root/flattree.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Delay xstrdup() of node and property names coming from a flat treeDavid Gibson1-12/+9
2021-09-27flattree: Use '\n', not ';' to separate asm pseudo-opsDavid Gibson1-1/+2
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring1-3/+3
2021-06-15dtc: Fix signedness comparisons warnings: reservednumAndre Przywara1-1/+1
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara1-4/+4
2020-04-14Fix some potential unaligned accesses in dtcDavid Gibson1-1/+1
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-16/+1
2019-05-21Fix typos in various documentation and source filesThomas Huth1-1/+1
2018-11-19annotations: add positionsJulia Lawall1-2/+2
2018-11-14Revert "annotations: add positions"David Gibson1-2/+2
2018-11-13annotations: add positionsJulia Lawall1-2/+2
2018-06-07Use <inttypes.h> format specifiers in a bunch of places we shouldDavid Gibson1-1/+1
2018-06-07scripts/dtc: Fixed format mismatch in fprintfnixiaoming1-1/+1
2017-11-11Add strstarts() helper functionDavid Gibson1-1/+1
2017-03-06dtc: Simplify asm_emit_string() implementationNicolas Iooss1-15/+7
2017-03-06Fix assorted sparse warningsDavid Gibson1-10/+13
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson1-7/+6
2016-12-09Rename boot_infoDavid Gibson1-10/+10
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-1/+1
2016-09-22Implement the -a option to pad dtb alignedTim Wang1-4/+13
2016-07-11DTC: Fix memory leak on flatname.Jean-Christophe Dubois1-0/+4
2016-02-19Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard1-2/+2
2013-10-28Use stdbool more widelyDavid Gibson1-2/+2
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