aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
AgeCommit message (Expand)Author
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring
2021-06-21dtc: Wrap phandle validity checkAndre Przywara
2021-06-15dtc: Fix signedness comparisons warnings: reservednumAndre Przywara
2021-05-04dtc.h: add strends for suffix matchingIlya Lipnitskiy
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara
2020-04-14Fix some potential unaligned accesses in dtcDavid Gibson
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2019-06-12livetree: add missing type markers in generated overlay propertiesRob Herring
2018-11-19annotations: add the annotation functionalityJulia Lawall
2018-11-19annotations: add positionsJulia Lawall
2018-11-14Revert "annotations: add positions"David Gibson
2018-11-13annotations: add positionsJulia Lawall
2018-09-13Add support for YAML encoded outputGrant Likely
2018-09-13Make type_marker_length helper publicRob Herring
2018-08-31Kill bogus TYPE_BLOB marker typeGreg Kurz
2018-06-29Preserve datatype markers when emitting dts formatGrant Likely
2018-06-04Preserve datatype information when parsing dtsGrant Likely
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard
2017-11-21Fix ambiguous grammar for devicetree ruleGrant Likely
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson
2017-11-11Add strstarts() helper functionDavid Gibson
2017-10-26Remove leading underscores from identifiersDavid Gibson
2017-09-28overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-09-22checks: add phandle with arg property checksRob Herring
2017-06-08dtc: fix sprintf() format string error, againDavid Gibson
2017-03-21checks: Add bus checks for PCI busesRob Herring
2017-03-06Clean up gcc attributesDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2017-02-23Print output filename as part of warning messagesIan Campbell
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
2014-06-19Work around MSVC limitationsAndrei Errapart
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli
2013-10-28Use stdbool more widelyDavid Gibson
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2012-07-08Allow toggling of semantic checksDavid Gibson
2012-07-08Re-work level setting on checks codeDavid Gibson
2011-10-11dtc: Add data_append_integer functionAnton Staaf
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson
2009-01-07dtc: Move some functions to util.[ch]David Gibson
2008-10-03Add conditionalized debug() print macro.Jon Loeliger