HomeSort by: relevance | last modified time | path
    Searched refs:libfdt (Results 1 - 25 of 140) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/dtc/lib/
Makefile 3 SUBDIR+= libfdt
  /src/tools/dtc/
Makefile 5 LIBFDT_DIR= ${.CURDIR}/../../sys/external/bsd/libfdt/dist
11 FDTOBJ!= cd ${.CURDIR}/../libfdt && ${PRINTOBJDIR}
  /src/external/gpl2/dtc/dist/tests/
find_property.c 5 * libfdt - Flat Device Tree manipulation
14 #include <libfdt.h>
getprop.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
propname_escapes.c 5 * libfdt - Flat Device Tree manipulation
16 #include <libfdt.h>
string_escapes.c 5 * libfdt - Flat Device Tree manipulation
14 #include <libfdt.h>
pylibfdt_tests.py 13 import libfdt
14 from libfdt import Fdt, FdtSw, FdtException, QUIET_NOTFOUND, QUIET_ALL
56 return 'pylibfdt error %d: %s' % (-err_code, libfdt.strerror(-err_code))
65 Fdt bytearray suitable for passing to libfdt functions
67 return libfdt.Fdt(open(fname, mode='rb').read())
120 self.assertEquals(type(libfdt), types.ModuleType)
125 fdt = libfdt.Fdt(b'a string')
126 self.assertEquals(e.exception.err, -libfdt.BADMAGIC)
135 self.assertEquals(e.exception.err, -libfdt.NOTFOUND)
146 self.assertEquals(e.exception.err, -libfdt.NOTFOUND
    [all...]
boot-cpuid.c 13 #include <libfdt.h>
get_mem_rsv.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
root_node.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
truncated_property.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
asm_tree_dump.c 5 * libfdt - Flat Device Tree manipulation
18 #include <libfdt.h>
char_literal.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
get_alias.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
get_prop_offset.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
path_offset_aliases.c 5 * libfdt - Flat Device Tree manipulation
15 #include <libfdt.h>
addr_size_cells2.c 5 * libfdt - Flat Device Tree manipulation
14 #include <libfdt.h>
  /src/sys/external/bsd/libfdt/dist/
fdt_empty_tree.c 5 * libfdt - Flat Device Tree manipulation
11 #include <libfdt.h>
fdt_strerror.c 5 * libfdt - Flat Device Tree manipulation
12 #include <libfdt.h>
  /src/sys/dev/fdt/
fdt_rtc.c 36 #include <libfdt.h>
fdt_userconf.c 36 #include <libfdt.h>
fdt_stub.c 44 #include <libfdt.h>
  /src/tools/libfdt/
Makefile 7 LIBFDT_DIR= ${.CURDIR}/../../sys/external/bsd/libfdt/dist
9 .include "${LIBFDT_DIR}/Makefile.libfdt"
  /src/external/gpl2/dtc/
dtc2netbsd 33 # dtc2netbsd: convert a dtc source tree into netbsd dtc/libfdt source trees
43 # Import libfdt using
44 # $ cd $WRKDIR/libfdt
45 # $ cvs import -m "Import libfdt <version>" src/sys/external/bsd/libfdt/dist DTC dtc-<version>
47 # merge libfdt sources using, e.g.
48 # $ cvs -d cvs.netbsd.org:/cvsroot checkout -jdtc-1-4-1 -jdtc-1-4-4 src/sys/external/bsd/libfdt/dist
88 mv $d/dtc/libfdt $d/libfdt
  /src/sys/stand/efiboot/bootriscv64/
efibootriscv64.c 35 #include <libfdt.h>

Completed in 38 milliseconds

1 2 3 4 5 6