Re: [Qemu-devel] [PATCH 2/2] PPC: e500: calculate initrd_base like dt_base

2012-09-25 Thread Alexander Graf
On 23.08.2012, at 02:55, Scott Wood wrote: > While investigating dtb pad issues, I noticed that initrd_base wasn't taking > loadaddr into account the way dt_base was. This seems wrong. > > Signed-off-by: Scott Wood Ah, all the images I tested start off from address 0. But yes, we should add

[Qemu-devel] [PATCH 2/2] PPC: e500: calculate initrd_base like dt_base

2012-08-22 Thread Scott Wood
While investigating dtb pad issues, I noticed that initrd_base wasn't taking loadaddr into account the way dt_base was. This seems wrong. Signed-off-by: Scott Wood --- hw/ppc/e500.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c index 1ccf