All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-02-09  9:49 Prafulla Wadaskar
  2011-02-09 21:01 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-02-09  9:49 UTC (permalink / raw)
  To: u-boot

Hi Albert/Wolfgang

Please pull

The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
  Scott Wood (1):
        powerpc/nand spl: link libgcc

are available in the git repository at:

  u-boot-marvell.git on next branch.

Lei Wen (5):
      mv: seperate kirkwood and armada from common setting
      ARM: Add Support for Marvell Pantheon Familiy SoCs
      serial: add pantheon soc support
      mvmfp: add MFP configuration support for PANTHEON
      Pantheon: Add Board Support for Marvell dkb board

 MAINTAINERS                                   |    4 +
 README                                        |    5 +
 arch/arm/cpu/arm926ejs/pantheon/Makefile      |   46 ++++++
 arch/arm/cpu/arm926ejs/pantheon/cpu.c         |   78 +++++++++
 arch/arm/cpu/arm926ejs/pantheon/dram.c        |  132 +++++++++++++++
 arch/arm/cpu/arm926ejs/pantheon/timer.c       |  214 +++++++++++++++++++++++++
 arch/arm/include/asm/arch-armada100/config.h  |   44 +++++
 arch/arm/include/asm/arch-kirkwood/config.h   |  145 +++++++++++++++++
 arch/arm/include/asm/arch-pantheon/config.h   |   38 +++++
 arch/arm/include/asm/arch-pantheon/cpu.h      |   79 +++++++++
 arch/arm/include/asm/arch-pantheon/mfp.h      |   41 +++++
 arch/arm/include/asm/arch-pantheon/pantheon.h |   54 ++++++
 board/Marvell/dkb/Makefile                    |   51 ++++++
 board/Marvell/dkb/dkb.c                       |   54 ++++++
 boards.cfg                                    |    1 +
 drivers/gpio/mvmfp.c                          |    2 +
 drivers/serial/serial.c                       |    2 +
 include/configs/aspenite.h                    |    8 +
 include/configs/dkb.h                         |   65 ++++++++
 include/configs/mv-common.h                   |  147 +++---------------
 20 files changed, 1084 insertions(+), 126 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/cpu.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/dram.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/timer.c
 create mode 100644 arch/arm/include/asm/arch-armada100/config.h
 create mode 100644 arch/arm/include/asm/arch-kirkwood/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/cpu.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/mfp.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/pantheon.h
 create mode 100644 board/Marvell/dkb/Makefile
 create mode 100644 board/Marvell/dkb/dkb.c
 create mode 100644 include/configs/dkb.h

Regards..
Prafulla . . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-09-13 13:08 Prafulla Wadaskar
  2011-09-13 17:43 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-09-13 13:08 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 07db205b5186ac9722a1f141d97c9a67c43c4ae1:
  Joe Hershberger (1):
        omap4_panda: Ignore omap4 SPL called MLO

are available in the git repository at:

  u-boot-marvell.git next branch.

Ajay Bhargav (3):
      net: Adds Fast Ethernet Controller driver for Armada100
      Armada100: Enable Ethernet support for GplugD
      Armada100: Enable 88E3015 PHY support for GplugD

 arch/arm/include/asm/arch-armada100/armada100.h |   58 ++
 arch/arm/include/asm/arch-armada100/mfp.h       |   19 +
 board/Marvell/gplugd/gplugd.c                   |   71 +++
 drivers/net/Makefile                            |    1 +
 drivers/net/armada100_fec.c                     |  736 +++++++++++++++++++++++
 drivers/net/armada100_fec.h                     |  232 +++++++
 include/configs/gplugd.h                        |   30 +-
 include/netdev.h                                |    1 +
 8 files changed, 1146 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/armada100_fec.c
 create mode 100644 drivers/net/armada100_fec.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-08-21  7:34 Prafulla Wadaskar
  2011-08-21  8:05 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-21  7:34 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
  Prafulla Wadaskar (1):
        Merge branch 'master' of git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster

