Mirror of DTC
Find a file
David Gibson 3aa4cfd66b Simplify string table access functions
The range sanity checking on the fdt_string_cmp() function causes problems
for the sequential write code (or at least for using RO functions on an
incomplete SW tree).  Plus they didn't really fit with the philosphy for
the RO code of working as widely as possible on weirdly constructed trees.
2006-11-29 16:34:30 +11:00
tests Fix building of dumptrees 2006-11-29 13:34:22 +11:00
.gitignore libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
fdt.c Simplify string table access functions 2006-11-29 16:34:30 +11:00
fdt.h libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
fdt_ro.c Simplify string table access functions 2006-11-29 16:34:30 +11:00
fdt_wip.c libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
libfdt.h Simplify string table access functions 2006-11-29 16:34:30 +11:00
libfdt_env.h libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
libfdt_internal.h libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
Makefile libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00