On Mon, 24 Sep 2007 14:20:36 +0200
Wolfgang Grandegger <[EMAIL PROTECTED]> wrote:
> Josh Boyer wrote:
> > On Mon, 24 Sep 2007 09:49:33 +0200
> > Wolfgang Grandegger <[EMAIL PROTECTED]> wrote:
> >> The addition of treeboot-walnut.c breaks compilation of Linux-2.6 for
> >> the lite5200 using the pp
Josh Boyer wrote:
> On Mon, 24 Sep 2007 09:49:33 +0200
> Wolfgang Grandegger <[EMAIL PROTECTED]> wrote:
>> The addition of treeboot-walnut.c breaks compilation of Linux-2.6 for
>> the lite5200 using the ppc_6xx toolchain of the ELDK 4.1:
>>
>>MODPOST vmlinux.o
>> WARNING: vmlinux.o(.text+0x14)
On Mon, 24 Sep 2007 09:49:33 +0200
Wolfgang Grandegger <[EMAIL PROTECTED]> wrote:
>
> The addition of treeboot-walnut.c breaks compilation of Linux-2.6 for
> the lite5200 using the ppc_6xx toolchain of the ELDK 4.1:
>
>MODPOST vmlinux.o
> WARNING: vmlinux.o(.text+0x14): Section mismatch: ref
Josh Boyer wrote:
> Updated patch below
>
> Add zImage wrapper for walnut board
>
> Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
>
> ---
> arch/powerpc/boot/Makefile |3
> arch/powerpc/boot/dcr.h |5 +
> arch/powerpc/boot/treeboot-walnut.c | 131
> ++
On Wed, Sep 05, 2007 at 11:36:04AM -0500, Josh Boyer wrote:
> Updated patch below
>
> Add zImage wrapper for walnut board
>
> Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
Acked-by: David Gibson <[EMAIL PROTECTED]>
--
David Gibson| I'll have my music baroque, and my code
da
Updated patch below
Add zImage wrapper for walnut board
Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
arch/powerpc/boot/Makefile |3
arch/powerpc/boot/dcr.h |5 +
arch/powerpc/boot/treeboot-walnut.c | 131
3 files changed,
On Mon, 2007-09-03 at 11:13 +1000, David Gibson wrote:
> On Fri, Aug 31, 2007 at 03:04:55PM -0500, Josh Boyer wrote:
> > Add zImage wrapper for walnut board
> >
> > Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
>
> [snip]
> > --- /dev/null
> > +++ linux-2.6/arch/powerpc/boot/treeboot-walnut.c
> >
On Fri, Aug 31, 2007 at 03:04:55PM -0500, Josh Boyer wrote:
> Add zImage wrapper for walnut board
>
> Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
[snip]
> --- /dev/null
> +++ linux-2.6/arch/powerpc/boot/treeboot-walnut.c
> @@ -0,0 +1,133 @@
> +/*
> + * Old U-boot compatibility for Walnut
> + *
Add zImage wrapper for walnut board
Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
arch/powerpc/boot/Makefile |3
arch/powerpc/boot/treeboot-walnut.c | 133
2 files changed, 135 insertions(+), 1 deletion(-)
--- linux-2.6.orig/arch/powerpc/b