are available in the git repository at:

  u-boot-marvell.git master branch.

Ajay Bhargav (2):
      gpio: Add GPIO driver framework for Marvell SoCs
      gpio: Add GPIO driver for Marvell SoC Armada100

 arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
 drivers/gpio/Makefile                      |    1 +
 drivers/gpio/mvgpio.c                      |  115 ++++++++++++++++++++++++++++
 drivers/gpio/mvgpio.h                      |   74 ++++++++++++++++++
 4 files changed, 238 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
 create mode 100644 drivers/gpio/mvgpio.c
 create mode 100644 drivers/gpio/mvgpio.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-08-04 12:51 Prafulla Wadaskar
  2011-08-04 14:45 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-04 12:51 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull

The following changes since commit a3df225cd92034b03b276391a45efc516716a31a:
  Thomas Abraham (1):
        SMDKV310: Enable device tree support

are available in the git repository at:

  u-boot-marvell.git master branch.

Ajay Bhargav (2):
      Armada100: MFP macro naming correction
      Armada100: Add Board Support for Marvell GuruPlug-Display

Jason Cooper (1):
      drivers/rtc: add Marvell Integrated RTC

 MAINTAINERS                                   |    4 +
 arch/arm/include/asm/arch-armada100/mfp.h     |    4 +-
 arch/arm/include/asm/arch-kirkwood/kirkwood.h |    1 +
 board/Marvell/gplugd/Makefile                 |   57 +++++++++++
 board/Marvell/gplugd/gplugd.c                 |   62 ++++++++++++
 boards.cfg                                    |    1 +
 drivers/rtc/Makefile                          |    1 +
 drivers/rtc/mvrtc.c                           |  124 +++++++++++++++++++++++++
 drivers/rtc/mvrtc.h                           |   65 +++++++++++++
 include/configs/gplugd.h                      |   87 +++++++++++++++++
 10 files changed, 404 insertions(+), 2 deletions(-)
 create mode 100644 board/Marvell/gplugd/Makefile
 create mode 100644 board/Marvell/gplugd/gplugd.c
 create mode 100644 drivers/rtc/mvrtc.c
 create mode 100644 drivers/rtc/mvrtc.h
 create mode 100644 include/configs/gplugd.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-06-17 10:51 Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-06-17 10:51 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: Thursday, June 16, 2011 4:54 PM
> To: 'Albert ARIBAUD'
> Cc: 'Wolfgang Denk'; 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan
> Sarnaik
> Subject: Pull request u-boot-marvell.git
> 
> Hi Albert
> 
> Please kindly pull
> 
> The following changes since commit
> 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
>   Aneesh V (1):
>         omap730p2: fix build breaks
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git next branch.
> 
> Holger Brunck (4):
>       arm/kirkwood: if CONFIG_SOFT_I2C is set don't set
> CONFIG_I2C_MVTWSI
>       arm/km: fix u-boot.kwb build breakage
>       arm/km: remove unneeded define
>       arm/km: replace suenx targets with km_kirkwood
> 
> Valentin Longchamp (3):
>       arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS
>       arm/km: ethernet support for mgcoge3un
>       arm/km: add support for portl2 board

Hi Albert
I have pushed one more patch on this branch
i.e.

Simon Guinot (1):
      Add support for Network Space v2 and parent

With additions:
board/LaCie/netspace_v2/Makefile            |   49 ++++++++
 board/LaCie/netspace_v2/kwbimage.cfg        |  162 +++++++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.c       |  142 +++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.h       |   42 +++++++
include/configs/netspace_v2.h               |  162 +++++++++++++++++++++++++++

Please kindly consider this for pull or let me know if I need to generate separate pull request for the same.

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-06-16 11:23 Prafulla Wadaskar
  2011-06-18  5:46 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-06-16 11:23 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull

The following changes since commit 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
  Aneesh V (1):
        omap730p2: fix build breaks

are available in the git repository at:

  u-boot-marvell.git next branch.

