All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] MIPS patch
@ 2010-09-04  3:13 Shinya Kuribayashi
  2010-09-07 19:55 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Shinya Kuribayashi @ 2010-09-04  3:13 UTC (permalink / raw)
  To: u-boot

The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 21:16:35 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-mips.git master

Xiangfu Liu (1):
      MIPS: update the MIPS u-boot.lds

 board/dbau1x00/u-boot.lds    |    2 +-
 board/gth2/u-boot.lds        |    2 +-
 board/incaip/u-boot.lds      |    2 +-
 board/pb1x00/u-boot.lds      |    2 +-
 board/purple/u-boot.lds      |    2 +-
 board/qemu-mips/u-boot.lds   |    2 +-
 examples/standalone/mips.lds |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

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

* [U-Boot] [GIT PULL] MIPS patch
  2010-09-04  3:13 [U-Boot] [GIT PULL] MIPS patch Shinya Kuribayashi
@ 2010-09-07 19:55 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-09-07 19:55 UTC (permalink / raw)
  To: u-boot

Dear Shinya Kuribayashi,

In message <4C81B954.7020900@pobox.com> you wrote:
> The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
> 
>   Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 21:16:35 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mips.git master
> 
> Xiangfu Liu (1):
>       MIPS: update the MIPS u-boot.lds
> 
>  board/dbau1x00/u-boot.lds    |    2 +-
>  board/gth2/u-boot.lds        |    2 +-
>  board/incaip/u-boot.lds      |    2 +-
>  board/pb1x00/u-boot.lds      |    2 +-
>  board/purple/u-boot.lds      |    2 +-
>  board/qemu-mips/u-boot.lds   |    2 +-
>  examples/standalone/mips.lds |    2 +-
>  7 files changed, 7 insertions(+), 7 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
The man on tops walks a lonely street;  the  "chain"  of  command  is
often a noose.

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

* [U-Boot] [GIT PULL] MIPS patch
  2011-10-12 15:00 Shinya Kuribayashi
@ 2011-10-12 20:48 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2011-10-12 20:48 UTC (permalink / raw)
  To: u-boot

Dear Shinya Kuribayashi,

