Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-12 Thread Andreas Färber
Am 12.02.2014 14:54, schrieb Sebastian Huber: > On 2014-02-06 09:57, Peter Maydell wrote: >> On 6 February 2014 08:40, Michael Tokarev wrote: >>> >03.02.2014 13:18, Sebastian Huber wrote: >>A lot of real world LEON3 systems are shipped with the GRMON boot >>loader. This boot loader init

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-12 Thread Michael Tokarev
12.02.2014 18:00, Peter Maydell wrote: [] > It's sparc-specific, it's pretty small, it's been reviewed. > MJT: I suggest we take the pragmatic approach and apply it > via -trivial. I actually applied it back at Feb-06. Should be in the next pull request at Friday. Thanks, /mjt

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-12 Thread Peter Maydell
On 12 February 2014 13:54, Sebastian Huber wrote: > On 2014-02-06 09:57, Peter Maydell wrote: >> On 6 February 2014 08:40, Michael Tokarev wrote: >>> >I don't really know much about sparc or leon3 stuff. But having a >>> >reviewed-by from Fabien I can apply it to trivial-patches. I'm not >>> >r

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-12 Thread Sebastian Huber
On 2014-02-06 09:57, Peter Maydell wrote: On 6 February 2014 08:40, Michael Tokarev wrote: >03.02.2014 13:18, Sebastian Huber wrote: >>A lot of real world LEON3 systems are shipped with the GRMON boot >>loader. This boot loader initializes the stack pointer with the end of >>RAM address. The

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-06 Thread Peter Maydell
On 6 February 2014 08:40, Michael Tokarev wrote: > 03.02.2014 13:18, Sebastian Huber wrote: >> A lot of real world LEON3 systems are shipped with the GRMON boot >> loader. This boot loader initializes the stack pointer with the end of >> RAM address. The application can use this to detect the RA

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-06 Thread Sebastian Huber
On 2014-02-06 09:40, Michael Tokarev wrote: 03.02.2014 13:18, Sebastian Huber wrote: A lot of real world LEON3 systems are shipped with the GRMON boot loader. This boot loader initializes the stack pointer with the end of RAM address. The application can use this to detect the RAM size of a pa

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-06 Thread Michael Tokarev
03.02.2014 13:18, Sebastian Huber wrote: > A lot of real world LEON3 systems are shipped with the GRMON boot > loader. This boot loader initializes the stack pointer with the end of > RAM address. The application can use this to detect the RAM size of a > particular board variant. I don't really

Re: [Qemu-devel] [Qemu-trivial] [PATCH] sparc/leon3: Initialize stack pointer

2014-02-05 Thread Fabien Chouteau
On 02/05/2014 10:02 AM, Fabien Chouteau wrote: > On 02/03/2014 10:18 AM, Sebastian Huber wrote: >> A lot of real world LEON3 systems are shipped with the GRMON boot >> loader. This boot loader initializes the stack pointer with the end of >> RAM address. The application can use this to detect the