Holger Brunck (4):
      arm/kirkwood: if CONFIG_SOFT_I2C is set don't set CONFIG_I2C_MVTWSI
      arm/km: fix u-boot.kwb build breakage
      arm/km: remove unneeded define
      arm/km: replace suenx targets with km_kirkwood

Valentin Longchamp (3):
      arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS
      arm/km: ethernet support for mgcoge3un
      arm/km: add support for portl2 board

 MAINTAINERS                                 |    7 ++-
 MAKEALL                                     |    3 +-
 arch/arm/include/asm/arch-kirkwood/config.h |    2 +
 board/keymile/km_arm/km_arm.c               |   45 ++++++++++++++-
 boards.cfg                                  |    5 +-
 include/configs/km/km_arm.h                 |   32 ++--------
 include/configs/{suen3.h => km_kirkwood.h}  |   18 ++++--
 include/configs/mgcoge3un.h                 |    6 ++
 include/configs/portl2.h                    |   81 +++++++++++++++++++++++++++
 include/configs/suen8.h                     |   50 ----------------
 10 files changed, 161 insertions(+), 88 deletions(-)
 rename include/configs/{suen3.h => km_kirkwood.h} (77%)
 create mode 100644 include/configs/portl2.h
 delete mode 100644 include/configs/suen8.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-05-06 13:25 Prafulla Wadaskar
  2011-05-06 20:00 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-05-06 13:25 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
  Grant Likely (1):
        Add CONFIG_OF_LIBFDT to more boards.

are available in the git repository at:

  u-boot-marvell.git master branch.

Clint Adams (4):
      Rename openrd_base files to openrd
      Add definitions for OpenRD-Client and OpenRD-Ultimate
      Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
      Enable multiple fs options for Marvell SoC family on OpenRD boards

Simon Guinot (2):
      Kirkwood: allow to override CONFIG_SYS_TCLK
      mv-common.h: fix DRAM banks configuration

 MAINTAINERS                                        |    1 +
 MAKEALL                                            |    2 +
 arch/arm/include/asm/arch-kirkwood/kw88f6281.h     |    8 +-
 board/Marvell/{openrd_base => openrd}/Makefile     |    2 +-
 board/Marvell/{openrd_base => openrd}/kwbimage.cfg |    0 
 .../{openrd_base/openrd_base.c => openrd/openrd.c} |   33 ++-
 .../{openrd_base/openrd_base.h => openrd/openrd.h} |    0 
 .../openrd_base => freescale/mx53loco}/Makefile    |   21 +-
 boards.cfg                                         |    5 +-
 include/configs/mv-common.h                        |    8 +-
 include/configs/{openrd_base.h => openrd.h}        |   33 ++-
 11 files changed, 707 insertions(+), 34 deletions(-)
 copy board/Marvell/{openrd_base => openrd}/Makefile (98%)
 rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%)
 rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%)
 rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%)
 rename board/{Marvell/openrd_base => freescale/mx53loco}/Makefile (69%)
 rename include/configs/{openrd_base.h => openrd.h} (81%)


The contents are tailored for relevant patches since git-request-pull output was with added patches.

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-04-13 14:47 Prafulla Wadaskar
  2011-04-13 19:35 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-04-13 14:47 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 531bb02c0bfc783e95f1b761f18e15d6f565e357:
  Fabio Estevam (1):
        MX25: tx25: Add _end section on nand_spl

are available in the git repository at:

  u-boot-marvell.git master branch

Lei Wen (6):
      pxa: move i2c driver to the common place
      mv_i2c: fix timeout value to be consistent with comments
      mv_i2c: use structure to replace the direclty define
      I2C: add i2c support for Pantheon platform
      I2C: mv_i2c: add multi bus support
      I2C: add i2c support for Armada100 platform

