public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-nds32/master
@ 2011-11-23  6:21 Macpaul Lin
  2011-11-23 20:19 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Macpaul Lin @ 2011-11-23  6:21 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Would you please pull these 2 patch fix to your tree.

Thanks,
Macpaul

The following changes since commit dca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b:

  tools/env: use lib/crc32.c directly (2011-11-22 08:49:21 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-nds32.git master

Macpaul Lin (1):
      nds32/ag101: clean up for SoC related code

Stefan Kristiansson (1):
      Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX

 arch/nds32/cpu/n1213/ag101/cpu.c   |    8 ++------
 arch/nds32/cpu/n1213/ag101/timer.c |    8 ++++----
 include/image.h                    |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)

-- 
Best regards,
Macpaul Lin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] Pull request: u-boot-nds32/master
  2011-11-23  6:21 Macpaul Lin
@ 2011-11-23 20:19 ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2011-11-23 20:19 UTC (permalink / raw)
  To: u-boot

Dear Macpaul Lin,

In message <CACCg+XN1ELn7=pZ25=ViiB_ZUrs_kMf3+q_=mx5JWwuRk-38eA@mail.gmail.com> you wrote:
> --f46d04451823aee66804b260eda1
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Dear Wolfgang,
> 
> Would you please pull these 2 patch fix to your tree.
> 
> Thanks,
> Macpaul
> 
> The following changes since commit dca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b:
> 
>   tools/env: use lib/crc32.c directly (2011-11-22 08:49:21 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-nds32.git master
> 
> Macpaul Lin (1):
>       nds32/ag101: clean up for SoC related code
> 
> Stefan Kristiansson (1):
>       Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX
> 
>  arch/nds32/cpu/n1213/ag101/cpu.c   |    8 ++------
>  arch/nds32/cpu/n1213/ag101/timer.c |    8 ++++----
>  include/image.h                    |    2 +-
>  3 files changed, 7 insertions(+), 11 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"A dirty mind is a joy forever."                       - Randy Kunkee

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] Pull request: u-boot-nds32/master
@ 2012-02-28  5:26 Macpaul Lin
  2012-03-03 14:14 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Macpaul Lin @ 2012-02-28  5:26 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull the following change into u-boot/master, thanks!.

The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5:

  Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26
22:17:40 +0100)

are available in the git repository at:

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

Macpaul Lin (3):
      nds32: add linkage support
      nds32/ag101/watchdog.S: add linkage support
      nds32/board.c: add PCI prompt at boot up

 arch/nds32/cpu/n1213/ag101/watchdog.S |    5 +++--
 arch/nds32/include/asm/linkage.h      |   28 ++++++++++++++++++++++++++++
 arch/nds32/lib/board.c                |    1 +
 3 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 arch/nds32/include/asm/linkage.h

-- 
Best regards,
Macpaul Lin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] Pull request: u-boot-nds32/master
  2012-02-28  5:26 Macpaul Lin
@ 2012-03-03 14:14 ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2012-03-03 14:14 UTC (permalink / raw)
  To: u-boot

Dear Macpaul Lin,

In message <CACCg+XPY9aFeqkFJCkid4jh2+wji-Rw-5uy6j=PAtpZiopuxrg@mail.gmail.com> you wrote:
> --e89a8fb1eae4ad165b04b9ff7828
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Dear Wolfgang,
> 
> Please pull the following change into u-boot/master, thanks!.
> 
> The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26
> 22:17:40 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nds32.git master
> 
> Macpaul Lin (3):
>       nds32: add linkage support
>       nds32/ag101/watchdog.S: add linkage support
>       nds32/board.c: add PCI prompt at boot up
> 
>  arch/nds32/cpu/n1213/ag101/watchdog.S |    5 +++--
>  arch/nds32/include/asm/linkage.h      |   28 ++++++++++++++++++++++++++++
>  arch/nds32/lib/board.c                |    1 +
>  3 files changed, 32 insertions(+), 2 deletions(-)
>  create mode 100644 arch/nds32/include/asm/linkage.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Drun'? 'm not drun'! You woudn' dare call m' drun' if I was sober!
                                     - Terry Pratchett, _Men at Arms_

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot]  Pull request: u-boot-nds32/master
@ 2019-01-23  2:56 uboot at andestech.com
  2019-01-23 13:53 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: uboot at andestech.com @ 2019-01-23  2:56 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull some nds32 updates:
1. Support nds32 prebuilt toolchain.
2. Fix some compile issues.
3. Fix dts mmc node compatible string.

