mbox

[U-Boot] Pull request: u-boot-nios/master

Message ID 87y5rsvr0z.fsf@darkstar.wytron.com.tw
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://git.denx.de/u-boot-nios.git master

Message

Thomas Chou Feb. 24, 2012, 3:39 a.m. UTC
Dear Wolfgang,

The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

Alex Hornung (2):
      nios2: implement get_ticks and get_tbclk
      nios2 - adjust gbl data off to account for bd_info

Stefan Kristiansson (1):
      nios2: add flush_dcache_range function

 arch/nios2/cpu/interrupts.c     |   21 +++++++++++++++++++++
 arch/nios2/lib/cache.S          |   10 ++++++++++
 include/configs/nios2-generic.h |    3 ++-
 3 files changed, 33 insertions(+), 1 deletions(-)

Comments

Anatolij Gustschin March 30, 2012, 8:34 p.m. UTC | #1
Hello Wolfgang,

On Fri, 24 Feb 2012 11:39:24 +0800
Thomas Chou <thomas@wytron.com.tw> wrote:

> Dear Wolfgang,
> 
> The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nios.git master
> 
> Alex Hornung (2):
>       nios2: implement get_ticks and get_tbclk
>       nios2 - adjust gbl data off to account for bd_info
> 
> Stefan Kristiansson (1):
>       nios2: add flush_dcache_range function
> 
>  arch/nios2/cpu/interrupts.c     |   21 +++++++++++++++++++++
>  arch/nios2/lib/cache.S          |   10 ++++++++++
>  include/configs/nios2-generic.h |    3 ++-
>  3 files changed, 33 insertions(+), 1 deletions(-)

Just one note:

After you have pulled these patches, we should also apply two
other patches of the series from from Stefan Kristiansson:

 http://patchwork.ozlabs.org/patch/123622/	1/3
 http://patchwork.ozlabs.org/patch/123623/	2/3

The 3rd patch of the series is already included in this pull
request and should actually be applied first as the patches
1/3 and 2/3 depend on 3/3. The series is from last year,
patches apply cleanly and are already acked.

Thanks,

Anatolij
Wolfgang Denk March 30, 2012, 9:58 p.m. UTC | #2
Dear Anatolij,

In message <20120330223420.10a5d121@wker> you wrote:
> Hello Wolfgang,
> 
> On Fri, 24 Feb 2012 11:39:24 +0800
> Thomas Chou <thomas@wytron.com.tw> wrote:
> 
> > Dear Wolfgang,
> > 
> > The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
> > 
> >   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-nios.git master
> > 
> > Alex Hornung (2):
> >       nios2: implement get_ticks and get_tbclk
> >       nios2 - adjust gbl data off to account for bd_info
> > 
> > Stefan Kristiansson (1):
> >       nios2: add flush_dcache_range function
> > 
> >  arch/nios2/cpu/interrupts.c     |   21 +++++++++++++++++++++
> >  arch/nios2/lib/cache.S          |   10 ++++++++++
> >  include/configs/nios2-generic.h |    3 ++-
> >  3 files changed, 33 insertions(+), 1 deletions(-)
> 
> Just one note:
> 
> After you have pulled these patches, we should also apply two
> other patches of the series from from Stefan Kristiansson:
> 
>  http://patchwork.ozlabs.org/patch/123622/	1/3
>  http://patchwork.ozlabs.org/patch/123623/	2/3
> 
> The 3rd patch of the series is already included in this pull
> request and should actually be applied first as the patches
> 1/3 and 2/3 depend on 3/3. The series is from last year,
> patches apply cleanly and are already acked.

Thanks for pointing out.  I would have mised this without your help.


Best regards,

Wolfgang Denk
Thomas Chou April 2, 2012, 2:40 a.m. UTC | #3
Dear Wolfgang,

On 03/31/2012 05:58 AM, Wolfgang Denk wrote:
>> Just one note:
>>
>> After you have pulled these patches, we should also apply two
>> other patches of the series from from Stefan Kristiansson:
>>
>>   http://patchwork.ozlabs.org/patch/123622/	1/3
>>   http://patchwork.ozlabs.org/patch/123623/	2/3
>>
>> The 3rd patch of the series is already included in this pull
>> request and should actually be applied first as the patches
>> 1/3 and 2/3 depend on 3/3. The series is from last year,
>> patches apply cleanly and are already acked.
>
> Thanks for pointing out.  I would have mised this without your help.
>

The nios2 arch is broken with v2012.04-rc1. Please pull the fixes in 
this request, even thought two of the patches were after merge windows. 
  Thanks.

Best regards,
Thomas
Thomas Chou April 2, 2012, 2:50 a.m. UTC | #4
Dear Wolfgang,

On 04/02/2012 10:40 AM, Thomas Chou wrote:
> Dear Wolfgang,
>
> On 03/31/2012 05:58 AM, Wolfgang Denk wrote:
>>> Just one note:
>>>
>>> After you have pulled these patches, we should also apply two
>>> other patches of the series from from Stefan Kristiansson:
>>>
>>> http://patchwork.ozlabs.org/patch/123622/ 1/3
>>> http://patchwork.ozlabs.org/patch/123623/ 2/3
>>>
>>> The 3rd patch of the series is already included in this pull
>>> request and should actually be applied first as the patches
>>> 1/3 and 2/3 depend on 3/3. The series is from last year,
>>> patches apply cleanly and are already acked.
>>
>> Thanks for pointing out. I would have mised this without your help.
>>
>
> The nios2 arch is broken with v2012.04-rc1. Please pull the fixes in
> this request, even thought two of the patches were after merge windows.
> Thanks.
>

I hit more build error after rc1. I will send new pull request after I 
fix them.

Best regards,
Thomas
Thomas Chou April 2, 2012, 12:25 p.m. UTC | #5
Dear Wolfgang,

On 04/02/2012 10:50 AM, Thomas Chou wrote:
> I hit more build error after rc1. I will send new pull request after I
> fix them.

The problem was solved with Marek's recent patch as Mike Frysinger said.
	http://patchwork.ozlabs.org/patch/149924/

So please pull the u-boot-nios/master.

Best regards,
Thomas
Wolfgang Denk April 9, 2012, 3:01 p.m. UTC | #6
Dear Thomas Chou,

In message <4F799AAE.2010107@wytron.com.tw> you wrote:
> 
> So please pull the u-boot-nios/master.

Applied, thanks.

Best regards,

Wolfgang Denk