[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [PATCH 0 of 4] [PATCH] move devtree creation to libxc
This patchset moves the construction of the flat OF tree from python into libxc. whitespace_cleanup.patch - whitespace clean-up in xc_linux_build.c fix_up_flatdevtree.patch - fix copyright notice in flatdevtree.c - fix pointer math in ft_add_rsvmap() - rename bph string block field to match spec dd_make_devtree.patch - fix copyright notice in xc_linux_build.c - remove arch_arg from python down to libxc - remove call to Flatdevtree in image.py - add mk_flatdevtree for construction of flat OF trees - modify xc_linux_build to use mk_flatdevtree remove_python_flatdevtree.patch - remove FlatDeviceTree.py - remove arch_arg for prose builder - remove call to Flatdevtree for prose builder - modify prose builder to use mk_flatdevtree I've test booted using the xc_linux_build, but I've not tested the changes to the prose builder. Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx> --- 11 files changed, 675 insertions(+), 400 deletions(-) tools/python/xen/xend/FlatDeviceTree.py | 359 --------------------- tools/libxc/powerpc64/Makefile | 1 tools/libxc/powerpc64/flatdevtree.c | 7 tools/libxc/powerpc64/flatdevtree.h | 2 tools/libxc/powerpc64/mk_flatdevtree.c | 520 +++++++++++++++++++++++++++++++ tools/libxc/powerpc64/mk_flatdevtree.h | 48 ++ tools/libxc/powerpc64/xc_linux_build.c | 52 ++- tools/libxc/powerpc64/xc_prose_build.c | 44 ++ tools/libxc/xenguest.h | 7 tools/python/xen/lowlevel/xc/xc.c | 24 - tools/python/xen/xend/image.py | 11 _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |