forked from Imagelibrary/rtems
Import from: git://git.kernel.org/pub/scm/utils/dtc/dtc.git Commit: 604e61e081e3c6c8fa1a8189c71cb3908a5bbc1e Date: 2015-09-29T09:09:08Z
21 lines
418 B
Plaintext
21 lines
418 B
Plaintext
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.
|