2009/8/29, Sebastian Andrzej Siewior :
> If you send some patches I could add them to my tree so we have
> everything together.
Hmmm..I don't know how to make a patch like yours.. So , I just
manually list my
codes below which are added to machine_kexec_32.c and misc_32.S respectively.
1)
wilbur.chan wrote:
Hi Sebastian,
Hi Wilbur,
Recently I've implemented non-SMP kexec on MPC8572 and P2020ds(2G ram).
I modified your
misc_32.S that , I setuped two '1G' entries after the "rfi"
instruction, so that I did
not need to setup mapping for instruction address.
If you send s
2009/8/5, Sebastian Andrzej Siewior :
> There is no SMP support. The other CPUs are not halted/resumed. At the
> time of writing it I did not have a SMP machine so I did not implement
> it.
> Sebastian
>
Hi Sebastian,
Recently I've implemented non-SMP kexec on MPC8572 and P2020ds(2G ram).
I
* wilbur.chan | 2009-08-02 09:25:43 [+0800]:
>Hi, Sebastian,
Hi Wilbur,
>In your patch of Booke support for kexec , it setup a 1GB TMP mapping
>and jump to it.
>
>But I saw that, the max size for an e500 entry is 256M??so I changed
>your code to setup 4*256M entries, and it works well on mpc8541.
Hi, Sebastian,
>From: Sebastian Andrzej Siewior
>The relocate_new_kernel() code usually disables the MMU and the small code
>operates on physicall pages while moving the kernel to its final position.
>Book-E doesn't support this so a 1:1 mapping must be created.
>This patch adds support for FSL-
From: Sebastian Andrzej Siewior <[EMAIL PROTECTED]>
The relocate_new_kernel() code usually disables the MMU and the small code
operates on physicall pages while moving the kernel to its final position.
Book-E doesn't support this so a 1:1 mapping must be created.
This patch adds support for FSL-BO