Re: [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support

2013-04-02 Thread Stefan Roese
Hi Rommel, On 30.03.2013 03:04, Rommel G Custodio wrote: >> diff --git a/arch/powerpc/cpu/ppc4xx/Makefile >> b/arch/powerpc/cpu/ppc4xx/Makefile >> index 8da2f86..e301dc6 100644 >> --- a/arch/powerpc/cpu/ppc4xx/Makefile >> +++ b/arch/powerpc/cpu/ppc4xx/Makefile >> @@ -68,6 +68,10 @@ COBJS += m

Re: [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support

2013-03-29 Thread Rommel G Custodio
Dear Stefan Rose, On 2013.02/22, Stefan Roese wrote: > diff --git a/arch/powerpc/cpu/ppc4xx/Makefile > b/arch/powerpc/cpu/ppc4xx/Makefile > index 8da2f86..e301dc6 100644 > --- a/arch/powerpc/cpu/ppc4xx/Makefile > +++ b/arch/powerpc/cpu/ppc4xx/Makefile > @@ -68,6 +68,10 @@ COBJS += miiphy.o

[U-Boot] [PATCH 1/3] ppc4xx: Add SPL support

2013-02-22 Thread Stefan Roese
This patch adds SPL booting support (NOR flash) for the PPC4xx platforms. This SPL booting (Falcon mode) will be used by the upcoming lcd4_lwmon5 board port (lwmon5 variant). Signed-off-by: Stefan Roese --- arch/powerpc/cpu/ppc4xx/Makefile | 4 ++ arch/powerpc/cpu/ppc4xx/start.S|