Changeset 0d851d4 in rtems for cpukit/include

Timestamp:
03/17/18 13:12:12 (6 years ago)
Author:
David Gibson <david@…>
Branches:
5, master
Children:
3848f14b
Parents:
9a7de8e
git-author:
David Gibson <david@…> (03/17/18 13:12:12)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/19/18 05:01:12)
Message:

libfdt: Add fdt_check_full() function

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@…>
Tested-by: Alexey Kardashevskiy <aik@…>
Reviewed-by: Alexey Kardashevskiy <aik@…>
Reviewed-by: Simon Glass <sjg@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.