Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-25 Thread Daniel Schwierzeck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24.11.2014 23:20, Tom Rini wrote: ok I'll send an updated patch. >>> >>> Thanks - and as I mentioned it seems wrong to write to a word >>> above the top of the stack. >>> >> >> I discard this patch. The only requirement for the stack

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-24 Thread Tom Rini
On Fri, Nov 21, 2014 at 09:46:09PM +0100, Daniel Schwierzeck wrote: > Hi Simon, > > On 20.11.2014 18:22, Simon Glass wrote: > > Hi Daniel, > > > > On 20 November 2014 16:54, Daniel Schwierzeck > > wrote: > >> > >> > >> On 19.11.2014 23:22, Simon Glass wrote: > >>> Hi Daniel, > >>> > >>> On 19 No

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-21 Thread Simon Glass
Hi Daniel, On 21 November 2014 21:46, Daniel Schwierzeck wrote: > Hi Simon, > > On 20.11.2014 18:22, Simon Glass wrote: >> Hi Daniel, >> >> On 20 November 2014 16:54, Daniel Schwierzeck >> wrote: >>> >>> >>> On 19.11.2014 23:22, Simon Glass wrote: Hi Daniel, On 19 November 2014 16

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-21 Thread Daniel Schwierzeck
Hi Simon, On 20.11.2014 18:22, Simon Glass wrote: > Hi Daniel, > > On 20 November 2014 16:54, Daniel Schwierzeck > wrote: >> >> >> On 19.11.2014 23:22, Simon Glass wrote: >>> Hi Daniel, >>> >>> On 19 November 2014 16:59, Daniel Schwierzeck >>> wrote: Hi Simon, On 17.11.2014 07:24

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-20 Thread Simon Glass
Hi Daniel, On 20 November 2014 16:54, Daniel Schwierzeck wrote: > > > On 19.11.2014 23:22, Simon Glass wrote: >> Hi Daniel, >> >> On 19 November 2014 16:59, Daniel Schwierzeck >> wrote: >>> Hi Simon, >>> >>> On 17.11.2014 07:24, Simon Glass wrote: Hi Daniel, On 15 November 2014 22

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-20 Thread Daniel Schwierzeck
On 19.11.2014 23:22, Simon Glass wrote: > Hi Daniel, > > On 19 November 2014 16:59, Daniel Schwierzeck > wrote: >> Hi Simon, >> >> On 17.11.2014 07:24, Simon Glass wrote: >>> Hi Daniel, >>> >>> On 15 November 2014 22:46, Daniel Schwierzeck >>> wrote: The MIPS specific setup of the initial

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-19 Thread Simon Glass
Hi Daniel, On 19 November 2014 16:59, Daniel Schwierzeck wrote: > Hi Simon, > > On 17.11.2014 07:24, Simon Glass wrote: >> Hi Daniel, >> >> On 15 November 2014 22:46, Daniel Schwierzeck >> wrote: >>> The MIPS specific setup of the initial stack frame was not >>> ported to generic board_f. >>> >>

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-19 Thread Daniel Schwierzeck
Hi Simon, On 17.11.2014 07:24, Simon Glass wrote: > Hi Daniel, > > On 15 November 2014 22:46, Daniel Schwierzeck > wrote: >> The MIPS specific setup of the initial stack frame was not >> ported to generic board_f. >> >> Signed-off-by: Daniel Schwierzeck >> >> --- >> >> common/board_f.c | 8 +++

Re: [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-16 Thread Simon Glass
Hi Daniel, On 15 November 2014 22:46, Daniel Schwierzeck wrote: > The MIPS specific setup of the initial stack frame was not > ported to generic board_f. > > Signed-off-by: Daniel Schwierzeck > > --- > > common/board_f.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --

[U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

2014-11-15 Thread Daniel Schwierzeck
The MIPS specific setup of the initial stack frame was not ported to generic board_f. Signed-off-by: Daniel Schwierzeck --- common/board_f.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/board_f.c b/common/board_f.c index b5bebc9..57e8a67 100644 --- a/common