summaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2018-03-18 00:12:12 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2018-04-11 16:49:38 +1000
commit9d9c795cd721bd11f4a8cc039e5553c83bd66fdf (patch)
tree31c7ee4f324a2bf49f8dc038a4c6474d4768577d /tests/.gitignore
parent27a63cf0742fa75fc51eb6b906a135440a693642 (diff)
downloaddevice-tree-compiler-9d9c795cd721bd11f4a8cc039e5553c83bd66fdf.tar.gz
libfdt: Add fdt_check_full() functionsafety
This new function implements a complete and thorough check of an fdt blob's structure. Given a buffer containing an fdt, it should return 0 only if the fdt within is structurally sound in all regards. It doesn't check anything about the blob's contents (i.e. the actual values of the nodes and properties), of course. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index ea437ca..d423570 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -8,6 +8,7 @@ tmp.*
/asm_tree_dump
/boot-cpuid
/char_literal
+/check_full
/check_header
/check_path
/del_node