summaryrefslogtreecommitdiff
path: root/checks.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-061-2/+6
* Allow toggling of semantic checksDavid Gibson2012-07-081-3/+81
* Re-work level setting on checks codeDavid Gibson2012-07-081-55/+62
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-4/+7
* Disallow re-use of the same label within a dts fileDavid Gibson2010-02-231-0/+56
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-14/+20
* dtc: Handle linux,phandle properties which self-referenceDavid Gibson2008-11-171-0/+18
* dtc: Run relevant checks on dtb input as well as dtsDavid Gibson2008-07-141-7/+9
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-1/+1
* dtc: Strip redundant "name" propertiesDavid Gibson2008-03-231-2/+13
* dtc: Fix indentation of fixup_phandle_referencesDavid Gibson2008-03-231-17/+17
* dtc: Implement checks for the format of node and property namesDavid Gibson2008-03-231-0/+37
* dtc: Remove remaining old-style checksDavid Gibson2007-12-181-214/+1
* dtc: Allow gcc format warnings for check_msg()David Gibson2007-12-071-0/+3
* dtc: Convert check for obsolete /chosen propertyDavid Gibson2007-12-071-22/+18
* dtc: Convert #address-cells and #size-cells related checksDavid Gibson2007-12-071-50/+131
* dtc: Remove obsolete check_properties() functionDavid Gibson2007-12-061-45/+3
* dtc: Migrate "string property" checks to new frameworkDavid Gibson2007-12-061-13/+5
* dtc: Migrate "one cell" checks to new frameworkDavid Gibson2007-12-061-14/+26
* dtc: Implement path referencesDavid Gibson2007-12-051-1/+26
* dtc: Convert "name" property checking to new infrastructureDavid Gibson2007-12-051-15/+39
* dtc: Fix FAIL() macro varargsDavid Gibson2007-12-051-2/+2
* dtc: Fix uninitialized use of structure_okDavid Gibson2007-12-041-1/+15
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-12/+8
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-261-61/+250
* dtc: Add testcases for tree checksDavid Gibson2007-11-201-1/+1
* dtc: Move tree checking code to checks.cDavid Gibson2007-11-011-0/+460