In message <4E95AB8A.2050901@pobox.com> you wrote:
> Hi Wolfgang,
> 
> please pull the following patchset from Xiangfu introducing NanoNote
> initial support.  The device is one of most easy-to-get MIPS devices
> and active people and communities are there in the world.  The Linux
> kernel also has been supporting it since v2.6.36.  It's about time to
> support in U-Boot.
> 
>   Shinya
> 
> 
> The following changes since commit 0841ca90f22d73b0ea4642ef1ce33d879bb2f3ff:
> 
>   arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used (2011-10-09 23:24:50 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mips.git master
> 
> Xiangfu Liu (3):
>       MIPS: Ingenic XBurst Jz4740 processor support
>       MIPS: Jz4740: Add NAND driver
>       MIPS: Jz4740: Add qi_lb60 board support
> 
>  MAINTAINERS                         |    4 +
>  MAKEALL                             |    4 +-
>  README                              |    1 +
>  arch/mips/cpu/xburst/Makefile       |   49 ++
>  arch/mips/cpu/xburst/config.mk      |   24 +
>  arch/mips/cpu/xburst/cpu.c          |  152 +++++
>  arch/mips/cpu/xburst/jz4740.c       |  248 ++++++++
>  arch/mips/cpu/xburst/jz_serial.c    |  114 ++++
>  arch/mips/cpu/xburst/start.S        |  171 ++++++
>  arch/mips/cpu/xburst/timer.c        |  162 +++++
>  arch/mips/include/asm/global_data.h |   11 +
>  arch/mips/include/asm/jz4740.h      | 1150 +++++++++++++++++++++++++++++++++++
>  board/qi/qi_lb60/Makefile           |   45 ++
>  board/qi/qi_lb60/config.mk          |   31 +
>  board/qi/qi_lb60/qi_lb60.c          |  104 ++++
>  board/qi/qi_lb60/u-boot.lds         |   61 ++
>  boards.cfg                          |    1 +
>  drivers/mtd/nand/Makefile           |    1 +
>  drivers/mtd/nand/jz4740_nand.c      |  261 ++++++++
>  include/configs/qi_lb60.h           |  211 +++++++
>  20 files changed, 2804 insertions(+), 1 deletions(-)
>  create mode 100644 arch/mips/cpu/xburst/Makefile
>  create mode 100644 arch/mips/cpu/xburst/config.mk
>  create mode 100644 arch/mips/cpu/xburst/cpu.c
>  create mode 100644 arch/mips/cpu/xburst/jz4740.c
>  create mode 100644 arch/mips/cpu/xburst/jz_serial.c
>  create mode 100644 arch/mips/cpu/xburst/start.S
>  create mode 100644 arch/mips/cpu/xburst/timer.c
>  create mode 100644 arch/mips/include/asm/jz4740.h
>  create mode 100644 board/qi/qi_lb60/Makefile
>  create mode 100644 board/qi/qi_lb60/config.mk
>  create mode 100644 board/qi/qi_lb60/qi_lb60.c
>  create mode 100644 board/qi/qi_lb60/u-boot.lds
>  create mode 100644 drivers/mtd/nand/jz4740_nand.c
>  create mode 100644 include/configs/qi_lb60.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
There were meetings. There were always meetings. And they were  dull,
which is part of the reason they were meetings. Dull likes company.
                                    - Terry Pratchett, _Making_Money_

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

* [U-Boot] [GIT PULL] MIPS patch
@ 2011-10-12 15:00 Shinya Kuribayashi
  2011-10-12 20:48 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Shinya Kuribayashi @ 2011-10-12 15:00 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull the following patchset from Xiangfu introducing NanoNote
initial support.  The device is one of most easy-to-get MIPS devices
and active people and communities are there in the world.  The Linux
kernel also has been supporting it since v2.6.36.  It's about time to
support in U-Boot.

  Shinya


The following changes since commit 0841ca90f22d73b0ea4642ef1ce33d879bb2f3ff:

  arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used (2011-10-09 23:24:50 +0200)

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

Xiangfu Liu (3):
      MIPS: Ingenic XBurst Jz4740 processor support
      MIPS: Jz4740: Add NAND driver
      MIPS: Jz4740: Add qi_lb60 board support

 MAINTAINERS                         |    4 +
 MAKEALL                             |    4 +-
 README                              |    1 +
 arch/mips/cpu/xburst/Makefile       |   49 ++
 arch/mips/cpu/xburst/config.mk      |   24 +
 arch/mips/cpu/xburst/cpu.c          |  152 +++++
 arch/mips/cpu/xburst/jz4740.c       |  248 ++++++++
 arch/mips/cpu/xburst/jz_serial.c    |  114 ++++
 arch/mips/cpu/xburst/start.S        |  171 ++++++
 arch/mips/cpu/xburst/timer.c        |  162 +++++
 arch/mips/include/asm/global_data.h |   11 +
 arch/mips/include/asm/jz4740.h      | 1150 +++++++++++++++++++++++++++++++++++
 board/qi/qi_lb60/Makefile           |   45 ++
 board/qi/qi_lb60/config.mk          |   31 +
 board/qi/qi_lb60/qi_lb60.c          |  104 ++++
 board/qi/qi_lb60/u-boot.lds         |   61 ++
 boards.cfg                          |    1 +
 drivers/mtd/nand/Makefile           |    1 +
 drivers/mtd/nand/jz4740_nand.c      |  261 ++++++++
 include/configs/qi_lb60.h           |  211 +++++++
 20 files changed, 2804 insertions(+), 1 deletions(-)
 create mode 100644 arch/mips/cpu/xburst/Makefile
 create mode 100644 arch/mips/cpu/xburst/config.mk
 create mode 100644 arch/mips/cpu/xburst/cpu.c
 create mode 100644 arch/mips/cpu/xburst/jz4740.c
 create mode 100644 arch/mips/cpu/xburst/jz_serial.c
 create mode 100644 arch/mips/cpu/xburst/start.S
 create mode 100644 arch/mips/cpu/xburst/timer.c
 create mode 100644 arch/mips/include/asm/jz4740.h
 create mode 100644 board/qi/qi_lb60/Makefile
 create mode 100644 board/qi/qi_lb60/config.mk
 create mode 100644 board/qi/qi_lb60/qi_lb60.c
 create mode 100644 board/qi/qi_lb60/u-boot.lds
 create mode 100644 drivers/mtd/nand/jz4740_nand.c
 create mode 100644 include/configs/qi_lb60.h

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

end of thread, other threads:[~2011-10-12 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-04  3:13 [U-Boot] [GIT PULL] MIPS patch Shinya Kuribayashi
2010-09-07 19:55 ` Wolfgang Denk
2011-10-12 15:00 Shinya Kuribayashi
2011-10-12 20:48 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.