Browse Source

Move everything into a subdirectory in preparation for merge into dtc.

main
David Gibson 18 years ago
parent
commit
23cdf2379f
  1. 0
      libfdt/.gitignore
  2. 0
      libfdt/GPL
  3. 0
      libfdt/Makefile
  4. 0
      libfdt/TODO
  5. 0
      libfdt/fdt.c
  6. 0
      libfdt/fdt.h
  7. 0
      libfdt/fdt_ro.c
  8. 0
      libfdt/fdt_rw.c
  9. 0
      libfdt/fdt_strerror.c
  10. 0
      libfdt/fdt_sw.c
  11. 0
      libfdt/fdt_wip.c
  12. 0
      libfdt/libfdt.h
  13. 0
      libfdt/libfdt_env.h
  14. 0
      libfdt/libfdt_internal.h
  15. 0
      libfdt/tests/.gitignore
  16. 0
      libfdt/tests/Makefile
  17. 0
      libfdt/tests/del_node.c
  18. 0
      libfdt/tests/del_property.c
  19. 0
      libfdt/tests/dumptrees.c
  20. 0
      libfdt/tests/find_property.c
  21. 0
      libfdt/tests/getprop.c
  22. 0
      libfdt/tests/move_and_save.c
  23. 0
      libfdt/tests/nop_node.c
  24. 0
      libfdt/tests/nop_property.c
  25. 0
      libfdt/tests/notfound.c
  26. 0
      libfdt/tests/open_pack.c
  27. 0
      libfdt/tests/path_offset.c
  28. 0
      libfdt/tests/root_node.c
  29. 0
      libfdt/tests/run_tests.sh
  30. 0
      libfdt/tests/rw_tree1.c
  31. 0
      libfdt/tests/setprop.c
  32. 0
      libfdt/tests/setprop_inplace.c
  33. 0
      libfdt/tests/subnode_offset.c
  34. 0
      libfdt/tests/sw_tree1.c
  35. 0
      libfdt/tests/testdata.h
  36. 0
      libfdt/tests/tests.h
  37. 0
      libfdt/tests/testutils.c
  38. 0
      libfdt/tests/trees.S
  39. 0
      libfdt/tests/truncated_property.c

0
.gitignore → libfdt/.gitignore vendored

0
GPL → libfdt/GPL

0
Makefile → libfdt/Makefile

0
TODO → libfdt/TODO

0
fdt.c → libfdt/fdt.c

0
fdt.h → libfdt/fdt.h

0
fdt_ro.c → libfdt/fdt_ro.c

0
fdt_rw.c → libfdt/fdt_rw.c

0
fdt_strerror.c → libfdt/fdt_strerror.c

0
fdt_sw.c → libfdt/fdt_sw.c

0
fdt_wip.c → libfdt/fdt_wip.c

0
libfdt.h → libfdt/libfdt.h

0
libfdt_env.h → libfdt/libfdt_env.h

0
libfdt_internal.h → libfdt/libfdt_internal.h

0
tests/.gitignore → libfdt/tests/.gitignore vendored

0
tests/Makefile → libfdt/tests/Makefile

0
tests/del_node.c → libfdt/tests/del_node.c

0
tests/del_property.c → libfdt/tests/del_property.c

0
tests/dumptrees.c → libfdt/tests/dumptrees.c

0
tests/find_property.c → libfdt/tests/find_property.c

0
tests/getprop.c → libfdt/tests/getprop.c

0
tests/move_and_save.c → libfdt/tests/move_and_save.c

0
tests/nop_node.c → libfdt/tests/nop_node.c

0
tests/nop_property.c → libfdt/tests/nop_property.c

0
tests/notfound.c → libfdt/tests/notfound.c

0
tests/open_pack.c → libfdt/tests/open_pack.c

0
tests/path_offset.c → libfdt/tests/path_offset.c

0
tests/root_node.c → libfdt/tests/root_node.c

0
tests/run_tests.sh → libfdt/tests/run_tests.sh

0
tests/rw_tree1.c → libfdt/tests/rw_tree1.c

0
tests/setprop.c → libfdt/tests/setprop.c

0
tests/setprop_inplace.c → libfdt/tests/setprop_inplace.c

0
tests/subnode_offset.c → libfdt/tests/subnode_offset.c

0
tests/sw_tree1.c → libfdt/tests/sw_tree1.c

0
tests/testdata.h → libfdt/tests/testdata.h

0
tests/tests.h → libfdt/tests/tests.h

0
tests/testutils.c → libfdt/tests/testutils.c

0
tests/trees.S → libfdt/tests/trees.S

0
tests/truncated_property.c → libfdt/tests/truncated_property.c

Loading…
Cancel
Save