Re: [Qemu-devel] [PATCH 1/2] powerpc/booke: move fdt loading to rom infrastructure

2010-02-27 Thread Aurelien Jarno
On Sat, Feb 27, 2010 at 04:33:02PM +0100, Aurelien Jarno wrote: > On Tue, Feb 02, 2010 at 04:49:02PM +0800, Liu Yu wrote: > > It's convinent to use rom to checking overlap, to reset etc. > > And uImage and ramdisk loading has already moved to it. > > > > Also, after we add fdt to rom, free it. >

Re: [Qemu-devel] [PATCH 1/2] powerpc/booke: move fdt loading to rom infrastructure

2010-02-27 Thread Aurelien Jarno
On Tue, Feb 02, 2010 at 04:49:02PM +0800, Liu Yu wrote: > It's convinent to use rom to checking overlap, to reset etc. > And uImage and ramdisk loading has already moved to it. > > Also, after we add fdt to rom, free it. This does not build if CONFIG_FDT is not set: |  CCppc-softmmu/ppc440_

[Qemu-devel] [PATCH 1/2] powerpc/booke: move fdt loading to rom infrastructure

2010-02-02 Thread Liu Yu
It's convinent to use rom to checking overlap, to reset etc. And uImage and ramdisk loading has already moved to it. Also, after we add fdt to rom, free it. Signed-off-by: Liu Yu --- hw/ppc440_bamboo.c | 15 --- hw/ppce500_mpc8544ds.c | 17 ++--- 2 files changed,