From 23cdf2379fee7902cd1aa295b2721fdef1163b33 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 14 Jun 2007 11:58:35 +1000 Subject: [PATCH] Move everything into a subdirectory in preparation for merge into dtc. --- .gitignore => libfdt/.gitignore | 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 => libfdt/tests}/.gitignore | 0 {tests => libfdt/tests}/Makefile | 0 {tests => libfdt/tests}/del_node.c | 0 {tests => libfdt/tests}/del_property.c | 0 {tests => libfdt/tests}/dumptrees.c | 0 {tests => libfdt/tests}/find_property.c | 0 {tests => libfdt/tests}/getprop.c | 0 {tests => libfdt/tests}/move_and_save.c | 0 {tests => libfdt/tests}/nop_node.c | 0 {tests => libfdt/tests}/nop_property.c | 0 {tests => libfdt/tests}/notfound.c | 0 {tests => libfdt/tests}/open_pack.c | 0 {tests => libfdt/tests}/path_offset.c | 0 {tests => libfdt/tests}/root_node.c | 0 {tests => libfdt/tests}/run_tests.sh | 0 {tests => libfdt/tests}/rw_tree1.c | 0 {tests => libfdt/tests}/setprop.c | 0 {tests => libfdt/tests}/setprop_inplace.c | 0 {tests => libfdt/tests}/subnode_offset.c | 0 {tests => libfdt/tests}/sw_tree1.c | 0 {tests => libfdt/tests}/testdata.h | 0 {tests => libfdt/tests}/tests.h | 0 {tests => libfdt/tests}/testutils.c | 0 {tests => libfdt/tests}/trees.S | 0 {tests => libfdt/tests}/truncated_property.c | 0 39 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => libfdt/.gitignore (100%) rename GPL => libfdt/GPL (100%) rename Makefile => libfdt/Makefile (100%) rename TODO => libfdt/TODO (100%) rename fdt.c => libfdt/fdt.c (100%) rename fdt.h => libfdt/fdt.h (100%) rename fdt_ro.c => libfdt/fdt_ro.c (100%) rename fdt_rw.c => libfdt/fdt_rw.c (100%) rename fdt_strerror.c => libfdt/fdt_strerror.c (100%) rename fdt_sw.c => libfdt/fdt_sw.c (100%) rename fdt_wip.c => libfdt/fdt_wip.c (100%) rename libfdt.h => libfdt/libfdt.h (100%) rename libfdt_env.h => libfdt/libfdt_env.h (100%) rename libfdt_internal.h => libfdt/libfdt_internal.h (100%) rename {tests => libfdt/tests}/.gitignore (100%) rename {tests => libfdt/tests}/Makefile (100%) rename {tests => libfdt/tests}/del_node.c (100%) rename {tests => libfdt/tests}/del_property.c (100%) rename {tests => libfdt/tests}/dumptrees.c (100%) rename {tests => libfdt/tests}/find_property.c (100%) rename {tests => libfdt/tests}/getprop.c (100%) rename {tests => libfdt/tests}/move_and_save.c (100%) rename {tests => libfdt/tests}/nop_node.c (100%) rename {tests => libfdt/tests}/nop_property.c (100%) rename {tests => libfdt/tests}/notfound.c (100%) rename {tests => libfdt/tests}/open_pack.c (100%) rename {tests => libfdt/tests}/path_offset.c (100%) rename {tests => libfdt/tests}/root_node.c (100%) rename {tests => libfdt/tests}/run_tests.sh (100%) rename {tests => libfdt/tests}/rw_tree1.c (100%) rename {tests => libfdt/tests}/setprop.c (100%) rename {tests => libfdt/tests}/setprop_inplace.c (100%) rename {tests => libfdt/tests}/subnode_offset.c (100%) rename {tests => libfdt/tests}/sw_tree1.c (100%) rename {tests => libfdt/tests}/testdata.h (100%) rename {tests => libfdt/tests}/tests.h (100%) rename {tests => libfdt/tests}/testutils.c (100%) rename {tests => libfdt/tests}/trees.S (100%) rename {tests => libfdt/tests}/truncated_property.c (100%) diff --git a/.gitignore b/libfdt/.gitignore similarity index 100% rename from .gitignore rename to libfdt/.gitignore diff --git a/GPL b/libfdt/GPL similarity index 100% rename from GPL rename to libfdt/GPL diff --git a/Makefile b/libfdt/Makefile similarity index 100% rename from Makefile rename to libfdt/Makefile diff --git a/TODO b/libfdt/TODO similarity index 100% rename from TODO rename to libfdt/TODO diff --git a/fdt.c b/libfdt/fdt.c similarity index 100% rename from fdt.c rename to libfdt/fdt.c diff --git a/fdt.h b/libfdt/fdt.h similarity index 100% rename from fdt.h rename to libfdt/fdt.h diff --git a/fdt_ro.c b/libfdt/fdt_ro.c similarity index 100% rename from fdt_ro.c rename to libfdt/fdt_ro.c diff --git a/fdt_rw.c b/libfdt/fdt_rw.c similarity index 100% rename from fdt_rw.c rename to libfdt/fdt_rw.c diff --git a/fdt_strerror.c b/libfdt/fdt_strerror.c similarity index 100% rename from fdt_strerror.c rename to libfdt/fdt_strerror.c diff --git a/fdt_sw.c b/libfdt/fdt_sw.c similarity index 100% rename from fdt_sw.c rename to libfdt/fdt_sw.c diff --git a/fdt_wip.c b/libfdt/fdt_wip.c similarity index 100% rename from fdt_wip.c rename to libfdt/fdt_wip.c diff --git a/libfdt.h b/libfdt/libfdt.h similarity index 100% rename from libfdt.h rename to libfdt/libfdt.h diff --git a/libfdt_env.h b/libfdt/libfdt_env.h similarity index 100% rename from libfdt_env.h rename to libfdt/libfdt_env.h diff --git a/libfdt_internal.h b/libfdt/libfdt_internal.h similarity index 100% rename from libfdt_internal.h rename to libfdt/libfdt_internal.h diff --git a/tests/.gitignore b/libfdt/tests/.gitignore similarity index 100% rename from tests/.gitignore rename to libfdt/tests/.gitignore diff --git a/tests/Makefile b/libfdt/tests/Makefile similarity index 100% rename from tests/Makefile rename to libfdt/tests/Makefile diff --git a/tests/del_node.c b/libfdt/tests/del_node.c similarity index 100% rename from tests/del_node.c rename to libfdt/tests/del_node.c diff --git a/tests/del_property.c b/libfdt/tests/del_property.c similarity index 100% rename from tests/del_property.c rename to libfdt/tests/del_property.c diff --git a/tests/dumptrees.c b/libfdt/tests/dumptrees.c similarity index 100% rename from tests/dumptrees.c rename to libfdt/tests/dumptrees.c diff --git a/tests/find_property.c b/libfdt/tests/find_property.c similarity index 100% rename from tests/find_property.c rename to libfdt/tests/find_property.c diff --git a/tests/getprop.c b/libfdt/tests/getprop.c similarity index 100% rename from tests/getprop.c rename to libfdt/tests/getprop.c diff --git a/tests/move_and_save.c b/libfdt/tests/move_and_save.c similarity index 100% rename from tests/move_and_save.c rename to libfdt/tests/move_and_save.c diff --git a/tests/nop_node.c b/libfdt/tests/nop_node.c similarity index 100% rename from tests/nop_node.c rename to libfdt/tests/nop_node.c diff --git a/tests/nop_property.c b/libfdt/tests/nop_property.c similarity index 100% rename from tests/nop_property.c rename to libfdt/tests/nop_property.c diff --git a/tests/notfound.c b/libfdt/tests/notfound.c similarity index 100% rename from tests/notfound.c rename to libfdt/tests/notfound.c diff --git a/tests/open_pack.c b/libfdt/tests/open_pack.c similarity index 100% rename from tests/open_pack.c rename to libfdt/tests/open_pack.c diff --git a/tests/path_offset.c b/libfdt/tests/path_offset.c similarity index 100% rename from tests/path_offset.c rename to libfdt/tests/path_offset.c diff --git a/tests/root_node.c b/libfdt/tests/root_node.c similarity index 100% rename from tests/root_node.c rename to libfdt/tests/root_node.c diff --git a/tests/run_tests.sh b/libfdt/tests/run_tests.sh similarity index 100% rename from tests/run_tests.sh rename to libfdt/tests/run_tests.sh diff --git a/tests/rw_tree1.c b/libfdt/tests/rw_tree1.c similarity index 100% rename from tests/rw_tree1.c rename to libfdt/tests/rw_tree1.c diff --git a/tests/setprop.c b/libfdt/tests/setprop.c similarity index 100% rename from tests/setprop.c rename to libfdt/tests/setprop.c diff --git a/tests/setprop_inplace.c b/libfdt/tests/setprop_inplace.c similarity index 100% rename from tests/setprop_inplace.c rename to libfdt/tests/setprop_inplace.c diff --git a/tests/subnode_offset.c b/libfdt/tests/subnode_offset.c similarity index 100% rename from tests/subnode_offset.c rename to libfdt/tests/subnode_offset.c diff --git a/tests/sw_tree1.c b/libfdt/tests/sw_tree1.c similarity index 100% rename from tests/sw_tree1.c rename to libfdt/tests/sw_tree1.c diff --git a/tests/testdata.h b/libfdt/tests/testdata.h similarity index 100% rename from tests/testdata.h rename to libfdt/tests/testdata.h diff --git a/tests/tests.h b/libfdt/tests/tests.h similarity index 100% rename from tests/tests.h rename to libfdt/tests/tests.h diff --git a/tests/testutils.c b/libfdt/tests/testutils.c similarity index 100% rename from tests/testutils.c rename to libfdt/tests/testutils.c diff --git a/tests/trees.S b/libfdt/tests/trees.S similarity index 100% rename from tests/trees.S rename to libfdt/tests/trees.S diff --git a/tests/truncated_property.c b/libfdt/tests/truncated_property.c similarity index 100% rename from tests/truncated_property.c rename to libfdt/tests/truncated_property.c