summaryrefslogtreecommitdiff
path: root/checks.c
Commit message (Expand)AuthorAgeFilesLines
* 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