Hi Klaus,
On Mon, May 7, 2018 at 8:48 PM wrote:
> > On 07.05.2018, at 10:25, Chris Packham wrote:
> >
> > Hi Mans, Stefano,
> >
> > On Fri, Apr 27, 2018 at 9:00 PM Stefano Babic wrote:
> >
> >> On 21/04/2018 17:11, Mans Rullgard wrote:
> >>> The code attempts to preserve the value of LR by s
On Mon, May 7, 2018 at 10:11 PM Måns Rullgård wrote:
> Chris Packham writes:
> > Hi Mans, Stefano,
> >
> > On Fri, Apr 27, 2018 at 9:00 PM Stefano Babic wrote:
> >
> >> On 21/04/2018 17:11, Mans Rullgard wrote:
> >> > The code attempts to preserve the value of LR by storing it in R12/IP
> >> >
Chris Packham writes:
> Hi Mans, Stefano,
>
> On Fri, Apr 27, 2018 at 9:00 PM Stefano Babic wrote:
>
>> On 21/04/2018 17:11, Mans Rullgard wrote:
>> > The code attempts to preserve the value of LR by storing it in R12/IP
>> > across the lowevel_init() call. However, this register is not saved
>
> On 07.05.2018, at 10:25, Chris Packham wrote:
>
> Hi Mans, Stefano,
>
> On Fri, Apr 27, 2018 at 9:00 PM Stefano Babic wrote:
>
>> On 21/04/2018 17:11, Mans Rullgard wrote:
>>> The code attempts to preserve the value of LR by storing it in R12/IP
>>> across the lowevel_init() call. However
Hi Mans, Stefano,
On Fri, Apr 27, 2018 at 9:00 PM Stefano Babic wrote:
> On 21/04/2018 17:11, Mans Rullgard wrote:
> > The code attempts to preserve the value of LR by storing it in R12/IP
> > across the lowevel_init() call. However, this register is not saved
> > by the callee. Use a register
On 21/04/2018 17:11, Mans Rullgard wrote:
> The code attempts to preserve the value of LR by storing it in R12/IP
> across the lowevel_init() call. However, this register is not saved
> by the callee. Use a register that guaranteed to be preserved instead.
>
> Signed-off-by: Mans Rullgard
> ---
The code attempts to preserve the value of LR by storing it in R12/IP
across the lowevel_init() call. However, this register is not saved
by the callee. Use a register that guaranteed to be preserved instead.
Signed-off-by: Mans Rullgard
---
arch/arm/cpu/arm926ejs/start.S | 4 ++--
1 file chan
7 matches
Mail list logo