Rogan Dawes (1):
      Orion5x: Correct DRAM bank detection

 arch/arm/cpu/arm926ejs/armada100/cpu.c         |   16 ++
 arch/arm/cpu/arm926ejs/orion5x/dram.c          |    2 +-
 arch/arm/cpu/arm926ejs/pantheon/cpu.c          |   12 +
 arch/arm/cpu/pxa/Makefile                      |    1 -
 arch/arm/cpu/pxa/cpu.c                         |   10 +
 arch/arm/include/asm/arch-armada100/config.h   |   12 +
 arch/arm/include/asm/arch-armada100/mfp.h      |   40 ++--
 arch/arm/include/asm/arch-orion5x/orion5x.h    |    1 +
 arch/arm/include/asm/arch-pantheon/config.h    |   10 +
 arch/arm/include/asm/arch-pantheon/cpu.h       |    4 +-
 arch/arm/include/asm/arch-pantheon/mfp.h       |    6 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h       |   56 -----
 board/Marvell/aspenite/aspenite.c              |    5 +
 board/Marvell/dkb/dkb.c                        |    4 +
 board/innokom/innokom.c                        |    9 +-
 drivers/i2c/Makefile                           |    1 +
 arch/arm/cpu/pxa/i2c.c => drivers/i2c/mv_i2c.c |  294 ++++++++++++-----------
 drivers/i2c/mv_i2c.h                           |   83 +++++++
 include/configs/aspenite.h                     |    1 +
 include/configs/dkb.h                          |    2 +
 include/configs/innokom.h                      |    2 +
 include/configs/xm250.h                        |    2 +
 22 files changed, 345 insertions(+), 228 deletions(-)
 rename arch/arm/cpu/pxa/i2c.c => drivers/i2c/mv_i2c.c (65%)
 create mode 100644 drivers/i2c/mv_i2c.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-02-14  6:58 Prafulla Wadaskar
  2011-02-14  7:17 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-02-14  6:58 UTC (permalink / raw)
  To: u-boot

Hi Albert/Wolfgang

Resending pull re	quest for master branch
Please kindly pull
The following changes since commit 3b66ae65d7f9b18f281ae975a075b991048c8864:
  Albert Aribaud (1):
        Merge remote branch 'u-boot-imx/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Lei Wen (5):
      mv: seperate kirkwood and armada from common setting
      ARM: Add Support for Marvell Pantheon Familiy SoCs
      serial: add pantheon soc support
      mvmfp: add MFP configuration support for PANTHEON
      Pantheon: Add Board Support for Marvell dkb board

 MAINTAINERS                                   |    4 +
 README                                        |    5 +
 arch/arm/cpu/arm926ejs/pantheon/Makefile      |   46 ++++++
 arch/arm/cpu/arm926ejs/pantheon/cpu.c         |   78 +++++++++
 arch/arm/cpu/arm926ejs/pantheon/dram.c        |  132 +++++++++++++++
 arch/arm/cpu/arm926ejs/pantheon/timer.c       |  214 +++++++++++++++++++++++++
 arch/arm/include/asm/arch-armada100/config.h  |   44 +++++
 arch/arm/include/asm/arch-kirkwood/config.h   |  145 +++++++++++++++++
 arch/arm/include/asm/arch-pantheon/config.h   |   38 +++++
 arch/arm/include/asm/arch-pantheon/cpu.h      |   79 +++++++++
 arch/arm/include/asm/arch-pantheon/mfp.h      |   41 +++++
 arch/arm/include/asm/arch-pantheon/pantheon.h |   54 ++++++
 board/Marvell/dkb/Makefile                    |   51 ++++++
 board/Marvell/dkb/dkb.c                       |   54 ++++++
 boards.cfg                                    |    1 +
 drivers/gpio/mvmfp.c                          |    2 +
 drivers/serial/serial.c                       |    2 +
 include/configs/aspenite.h                    |    8 +
 include/configs/dkb.h                         |   65 ++++++++
 include/configs/mv-common.h                   |  147 +++---------------
 20 files changed, 1084 insertions(+), 126 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/cpu.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/dram.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/timer.c
 create mode 100644 arch/arm/include/asm/arch-armada100/config.h
 create mode 100644 arch/arm/include/asm/arch-kirkwood/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/cpu.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/mfp.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/pantheon.h
 create mode 100644 board/Marvell/dkb/Makefile
 create mode 100644 board/Marvell/dkb/dkb.c
 create mode 100644 include/configs/dkb.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
