-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
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
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
-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
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 (*
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
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,
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:
>>
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
-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
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/
11 matches
Mail list logo