summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/libfdt01/libfdt01.doc
blob: 1e9ab970bef7589779bcafacbbe80d8d9c20e959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This file describes the directives and concepts tested by this test set.

test set name: libfdt01

directives:

  - fdt_address_cells()
  - fdt_check_header()
  - fdt_get_alias()
  - fdt_getprop()
  - fdt_node_check_compatible()
  - fdt_node_offset_by_phandle()
  - fdt_path_offset()
  - fdt_size_cells()
  - fdt_subnode_offset()
  - fdt_totalsize()

concepts:

  - Ensure that some libfdt functions work as expected.