83 Commits (b2b9671583e9b006e69ec7a748fa168ef0c9dd52)

Author SHA1 Message Date
David Gibson 4718189c4c Delay xstrdup() of node and property names coming from a flat tree 2 years ago
David Gibson e33ce1d6a8 flattree: Use '\n', not ';' to separate asm pseudo-ops 3 years ago
Rob Herring ff3a30c115 asm: Use .asciz and .ascii instead of .string 3 years ago
Andre Przywara 5bec74a6d1 dtc: Fix signedness comparisons warnings: reservednum 3 years ago
Andre Przywara e1147b159e dtc: Fix signedness comparisons warnings: change types 4 years ago
David Gibson b28464a550 Fix some potential unaligned accesses in dtc 5 years ago
Rob Herring acfe84f2c4 dtc: Replace GPLv2 boilerplate/reference with SPDX tags 5 years ago
Thomas Huth 825146d13d Fix typos in various documentation and source files 5 years ago
Julia Lawall 8e20ccf52f annotations: add positions 6 years ago
David Gibson a3143fafbf Revert "annotations: add positions" 6 years ago
Julia Lawall baa1d2cf78 annotations: add positions 6 years ago
David Gibson 180a939240 Use <inttypes.h> format specifiers in a bunch of places we should 6 years ago
nixiaoming b9af3b3965 scripts/dtc: Fixed format mismatch in fprintf 6 years ago
David Gibson fca296445e Add strstarts() helper function 7 years ago
Nicolas Iooss 9ffdf60bf4 dtc: Simplify asm_emit_string() implementation 8 years ago
David Gibson bad5b28049 Fix assorted sparse warnings 8 years ago
David Gibson 49300f2ade dtc: Don't abuse struct fdt_reserve_entry 8 years ago
David Gibson 00fbb8696b Rename boot_info 8 years ago
Pantelis Antoniou 20f29d8d41 dtc: Plugin and fixup support 8 years ago
Tim Wang 874f40588d Implement the -a option to pad dtb aligned 8 years ago
Jean-Christophe Dubois cb9241ae34 DTC: Fix memory leak on flatname. 8 years ago
Anton Blanchard 2e53f9d2f0 Catch unsigned 32bit overflow when parsing flattened device tree offsets 9 years ago
David Gibson 17625371ee Use stdbool more widely 11 years ago
Stephen Warren 45013d8619 dtc: Add ability to delete nodes and properties 12 years ago
Josh Boyer d5b3165023 dtc: Remove unused variable in flat_read_mem_reserve 13 years ago
David Gibson 05898c67c1 dtc: Allow multiple labels on nodes and properties 15 years ago
David Gibson d68cb36b0b dtc: Simpler interface to source file management 15 years ago
David Gibson b31b271f91 Fix dtc bugs for 64-bit compile 15 years ago
David Gibson 26d93f6c92 dtc: Make asm output more portable and add testcases 16 years ago
David Gibson 0783d7e705 dtc: Check return value from fwrite() 16 years ago
Jon Loeliger 879e4d2590 Implement and use an xstrdup() function 16 years ago
David Gibson c8c374b856 dtc: Use the same endian-conversion functions as libfdt 16 years ago
David Gibson 53359016ca dtc: Use stdint.h types throughout dtc 16 years ago
David Gibson 548767f42e dtc: Rework handling of boot_cpuid_phys 17 years ago
David Gibson a742aade6a dtc: Make dt_from_blob() open its own input file, like the other input formats 17 years ago
David Gibson b2de518b80 dtc: Make -I dtb mode use fill_fullpaths() 17 years ago
David Gibson 5ac97df149 dtc: Use for_each_marker_of_type in asm_emit_data() 17 years ago
David Gibson a266e5c1e1 dtc: Test and fix conversion to/from old dtb versions 17 years ago
David Gibson fa5b520ccb dtc: Implement checks for the format of node and property names 17 years ago
David Gibson 3bb78bfd97 dtc: Remove header information dumping 17 years ago
Kumar Gala 80c72a81cf Fix padding options 17 years ago
David Gibson 92cb9a25b1 dtc: Add many const qualifications 17 years ago
Kumar Gala 2b7dc8dce5 Add an option to pad the blob that is generated 17 years ago
David Gibson dc941774e2 dtc: Merge refs and labels into single "markers" list (v2) 17 years ago
Jon Loeliger 2d50f8f9dd Quiet a bogus "May be used uninitialized" warning. 17 years ago
David Gibson fb7c7acf5a dtc: Use libfdt/fdt.h instead of flat_dt.h 17 years ago
David Gibson 63dc9c7113 dtc: Whitespace cleanup 17 years ago
David Gibson 592ea5888c dtc: Assume properties preced subnodes in the flattened tree 17 years ago
David Gibson bf94497031 dtc: Optimise by default, fix warnings thus uncovered 17 years ago
Milton Miller 445d55d2cc dtc: format memory reserve as pairs on two lines 18 years ago