[parent not found: <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com>]
[parent not found: <4970A9779D0EB04A877B313171049CA7047FDE73@SC-VEXCH4.marvell.com>]
* [U-Boot] Pull request u-boot-marvell.git
@ 2010-06-17 10:35 Prafulla Wadaskar
  2010-06-17 20:27 ` Wolfgang Denk
  2010-08-09  6:18 ` Prafulla Wadaskar
  0 siblings, 2 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-06-17 10:35 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull

The following changes since commit 376e7fadbad3285231e390c6534feb5af86d594b:
  Minkyu Kang (1):
        SAMSUNG: goni: add the GPL licence

are available in the git repository at:

  u-boot-marvrell.git .. Master branch..

Albert Aribaud (3):
      Initial support for Marvell Orion5x SoC
      Add Orion5x support to 16550 device driver
      Add support for the LaCie ED Mini V2 board

 MAINTAINERS                                    |    4 +
 MAKEALL                                        |    1 +
 Makefile                                       |    3 +
 arch/arm/cpu/arm926ejs/orion5x/Makefile        |   55 +++++
 arch/arm/cpu/arm926ejs/orion5x/cpu.c           |  270 ++++++++++++++++++++++
 arch/arm/cpu/arm926ejs/orion5x/dram.c          |   64 +++++
 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S |  293 ++++++++++++++++++++++++
 arch/arm/cpu/arm926ejs/orion5x/timer.c         |  181 +++++++++++++++
 arch/arm/include/asm/arch-orion5x/cpu.h        |  203 ++++++++++++++++
 arch/arm/include/asm/arch-orion5x/mv88f5182.h  |   40 ++++
 arch/arm/include/asm/arch-orion5x/orion5x.h    |   69 ++++++
 board/LaCie/edminiv2/Makefile                  |   53 +++++
 board/LaCie/edminiv2/config.mk                 |   27 +++
 board/LaCie/edminiv2/edminiv2.c                |   92 ++++++++
 drivers/serial/serial.c                        |    3 +
 include/configs/edminiv2.h                     |  172 ++++++++++++++
 16 files changed, 1530 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/cpu.c
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/dram.c
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/timer.c
 create mode 100644 arch/arm/include/asm/arch-orion5x/cpu.h
 create mode 100644 arch/arm/include/asm/arch-orion5x/mv88f5182.h
 create mode 100644 arch/arm/include/asm/arch-orion5x/orion5x.h
 create mode 100644 board/LaCie/edminiv2/Makefile
 create mode 100644 board/LaCie/edminiv2/config.mk
 create mode 100644 board/LaCie/edminiv2/edminiv2.c
 create mode 100644 include/configs/edminiv2.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2010-05-21  6:46 Prafulla Wadaskar
  2010-05-21 20:31 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-05-21  6:46 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull

The following changes since commit 0cf7d2440e1aa91ca65f1fc08ba309184d376da6:
  Stefano Babic (1):
        Add SPI support to mx51evk board

are available in the git repository at:

  u-boot-marvell.git master branch