https://travis-ci.org/rickchen36/u-boot-nds32/builds/482800645

Thanks

Rick


The following changes since commit e8ddbefccd0193340ebbe6fe53c5490624b7c110:

  Merge git://git.denx.de/u-boot-marvell (2019-01-21 11:59:21 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-nds32.git

for you to fetch changes up to 866ab879c94f837150af6c5094372de23ca3bd17:

  nds32: dts: Fix mmc node compatible string (2019-01-22 17:36:20 +0800)

----------------------------------------------------------------
Rick Chen (5):
      .travis.yml: Support nds32 prebuilt toolchain
      nds32: Remove gcc unused option
      nds32: Generate SW fpu instruction.
      nds32: Fix boot fail issue when build with elf-mculib.
      nds32: dts: Fix mmc node compatible string

 .travis.yml               | 9 +++++++++
 arch/nds32/config.mk      | 6 +++---
 arch/nds32/dts/ae3xx.dts  | 2 +-
 arch/nds32/dts/ag101p.dts | 2 +-
 4 files changed, 14 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] Pull request: u-boot-nds32/master
  2019-01-23  2:56 uboot at andestech.com
@ 2019-01-23 13:53 ` Tom Rini
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2019-01-23 13:53 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 23, 2019 at 10:56:35AM +0800, uboot at andestech.com wrote:

> Hi Tom,
> 
> Please pull some nds32 updates:
> 1. Support nds32 prebuilt toolchain.
> 2. Fix some compile issues.
> 3. Fix dts mmc node compatible string.
> 
> https://travis-ci.org/rickchen36/u-boot-nds32/builds/482800645
> 
> Thanks
> 
> Rick
> 
> 
> The following changes since commit e8ddbefccd0193340ebbe6fe53c5490624b7c110:
> 
>   Merge git://git.denx.de/u-boot-marvell (2019-01-21 11:59:21 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-nds32.git
> 
> for you to fetch changes up to 866ab879c94f837150af6c5094372de23ca3bd17:
> 
>   nds32: dts: Fix mmc node compatible string (2019-01-22 17:36:20 +0800)
> 

Applied to u-boot/master, thanks!


-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190123/a3c69c66/attachment.sig>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot]  Pull request: u-boot-nds32/master
@ 2019-07-19  7:24 uboot at andestech.com
  2019-07-23 13:46 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: uboot at andestech.com @ 2019-07-19  7:24 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull some nds32 updates:
- Update nds32 MAINTAINERS from Macpaul to Rick.

https://travis-ci.org/rickchen36/u-boot-nds32/builds/560328107

Thanks

Rick


The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:

  Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)

are available in the Git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-nds32.git

for you to fetch changes up to 995fa61fc3769222eac79946890c721bdc27f82b:

  MAINTAINERS: Remove Macpaul and add Rick as nds32 maintainer (2019-07-19 15:09:57 +0800)

----------------------------------------------------------------
Rick Chen (1):
      MAINTAINERS: Remove Macpaul and add Rick as nds32 maintainer

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot] Pull request: u-boot-nds32/master
  2019-07-19  7:24 [U-Boot] Pull request: u-boot-nds32/master uboot at andestech.com
@ 2019-07-23 13:46 ` Tom Rini
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2019-07-23 13:46 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 19, 2019 at 03:24:51PM +0800, uboot at andestech.com wrote:

> Hi Tom,
> 
> Please pull some nds32 updates:
> - Update nds32 MAINTAINERS from Macpaul to Rick.
> 
> https://travis-ci.org/rickchen36/u-boot-nds32/builds/560328107
> 
> Thanks
> 
> Rick
> 
> 
> The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:
> 
>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
> 
> are available in the Git repository at:
> 
>   git at gitlab.denx.de:u-boot/custodians/u-boot-nds32.git
> 
> for you to fetch changes up to 995fa61fc3769222eac79946890c721bdc27f82b:
> 
>   MAINTAINERS: Remove Macpaul and add Rick as nds32 maintainer (2019-07-19 15:09:57 +0800)
> 

Applied to u-boot/master, thanks!


-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190723/2cc5f2dd/attachment.sig>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-07-23 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19  7:24 [U-Boot] Pull request: u-boot-nds32/master uboot at andestech.com
2019-07-23 13:46 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-01-23  2:56 uboot at andestech.com
2019-01-23 13:53 ` Tom Rini
2012-02-28  5:26 Macpaul Lin
2012-03-03 14:14 ` Wolfgang Denk
2011-11-23  6:21 Macpaul Lin
2011-11-23 20:19 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox