Go to file
David Gibson e25487db34 libfdt: Fix libfdt for little endian hosts
This patch fixes a number of embarrasing oversights which meant libfdt
did not work correctly on little endian machines.  With this patch the
testsuite now passes on x86.  Device trees are always created
big-endian.
2006-12-04 12:52:45 +11:00
tests libfdt: Fix libfdt for little endian hosts 2006-12-04 12:52:45 +11:00
.gitignore 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
Makefile libfdt: Read-write support 2006-12-01 16:59:43 +11:00
fdt.c libfdt: Introduce flat tree format v17 2006-12-01 16:25:39 +11:00
fdt.h libfdt: Introduce flat tree format v17 2006-12-01 16:25:39 +11:00
fdt_ro.c libfdt: Implement fdt_move() 2006-12-01 15:07:19 +11:00
fdt_rw.c libfdt: Read-write support 2006-12-01 16:59:43 +11:00
fdt_sw.c libfdt: Introduce flat tree format v17 2006-12-01 16:25:39 +11:00
fdt_wip.c libfdt: Fix libfdt for little endian hosts 2006-12-04 12:52:45 +11:00
libfdt.h libfdt: Fix libfdt for little endian hosts 2006-12-04 12:52:45 +11:00
libfdt_env.h libfdt: Export accessors for header fields 2006-12-01 15:02:10 +11:00
libfdt_internal.h libfdt: Read-write support 2006-12-01 16:59:43 +11:00