Mahavir Jain (1):
      bugfix: Guruplug: Use standard miiphy

 board/Marvell/guruplug/guruplug.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2010-04-19 10:33 Prafulla Wadaskar
  2010-04-21 23:46 ` Tom Rix
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-04-19 10:33 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull the following

The following changes since commit 07739bcef5da07cc4a4edef8b91014ccc332eda3:
  Stefano Babic (1):
        Moved board specific values in config file

are available in the git repository at:

  http://git.denx.de/u-boot/u-boot-marvell.git master branch

Frans Meulenbroeks (2):
      configs/sheevaplug: added a few additional commands
      configs/openrd_base.h: reordered macros

Siddarth Gore (1):
      Marvell GuruPlug Board Support

 MAINTAINERS                         |    4 +
 MAKEALL                             |    1 +
 Makefile                            |    3 +
 board/Marvell/guruplug/Makefile     |   51 +++++++++
 board/Marvell/guruplug/config.mk    |   27 +++++
 board/Marvell/guruplug/guruplug.c   |  167 +++++++++++++++++++++++++++++
 board/Marvell/guruplug/guruplug.h   |   39 +++++++
 board/Marvell/guruplug/kwbimage.cfg |  162 ++++++++++++++++++++++++++++
 include/configs/guruplug.h          |  198 +++++++++++++++++++++++++++++++++++
 include/configs/openrd_base.h       |    4 +-
 include/configs/sheevaplug.h        |   27 ++++-
 11 files changed, 676 insertions(+), 7 deletions(-)
 create mode 100644 board/Marvell/guruplug/Makefile
 create mode 100644 board/Marvell/guruplug/config.mk
 create mode 100644 board/Marvell/guruplug/guruplug.c
 create mode 100644 board/Marvell/guruplug/guruplug.h
 create mode 100644 board/Marvell/guruplug/kwbimage.cfg
 create mode 100644 include/configs/guruplug.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2010-02-26  9:36 Prafulla Wadaskar
  2010-02-27 23:26 ` Tom
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-02-26  9:36 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull the following

The following changes since commit 1b063b552e815f90a6a880e78fc40cc309dd52ad:
  Anders Darander (1):
        Add bootcount to AT91

are available in the git repository at:

http://git.denx.de/u-boot/u-boot-marvell.git  master branch

Heiko Schocher (1):
      arm: add support for the suen3 board from keymile

 MAINTAINERS                       |    2 +-
 MAKEALL                           |    1 +
 Makefile                          |    3 +
 board/keymile/common/common.c     |    6 +-
 board/keymile/km_arm/Makefile     |   51 ++++++
 board/keymile/km_arm/config.mk    |   28 ++++
 board/keymile/km_arm/km_arm.c     |  324 +++++++++++++++++++++++++++++++++++++
 board/keymile/km_arm/kwbimage.cfg |  176 ++++++++++++++++++++
 include/configs/km_arm.h          |  191 ++++++++++++++++++++++
 include/configs/suen3.h           |  103 ++++++++++++
 10 files changed, 882 insertions(+), 3 deletions(-)
 create mode 100644 board/keymile/km_arm/Makefile
 create mode 100644 board/keymile/km_arm/config.mk
 create mode 100644 board/keymile/km_arm/km_arm.c
 create mode 100644 board/keymile/km_arm/kwbimage.cfg
 create mode 100644 include/configs/km_arm.h
 create mode 100644 include/configs/suen3.h

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 68+ messages in thread
* [U-Boot] Pull request u-boot-marvell.git
@ 2010-01-18  4:32 Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-01-18  4:32 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull the following

The following changes since commit 06f95959bc5421e516a9a25012e303dea8833385:
  Tom Rix (1):
        ARM Update mach-types

are available in the git repository at:

  http://git.denx.de/u-boot/u-boot-marvell.git  master branch.

Prafulla Wadaskar (2):
      Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
      Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)

 cpu/arm926ejs/kirkwood/Makefile      |    4 ++--
 drivers/gpio/kw_gpio.c               |   20 +++++++++++++++++---
 drivers/i2c/kirkwood_i2c.c           |   23 ++++++++++++++++++-----
 include/asm-arm/arch-kirkwood/gpio.h |   20 +++++++++++++++++---
 include/asm-arm/arch-kirkwood/mpp.h  |   20 +++++++++++++++++---
 5 files changed, 71 insertions(+), 16 deletions(-)

Regards..
Prafulla . .

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

