Hi Grant,

Grant Likely wrote:
Round 2.  Here is my 2nd set of merging OF code between PowerPC and
Microblaze (no SPARC changes this time).  Compile tested on ppc,
microblaze and sparc.  Boot tested on MPC5200 powerpc platform.

I tested your test-device-tree branch - boot tested on ml505 for MMU and noMMU kernels. I expect that you will add these patches to next branch. I test it every day - if is any problem with Microblaze, I will let you know.

Tested-by: Michal Simek <mon...@monstr.eu>

Thanks for this work,
Michal


I've also pushed this series out to the test-devicetree branch on my
git server if anyone cares to pull and test:

git://git.secretlab.ca/git/linux-2.6 test-devicetree

This is based on the next-devicetree branch which contains the first
round of patches and is being pulled into linux-next.

Cheers,
g.

---

Grant Likely (11):
      of/flattree: Merge early_init_dt_check_for_initrd()
      of: remove special case definition of of_read_ulong()
      of: merge prom_{add,remove,modify}_property
      of/flattree: Merge unflatten_device_tree
      of/flattree: Merge unflatten_dt_node
      of/flattree: Merge of_flat_dt_is_compatible
      of/flattree: merge of_get_flat_dt_prop
      of/flattree: remove __init annotations from the header file
      of/flattree: merge of_get_flat_dt_root
      of/flattree: merge of_scan_flat_dt
      of/flattree: merge find_flat_dt_string and initial_boot_params


arch/microblaze/Kconfig | 1 arch/microblaze/include/asm/prom.h | 1 arch/microblaze/kernel/prom.c | 531 ------------------------------------ arch/powerpc/Kconfig | 1 arch/powerpc/kernel/prom.c | 534 ------------------------------------ drivers/of/Kconfig | 4 drivers/of/Makefile | 1 drivers/of/base.c | 116 ++++++++
 drivers/of/fdt.c                   |  458 +++++++++++++++++++++++++++++++
 include/linux/of.h                 |   10 -
 include/linux/of_fdt.h             |   21 +
 11 files changed, 598 insertions(+), 1080 deletions(-)
 create mode 100644 drivers/of/fdt.c

___________________________
microblaze-uclinux mailing list
microblaze-ucli...@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/



--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to