[Crosstoolchain-logs] [device-tree-compiler] 102/357: Merge ../libfdt into dtc-libfdt-merge

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit 400bd98a3a4177c8c399fd1270bf58cba43d1f35
Merge: ce24322 23cdf23
Author: David Gibson <dgibson at mulberryst.seuss>
Date:   Thu Jun 14 12:21:33 2007 +1000

    Merge ../libfdt into dtc-libfdt-merge

 libfdt/.gitignore                 |   5 +
 libfdt/GPL                        | 340 ++++++++++++++++++++++++++++++++++++++
 libfdt/Makefile                   |  88 ++++++++++
 libfdt/TODO                       |   5 +
 libfdt/fdt.c                      | 156 +++++++++++++++++
 libfdt/fdt.h                      |  60 +++++++
 libfdt/fdt_ro.c                   | 261 +++++++++++++++++++++++++++++
 libfdt/fdt_rw.c                   | 325 ++++++++++++++++++++++++++++++++++++
 libfdt/fdt_strerror.c             |  96 +++++++++++
 libfdt/fdt_sw.c                   | 258 +++++++++++++++++++++++++++++
 libfdt/fdt_wip.c                  | 144 ++++++++++++++++
 libfdt/libfdt.h                   | 188 +++++++++++++++++++++
 libfdt/libfdt_env.h               |  22 +++
 libfdt/libfdt_internal.h          |  78 +++++++++
 libfdt/tests/.gitignore           |   1 +
 libfdt/tests/Makefile             |  62 +++++++
 libfdt/tests/del_node.c           | 122 ++++++++++++++
 libfdt/tests/del_property.c       |  89 ++++++++++
 libfdt/tests/dumptrees.c          |  49 ++++++
 libfdt/tests/find_property.c      |  42 +++++
 libfdt/tests/getprop.c            |  43 +++++
 libfdt/tests/move_and_save.c      |  76 +++++++++
 libfdt/tests/nop_node.c           | 105 ++++++++++++
 libfdt/tests/nop_property.c       |  71 ++++++++
 libfdt/tests/notfound.c           |  73 ++++++++
 libfdt/tests/open_pack.c          |  70 ++++++++
 libfdt/tests/path_offset.c        |  98 +++++++++++
 libfdt/tests/root_node.c          |  53 ++++++
 libfdt/tests/run_tests.sh         |  94 +++++++++++
 libfdt/tests/rw_tree1.c           |  91 ++++++++++
 libfdt/tests/setprop.c            |  78 +++++++++
 libfdt/tests/setprop_inplace.c    |  72 ++++++++
 libfdt/tests/subnode_offset.c     |  83 ++++++++++
 libfdt/tests/sw_tree1.c           |  83 ++++++++++
 libfdt/tests/testdata.h           |   9 +
 libfdt/tests/tests.h              | 133 +++++++++++++++
 libfdt/tests/testutils.c          | 193 ++++++++++++++++++++++
 libfdt/tests/trees.S              | 116 +++++++++++++
 libfdt/tests/truncated_property.c |  49 ++++++
 39 files changed, 3981 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list