end of thread, other threads:[~2011-09-14  6:54 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09  9:49 [U-Boot] Pull request u-boot-marvell.git Prafulla Wadaskar
2011-02-09 21:01 ` Albert ARIBAUD
2011-02-10 20:40   ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2011-09-13 13:08 Prafulla Wadaskar
2011-09-13 17:43 ` Albert ARIBAUD
2011-09-14  6:06   ` Prafulla Wadaskar
2011-09-14  6:54     ` Albert ARIBAUD
2011-08-21  7:34 Prafulla Wadaskar
2011-08-21  8:05 ` Albert ARIBAUD
2011-08-21  8:15   ` Prafulla Wadaskar
2011-08-21 10:16     ` Albert ARIBAUD
2011-08-21 13:00       ` Prafulla Wadaskar
2011-08-22  6:42         ` Albert ARIBAUD
2011-08-04 12:51 Prafulla Wadaskar
2011-08-04 14:45 ` Albert ARIBAUD
2011-08-05  1:52   ` Prafulla Wadaskar
2011-06-17 10:51 Prafulla Wadaskar
2011-06-16 11:23 Prafulla Wadaskar
2011-06-18  5:46 ` Albert ARIBAUD
2011-06-20  5:16   ` Prafulla Wadaskar
2011-06-20 11:46     ` Albert ARIBAUD
2011-05-06 13:25 Prafulla Wadaskar
2011-05-06 20:00 ` Albert ARIBAUD
2011-05-06 20:43   ` Prafulla Wadaskar
2011-05-07  7:14     ` Albert ARIBAUD
2011-05-11 11:51       ` Prafulla Wadaskar
2011-05-11 21:01         ` Albert ARIBAUD
2011-04-13 14:47 Prafulla Wadaskar
2011-04-13 19:35 ` Albert ARIBAUD
2011-02-14  6:58 Prafulla Wadaskar
2011-02-14  7:17 ` Albert ARIBAUD
     [not found] <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com>
2010-12-13 22:45 ` Wolfgang Denk
2010-12-16 22:04 ` Wolfgang Denk
     [not found] <4970A9779D0EB04A877B313171049CA7047FDE73@SC-VEXCH4.marvell.com>
2010-11-25  7:10 ` Prafulla Wadaskar
2010-11-26 20:15   ` Wolfgang Denk
2010-06-17 10:35 Prafulla Wadaskar
2010-06-17 20:27 ` Wolfgang Denk
2010-08-09  6:18 ` Prafulla Wadaskar
2010-08-09  6:51   ` Albert ARIBAUD
2010-08-09  8:13     ` Prafulla Wadaskar
2010-08-09  8:40       ` Albert ARIBAUD
2010-08-10 20:45         ` Wolfgang Denk
2010-08-10 20:56           ` Albert ARIBAUD
2010-08-10 20:39   ` Wolfgang Denk
2010-08-26  5:09   ` Prafulla Wadaskar
2010-09-07 21:25     ` Wolfgang Denk
2010-09-08  6:03       ` Prafulla Wadaskar
2010-09-08  6:17         ` Wolfgang Denk
2010-10-12  5:20         ` Prafulla Wadaskar
2010-10-12 18:07           ` Wolfgang Denk
2010-10-29 11:11   ` Prafulla Wadaskar
2010-10-29 11:23     ` Albert ARIBAUD
2010-10-29 11:28       ` Prafulla Wadaskar
2010-10-29 11:45         ` Wolfgang Denk
2010-10-29 11:31       ` Stefan Roese
2010-10-29 11:39         ` Prafulla Wadaskar
2010-10-29 20:07     ` Wolfgang Denk
2010-05-21  6:46 Prafulla Wadaskar
2010-05-21 20:31 ` Wolfgang Denk
2010-05-22  6:45   ` Prafulla Wadaskar
2010-04-19 10:33 Prafulla Wadaskar
2010-04-21 23:46 ` Tom Rix
2010-04-23 13:12   ` Prafulla Wadaskar
2010-02-26  9:36 Prafulla Wadaskar
2010-02-27 23:26 ` Tom
2010-03-01  7:31   ` Heiko Schocher
2010-03-01 14:01     ` Tom
2010-01-18  4:32 Prafulla Wadaskar

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.