aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Make name_node() xstrdup its name argumentDavid Gibson1-4/+4
2023-03-01Make build_property() xstrdup its name argumentDavid Gibson1-2/+2
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring1-1/+22
2021-06-21dtc: Wrap phandle validity checkAndre Przywara1-0/+5
2021-06-15dtc: Fix signedness comparisons warnings: reservednumAndre Przywara1-1/+1
2021-05-04dtc.h: add strends for suffix matchingIlya Lipnitskiy1-0/+10
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara1-4/+4
2020-04-14Fix some potential unaligned accesses in dtcDavid Gibson1-0/+31
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-16/+1
2019-06-12livetree: add missing type markers in generated overlay propertiesRob Herring1-1/+2
2018-11-19annotations: add the annotation functionalityJulia Lawall1-0/+1
2018-11-19annotations: add positionsJulia Lawall1-3/+7
2018-11-14Revert "annotations: add positions"David Gibson1-7/+3
2018-11-13annotations: add positionsJulia Lawall1-3/+7
2018-09-13Add support for YAML encoded outputGrant Likely1-0/+4
2018-09-13Make type_marker_length helper publicRob Herring1-0/+2
2018-08-31Kill bogus TYPE_BLOB marker typeGreg Kurz1-1/+0
2018-06-29Preserve datatype markers when emitting dts formatGrant Likely1-0/+1
2018-06-04Preserve datatype information when parsing dtsGrant Likely1-0/+7
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard1-0/+4
2017-11-21Fix ambiguous grammar for devicetree ruleGrant Likely1-1/+1
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson1-1/+1
2017-11-11Add strstarts() helper functionDavid Gibson1-0/+1
2017-10-26Remove leading underscores from identifiersDavid Gibson1-3/+3
2017-09-28overlay: Add syntactic sugar version of overlaysPantelis Antoniou1-0/+1
2017-09-22checks: add phandle with arg property checksRob Herring1-0/+1
2017-06-08dtc: fix sprintf() format string error, againDavid Gibson1-0/+1
2017-03-21checks: Add bus checks for PCI busesRob Herring1-0/+5
2017-03-06Clean up gcc attributesDavid Gibson1-1/+0
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson1-2/+2
2017-02-23Print output filename as part of warning messagesIan Campbell1-0/+1
2016-12-09Rename boot_infoDavid Gibson1-16/+16
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-1/+15
2016-09-22Implement the -a option to pad dtb alignedTim Wang1-0/+1
2014-06-19Work around MSVC limitationsAndrei Errapart1-3/+3
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli1-1/+1
2013-10-28Use stdbool more widelyDavid Gibson1-5/+5
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger1-1/+0
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren1-34/+10
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren1-1/+47
2012-07-08Allow toggling of semantic checksDavid Gibson1-0/+1
2012-07-08Re-work level setting on checks codeDavid Gibson1-0/+1
2011-10-11dtc: Add data_append_integer functionAnton Staaf1-0/+1
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson1-0/+1
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely1-0/+1
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-6/+16
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson1-0/+4
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson1-0/+2
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-4/+0
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-0/+5