Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/12 10:03, Stefan Roese wrote: > On 10/05/2012 05:22 PM, Tom Rini wrote: > > > > Okay, probably better to add this code now. But shouldn't > we add this code to the common SPL framework code then? > Right before calling jump_to_i

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-05 Thread Stefan Roese
On 10/05/2012 05:22 PM, Tom Rini wrote: Okay, probably better to add this code now. But shouldn't we add this code to the common SPL framework code then? Right before calling jump_to_image_linux()? >>> >>> Sure, I didn't mean it should go here (it needs to be somewhere >>> that kn

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-05 Thread Scott Wood
On 10/05/2012 10:22:40 AM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/12 06:15, Stefan Roese wrote: > On 10/04/2012 07:14 PM, Scott Wood wrote: >> On 10/04/2012 02:36:34 AM, Stefan Roese wrote: >>> On 10/02/2012 10:08 PM, Scott Wood wrote: >>> +void __noreturn jum

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/12 06:15, Stefan Roese wrote: > On 10/04/2012 07:14 PM, Scott Wood wrote: >> On 10/04/2012 02:36:34 AM, Stefan Roese wrote: >>> On 10/02/2012 10:08 PM, Scott Wood wrote: >>> +void __noreturn jump_to_image_linux(void *arg) +{ + >>> debu

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-05 Thread Stefan Roese
On 10/04/2012 07:14 PM, Scott Wood wrote: > On 10/04/2012 02:36:34 AM, Stefan Roese wrote: >> On 10/02/2012 10:08 PM, Scott Wood wrote: >> +void __noreturn jump_to_image_linux(void *arg) >> +{ >> +debug("Entering kernel arg pointer: 0x%p\n", arg); >> +typedef void (*

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-04 Thread Scott Wood
On 10/04/2012 02:36:34 AM, Stefan Roese wrote: On 10/02/2012 10:08 PM, Scott Wood wrote: +void __noreturn jump_to_image_linux(void *arg) +{ + debug("Entering kernel arg pointer: 0x%p\n", arg); + typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-04 Thread Stefan Roese
On 10/02/2012 10:08 PM, Scott Wood wrote: +void __noreturn jump_to_image_linux(void *arg) +{ + debug("Entering kernel arg pointer: 0x%p\n", arg); + typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5, ulong r6, +ulong r7,

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-02 Thread Scott Wood
On 10/02/2012 05:20:54 AM, Stefan Roese wrote: On 09/29/2012 01:13 AM, Scott Wood wrote: > On 09/26/2012 04:01:08 AM, Stefan Roese wrote: >> This patch enables the SPL framework to be used on powerpc platforms >> and not only ARM. >> >> Signed-off-by: Stefan Roese >> --- >> Changes in v2: >>

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-02 Thread Stefan Roese
On 09/29/2012 01:13 AM, Scott Wood wrote: > On 09/26/2012 04:01:08 AM, Stefan Roese wrote: >> This patch enables the SPL framework to be used on powerpc platforms >> and not only ARM. >> >> Signed-off-by: Stefan Roese >> --- >> Changes in v2: >> - Rebased on Tom's SPL framework patches v4 >> - Add

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-09-28 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/12 16:13, Scott Wood wrote: > On 09/26/2012 04:01:08 AM, Stefan Roese wrote: >> This patch enables the SPL framework to be used on powerpc >> platforms and not only ARM. >> >> Signed-off-by: Stefan Roese --- Changes in v2: - >> Rebased on To

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-09-28 Thread Scott Wood
On 09/26/2012 04:01:08 AM, Stefan Roese wrote: This patch enables the SPL framework to be used on powerpc platforms and not only ARM. Signed-off-by: Stefan Roese --- Changes in v2: - Rebased on Tom's SPL framework patches v4 - Add option to skip copying of the mkimage header arch/powerpc/lib/