No description
Find a file
David Gibson aeddfe2c34 libfdt: Factor out string search function
This patch pulls out the logic for finding a string in the string table
into _fdt_find_string(), from fdt_sw.c's find_add_string().  This function
will be useful for random-access read-write functions.  In the process
clean up the search logic a little.
2006-12-01 15:11:58 +11:00
tests libfdt: Implement fdt_move() 2006-12-01 15:07:19 +11:00
.gitignore libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
fdt.c libfdt: Factor out string search function 2006-12-01 15:11:58 +11:00
fdt.h libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
fdt_ro.c libfdt: Implement fdt_move() 2006-12-01 15:07:19 +11:00
fdt_sw.c libfdt: Factor out string search function 2006-12-01 15:11:58 +11:00
fdt_wip.c libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
GPL Add a copy of the GPL 2006-11-29 16:49:27 +11:00
libfdt.h libfdt: Implement fdt_move() 2006-12-01 15:07:19 +11:00
libfdt_env.h libfdt: Export accessors for header fields 2006-12-01 15:02:10 +11:00
libfdt_internal.h libfdt: Factor out string search function 2006-12-01 15:11:58 +11:00
Makefile libfdt: Sequential write support 2006-11-29 16:45:46 +11:00