public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] AT91 pull request
@ 2008-08-08 22:48 Jean-Christophe PLAGNIOL-VILLARD
  2008-08-09 23:05 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-08 22:48 UTC (permalink / raw)
  To: u-boot

Hi,
Wolfgang please pull
The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c:
  Jean-Christophe PLAGNIOL-VILLARD (1):
        drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros

are available in the git repository at:

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

Sergey Lapin (1):
      DataFlash: AT45DB021 fix and AT45DB081 support

 drivers/mtd/dataflash.c |   15 ++++++++++++++-
 include/dataflash.h     |    2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

Best Regards,
J.

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

* [U-Boot] AT91 pull request
  2008-08-08 22:48 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-08-09 23:05 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2008-08-09 23:05 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080808224820.GA18040@game.jcrosoft.org> you wrote:
> Hi,
> Wolfgang please pull
> The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c:
>   Jean-Christophe PLAGNIOL-VILLARD (1):
>         drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Sergey Lapin (1):
>       DataFlash: AT45DB021 fix and AT45DB081 support
> 
>  drivers/mtd/dataflash.c |   15 ++++++++++++++-
>  include/dataflash.h     |    2 +-
>  2 files changed, 15 insertions(+), 2 deletions(-)

Done, 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
Madness takes its toll. Please have exact change.

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

* [U-Boot] AT91 Pull Request
@ 2008-08-12 16:45 Jean-Christophe PLAGNIOL-VILLARD
  2008-08-12 20:03 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-12 16:45 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang
please pull
The following changes since commit cd82919e6c8a73b363a26f34b734923844e52d1c:
  Wolfgang Denk (1):
        Coding style cleanup, update CHANGELOG, prepare release

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (1):
      at91: move arch-at91sam9 to arch-at91

 Makefile                                           |   10 +++++-----
 cpu/arm926ejs/{at91sam9 => at91}/Makefile          |    0 
 cpu/arm926ejs/{at91sam9 => at91}/config.mk         |    2 +-
 cpu/arm926ejs/{at91sam9 => at91}/ether.c           |    0 
 cpu/arm926ejs/{at91sam9 => at91}/lowlevel_init.S   |    0 
 cpu/arm926ejs/{at91sam9 => at91}/spi.c             |    0 
 cpu/arm926ejs/{at91sam9 => at91}/timer.c           |    0 
 cpu/arm926ejs/{at91sam9 => at91}/u-boot.lds        |    0 
 cpu/arm926ejs/{at91sam9 => at91}/usb.c             |    0 
 .../{arch-at91sam9 => arch-at91}/at91_pio.h        |    0 
 .../{arch-at91sam9 => arch-at91}/at91_pit.h        |    0 
 .../{arch-at91sam9 => arch-at91}/at91_pmc.h        |    0 
 .../{arch-at91sam9 => arch-at91}/at91_rstc.h       |    0 
 .../{arch-at91sam9 => arch-at91}/at91_spi.h        |    0 
 .../{arch-at91sam9 => arch-at91}/at91cap9.h        |    0 
 .../{arch-at91sam9 => arch-at91}/at91cap9_matrix.h |    0 
 .../{arch-at91sam9 => arch-at91}/at91sam9260.h     |    0 
 .../at91sam9260_matrix.h                           |    0 
 .../{arch-at91sam9 => arch-at91}/at91sam9261.h     |    0 
 .../at91sam9261_matrix.h                           |    0 
 .../{arch-at91sam9 => arch-at91}/at91sam9263.h     |    0 
 .../at91sam9263_matrix.h                           |    0 
 .../{arch-at91sam9 => arch-at91}/at91sam9_smc.h    |    0 
 .../{arch-at91sam9 => arch-at91}/at91sam9rl.h      |    0 
 .../at91sam9rl_matrix.h                            |    0 
 include/asm-arm/{arch-at91sam9 => arch-at91}/clk.h |    0 
 .../asm-arm/{arch-at91sam9 => arch-at91}/gpio.h    |    0 
 .../{arch-at91sam9 => arch-at91}/hardware.h        |    0 
 include/asm-arm/{arch-at91sam9 => arch-at91}/io.h  |    0 
 .../{arch-at91sam9 => arch-at91}/memory-map.h      |    0 
 30 files changed, 6 insertions(+), 6 deletions(-)
 rename cpu/arm926ejs/{at91sam9 => at91}/Makefile (100%)
 rename cpu/arm926ejs/{at91sam9 => at91}/config.mk (62%)
 rename cpu/arm926ejs/{at91sam9 => at91}/ether.c (100%)
 rename cpu/arm926ejs/{at91sam9 => at91}/lowlevel_init.S (100%)
 rename cpu/arm926ejs/{at91sam9 => at91}/spi.c (100%)
 rename cpu/arm926ejs/{at91sam9 => at91}/timer.c (100%)
 rename cpu/arm926ejs/{at91sam9 => at91}/u-boot.lds (100%)
 rename cpu/arm926ejs/{at91sam9 => at91}/usb.c (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pio.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pit.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pmc.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_rstc.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_spi.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91cap9.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91cap9_matrix.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9260.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9260_matrix.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9261.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9261_matrix.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9263.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9263_matrix.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9_smc.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9rl.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9rl_matrix.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/clk.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/gpio.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/hardware.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/io.h (100%)
 rename include/asm-arm/{arch-at91sam9 => arch-at91}/memory-map.h (100%)

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
  2008-08-12 16:45 [U-Boot] AT91 Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-08-12 20:03 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2008-08-12 20:03 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080812164552.GG9467@game.jcrosoft.org> you wrote:
> Hi Wolfgang
> please pull
> The following changes since commit cd82919e6c8a73b363a26f34b734923844e52d1c:
>   Wolfgang Denk (1):
>         Coding style cleanup, update CHANGELOG, prepare release
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       at91: move arch-at91sam9 to arch-at91
> 
>  Makefile                                           |   10 +++++-----
>  cpu/arm926ejs/{at91sam9 => at91}/Makefile          |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/config.mk         |    2 +-
>  cpu/arm926ejs/{at91sam9 => at91}/ether.c           |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/lowlevel_init.S   |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/spi.c             |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/timer.c           |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/u-boot.lds        |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/usb.c             |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_pio.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_pit.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_pmc.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_rstc.h       |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_spi.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91cap9.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91cap9_matrix.h |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9260.h     |    0 
>  .../at91sam9260_matrix.h                           |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9261.h     |    0 
>  .../at91sam9261_matrix.h                           |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9263.h     |    0 
>  .../at91sam9263_matrix.h                           |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9_smc.h    |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9rl.h      |    0 
>  .../at91sam9rl_matrix.h                            |    0 
>  include/asm-arm/{arch-at91sam9 => arch-at91}/clk.h |    0 
>  .../asm-arm/{arch-at91sam9 => arch-at91}/gpio.h    |    0 
>  .../{arch-at91sam9 => arch-at91}/hardware.h        |    0 
>  include/asm-arm/{arch-at91sam9 => arch-at91}/io.h  |    0 
>  .../{arch-at91sam9 => arch-at91}/memory-map.h      |    0 
>  30 files changed, 6 insertions(+), 6 deletions(-)
>  rename cpu/arm926ejs/{at91sam9 => at91}/Makefile (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/config.mk (62%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/ether.c (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/lowlevel_init.S (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/spi.c (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/timer.c (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/u-boot.lds (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/usb.c (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pio.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pit.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pmc.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_rstc.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_spi.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91cap9.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91cap9_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9260.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9260_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9261.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9261_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9263.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9263_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9_smc.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9rl.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9rl_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/clk.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/gpio.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/hardware.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/io.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/memory-map.h (100%)

Done. 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
Every program has at least one bug and can be shortened by  at  least
one instruction - from which, by induction, one can deduce that every
program can be reduced to one instruction which doesn't work.

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

* [U-Boot] AT91 pull request
@ 2008-11-06 19:32 Jean-Christophe PLAGNIOL-VILLARD
  2008-11-08 23:11 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-06 19:32 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

	Please pull the following changes since commit 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-nand-flash

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (1):
      Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs

Sergey Lapin (1):
      Custom AFEB9260 board support

Stelian Pop (2):
      AT91: Replace (undefined) AT91_ID_US* by the board specific values.
      AT91: Replace AT91_BASE_EMAC by the board specific values.

 MAINTAINERS                               |    4 +
 MAKEALL                                   |    1 +
 Makefile                                  |   21 ++-
 board/afeb9260/Makefile                   |   56 +++++++
 board/afeb9260/afeb9260.c                 |  243 +++++++++++++++++++++++++++++
 board/afeb9260/config.mk                  |    1 +
 board/afeb9260/nand.c                     |   78 +++++++++
 board/afeb9260/partition.c                |   37 +++++
 board/atmel/at91cap9adk/at91cap9adk.c     |    8 +-
 board/atmel/at91sam9260ek/at91sam9260ek.c |    8 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c |    6 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c |    8 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c   |    6 +-
 include/asm-arm/arch-at91/hardware.h      |    3 -
 include/configs/afeb9260.h                |  169 ++++++++++++++++++++
 15 files changed, 619 insertions(+), 30 deletions(-)
 create mode 100644 board/afeb9260/Makefile
 create mode 100644 board/afeb9260/afeb9260.c
 create mode 100644 board/afeb9260/config.mk
 create mode 100644 board/afeb9260/nand.c
 create mode 100644 board/afeb9260/partition.c
 create mode 100644 include/configs/afeb9260.h

Best Regards,
J.

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

* [U-Boot] AT91 pull request
  2008-11-06 19:32 Jean-Christophe PLAGNIOL-VILLARD
@ 2008-11-08 23:11 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2008-11-08 23:11 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081106193223.GG21565@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> 	Please pull the following changes since commit 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
> 
> Sergey Lapin (1):
>       Custom AFEB9260 board support
> 
> Stelian Pop (2):
>       AT91: Replace (undefined) AT91_ID_US* by the board specific values.
>       AT91: Replace AT91_BASE_EMAC by the board specific values.
> 
>  MAINTAINERS                               |    4 +
>  MAKEALL                                   |    1 +
>  Makefile                                  |   21 ++-
>  board/afeb9260/Makefile                   |   56 +++++++
>  board/afeb9260/afeb9260.c                 |  243 +++++++++++++++++++++++++++++
>  board/afeb9260/config.mk                  |    1 +
>  board/afeb9260/nand.c                     |   78 +++++++++
>  board/afeb9260/partition.c                |   37 +++++
>  board/atmel/at91cap9adk/at91cap9adk.c     |    8 +-
>  board/atmel/at91sam9260ek/at91sam9260ek.c |    8 +-
>  board/atmel/at91sam9261ek/at91sam9261ek.c |    6 +-
>  board/atmel/at91sam9263ek/at91sam9263ek.c |    8 +-
>  board/atmel/at91sam9rlek/at91sam9rlek.c   |    6 +-
>  include/asm-arm/arch-at91/hardware.h      |    3 -
>  include/configs/afeb9260.h                |  169 ++++++++++++++++++++
>  15 files changed, 619 insertions(+), 30 deletions(-)
>  create mode 100644 board/afeb9260/Makefile
>  create mode 100644 board/afeb9260/afeb9260.c
>  create mode 100644 board/afeb9260/config.mk
>  create mode 100644 board/afeb9260/nand.c
>  create mode 100644 board/afeb9260/partition.c
>  create mode 100644 include/configs/afeb9260.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
If a packet hits a pocket on a socket on a port,
And the bus is interrupted as a very last resort,
And the address of the memory makes your floppy disk abort,
Then the socket packet pocket has an error to report! - Ken Burchill?

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

* [U-Boot] AT91 pull request
@ 2008-11-21  0:43 Jean-Christophe PLAGNIOL-VILLARD
  2008-11-25 10:29 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-21  0:43 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
please pull
The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
        Align end of bss by 4 bytes

are available in the git repository at:

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

Stelian Pop (2):
      AT91: Use AT91_CPU_CLOCK in displays
      AT91: Enable PLLB for USB

 board/atmel/at91cap9adk/at91cap9adk.c     |    2 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c |    2 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c |    2 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c   |    2 +-
 cpu/arm926ejs/at91/usb.c                  |   18 ++++++++++++++++++
 include/configs/afeb9260.h                |    1 +
 include/configs/at91cap9adk.h             |   10 +++++++---
 include/configs/at91sam9260ek.h           |   10 +++++++---
 include/configs/at91sam9261ek.h           |    8 +++++---
 include/configs/at91sam9263ek.h           |    9 ++++++---
 include/configs/at91sam9rlek.h            |    7 ++++---
 11 files changed, 52 insertions(+), 19 deletions(-)

Best Regards,
J.

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

* [U-Boot] AT91 pull request
  2008-11-21  0:43 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-11-25 10:29 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2008-11-25 10:29 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081121004344.GF10892@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> please pull
> The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
>   Selvamuthukumar (1):
>         Align end of bss by 4 bytes
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Stelian Pop (2):
>       AT91: Use AT91_CPU_CLOCK in displays
>       AT91: Enable PLLB for USB
> 
>  board/atmel/at91cap9adk/at91cap9adk.c     |    2 +-
>  board/atmel/at91sam9261ek/at91sam9261ek.c |    2 +-
>  board/atmel/at91sam9263ek/at91sam9263ek.c |    2 +-
>  board/atmel/at91sam9rlek/at91sam9rlek.c   |    2 +-
>  cpu/arm926ejs/at91/usb.c                  |   18 ++++++++++++++++++
>  include/configs/afeb9260.h                |    1 +
>  include/configs/at91cap9adk.h             |   10 +++++++---
>  include/configs/at91sam9260ek.h           |   10 +++++++---
>  include/configs/at91sam9261ek.h           |    8 +++++---
>  include/configs/at91sam9263ek.h           |    9 ++++++---
>  include/configs/at91sam9rlek.h            |    7 ++++---
>  11 files changed, 52 insertions(+), 19 deletions(-)

Done, 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
Mr. Cole's Axiom:
        The sum of the intelligence on the planet is a constant;
        the population is growing.

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

* [U-Boot] AT91 Pull request
@ 2008-12-02 21:04 Jean-Christophe PLAGNIOL-VILLARD
  2008-12-04 23:28 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-12-02 21:04 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
please pull The following changes since commit 2077e348c2a84901022ad95311b47b70361e6daa:
  Scott Wood (1):
        NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().

are available in the git repository at:

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

Ilko Iliev (2):
      fix some coding style violations.
      mtd/dataflash.c: fix a problem with the last partition

Jean-Christophe PLAGNIOL-VILLARD (2):
      AT91: remove non supported board AT91RM9200DF macro
      at91rm9200dk: Fix typo

 cpu/arm920t/start.S            |    4 ++--
 drivers/mtd/dataflash.c        |   25 ++++++++++++-------------
 include/configs/at91rm9200dk.h |    2 +-
 3 files changed, 15 insertions(+), 16 deletions(-)

Best Regards,
J.

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

* [U-Boot] AT91 Pull request
  2008-12-02 21:04 Jean-Christophe PLAGNIOL-VILLARD
@ 2008-12-04 23:28 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2008-12-04 23:28 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081202210458.GG13752@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> please pull The following changes since commit 2077e348c2a84901022ad95311b47b70361e6daa:
>   Scott Wood (1):
>         NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Ilko Iliev (2):
>       fix some coding style violations.
>       mtd/dataflash.c: fix a problem with the last partition
> 
> Jean-Christophe PLAGNIOL-VILLARD (2):
>       AT91: remove non supported board AT91RM9200DF macro
>       at91rm9200dk: Fix typo
> 
>  cpu/arm920t/start.S            |    4 ++--
>  drivers/mtd/dataflash.c        |   25 ++++++++++++-------------
>  include/configs/at91rm9200dk.h |    2 +-
>  3 files changed, 15 insertions(+), 16 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
"I like your game but we have to change the rules."

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

* [U-Boot] AT91 Pull request
@ 2008-12-06 12:13 Jean-Christophe PLAGNIOL-VILLARD
  2008-12-09  0:06 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-12-06 12:13 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
Please pull The following changes since commit 90665e3d97948000f98846ded37c921c7ae67dd7:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-at91

are available in the git repository at:

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

Nicolas Ferre (1):
      at91: Choose environment variables location within make config target

 Makefile                        |   60 +++++++++++++++++++++++---
 doc/README.at91                 |   88 +++++++++++++++++++++++++++++++++++++++
 include/configs/at91sam9260ek.h |    4 --
 include/configs/at91sam9261ek.h |   19 +++++++--
 include/configs/at91sam9263ek.h |    3 -
 include/configs/at91sam9rlek.h  |    3 -
 6 files changed, 156 insertions(+), 21 deletions(-)
 create mode 100644 doc/README.at91

Best Regards,
J.

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

* [U-Boot] AT91 Pull request
  2008-12-06 12:13 Jean-Christophe PLAGNIOL-VILLARD
@ 2008-12-09  0:06 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2008-12-09  0:06 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081206121309.GC2977@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> Please pull The following changes since commit 90665e3d97948000f98846ded37c921c7ae67dd7:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-at91
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Nicolas Ferre (1):
>       at91: Choose environment variables location within make config target
> 
>  Makefile                        |   60 +++++++++++++++++++++++---
>  doc/README.at91                 |   88 +++++++++++++++++++++++++++++++++++++++
>  include/configs/at91sam9260ek.h |    4 --
>  include/configs/at91sam9261ek.h |   19 +++++++--
>  include/configs/at91sam9263ek.h |    3 -
>  include/configs/at91sam9rlek.h  |    3 -
>  6 files changed, 156 insertions(+), 21 deletions(-)
>  create mode 100644 doc/README.at91

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 management question ... is not _whether_ to build a pilot  system
and  throw  it away. You _will_ do that. The only question is whether
to plan in advance to build a throwaway, or to promise to deliver the
throwaway to customers.       - Fred Brooks, "The Mythical Man Month"

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

* [U-Boot] AT91 Pull request
@ 2009-01-06 20:57 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-01-06 20:57 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pulli The following changes since commit f85cd46918241842546e5021d0b88db2be50a048:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (5):
      at91: Fix Atmel's at91sam9 boards out of tree build
      fix bmp_logo.h make dependencies to allow parallel build
      at91rm9200: rename lowlevel init value to CONFIG_SYS_
      m501sk: move to the common memory setup
      at91rm9200: move define from lowlevel_init to header

Nicolas Ferre (1):
      at91: add at91sam9xeek board support

 Makefile                                     |   23 +++-
 board/m501sk/Makefile                        |    2 -
 board/m501sk/memsetup.S                      |  200 --------------------------
 cpu/arm920t/at91rm9200/lowlevel_init.S       |  158 +++++++++------------
 doc/README.at91                              |    2 +-
 include/asm-arm/arch-at91rm9200/AT91RM9200.h |   27 ++++
 include/configs/at91rm9200dk.h               |   46 +++---
 include/configs/cmc_pu2.h                    |   46 +++---
 include/configs/csb637.h                     |   46 +++---
 include/configs/m501sk.h                     |   33 +++++
 include/configs/mp2usb.h                     |   46 +++---
 11 files changed, 241 insertions(+), 388 deletions(-)
 delete mode 100644 board/m501sk/memsetup.S 

Best Regards,
J.

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

* [U-Boot] AT91 Pull request
@ 2009-01-06 20:57 Jean-Christophe PLAGNIOL-VILLARD
  2009-01-10 16:33 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-01-06 20:57 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pulli The following changes since commit f85cd46918241842546e5021d0b88db2be50a048:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (5):
      at91: Fix Atmel's at91sam9 boards out of tree build
      fix bmp_logo.h make dependencies to allow parallel build
      at91rm9200: rename lowlevel init value to CONFIG_SYS_
      m501sk: move to the common memory setup
      at91rm9200: move define from lowlevel_init to header

Nicolas Ferre (1):
      at91: add at91sam9xeek board support

 Makefile                                     |   23 +++-
 board/m501sk/Makefile                        |    2 -
 board/m501sk/memsetup.S                      |  200 --------------------------
 cpu/arm920t/at91rm9200/lowlevel_init.S       |  158 +++++++++------------
 doc/README.at91                              |    2 +-
 include/asm-arm/arch-at91rm9200/AT91RM9200.h |   27 ++++
 include/configs/at91rm9200dk.h               |   46 +++---
 include/configs/cmc_pu2.h                    |   46 +++---
 include/configs/csb637.h                     |   46 +++---
 include/configs/m501sk.h                     |   33 +++++
 include/configs/mp2usb.h                     |   46 +++---
 11 files changed, 241 insertions(+), 388 deletions(-)
 delete mode 100644 board/m501sk/memsetup.S 

Best Regards,
J.

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

* [U-Boot] AT91 Pull request
  2009-01-06 20:57 [U-Boot] AT91 Pull request Jean-Christophe PLAGNIOL-VILLARD
@ 2009-01-10 16:33 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2009-01-10 16:33 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090106205737.GN29775@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pulli The following changes since commit f85cd46918241842546e5021d0b88db2be50a048:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (5):
>       at91: Fix Atmel's at91sam9 boards out of tree build
>       fix bmp_logo.h make dependencies to allow parallel build
>       at91rm9200: rename lowlevel init value to CONFIG_SYS_
>       m501sk: move to the common memory setup
>       at91rm9200: move define from lowlevel_init to header
> 
> Nicolas Ferre (1):
>       at91: add at91sam9xeek board support
> 
>  Makefile                                     |   23 +++-
>  board/m501sk/Makefile                        |    2 -
>  board/m501sk/memsetup.S                      |  200 --------------------------
>  cpu/arm920t/at91rm9200/lowlevel_init.S       |  158 +++++++++------------
>  doc/README.at91                              |    2 +-
>  include/asm-arm/arch-at91rm9200/AT91RM9200.h |   27 ++++
>  include/configs/at91rm9200dk.h               |   46 +++---
>  include/configs/cmc_pu2.h                    |   46 +++---
>  include/configs/csb637.h                     |   46 +++---
>  include/configs/m501sk.h                     |   33 +++++
>  include/configs/mp2usb.h                     |   46 +++---
>  11 files changed, 241 insertions(+), 388 deletions(-)
>  delete mode 100644 board/m501sk/memsetup.S 

Pullied, 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 project was large enough and management communication poor enough
to prompt many members of the team to see themselves  as  contestants
making  brownie  points,  rather  than as builders making programming
products. Each suboptimized  his  piece  to  meet  his  targets;  few
stopped to think about the total effect on the customer.
                              - Fred Brooks, "The Mythical Man Month"

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

* [U-Boot] AT91 Pull Request
@ 2009-03-03 14:11 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-08 23:34 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-03 14:11 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:
  Wolfgang Denk (1):
        Update CHANGELOG;  Prepare 2009.03-rc1

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (11):
      at91sam9xeek: fix soc name
      at91sam9: add watchdog support
      at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config
      at91sam9/cap9: use define instead hardcoded value for the USB_OHCI_REGS_BASE
      AT91RM9200EK: fix broken boot from NOR flash
      at91: rename DATAFLASH_MMC_SELECT to CONFIG_SYS_DATAFLASH_MMC_PIO
      at91rm9200dk: Move conditional compilation to Makefile
      at91rm9200: move serial driver to drivers/serial
      at91rm9200: fix DCC support
      at91sam9263ek add dcc support with at91sam9263ek_dcc_config
      at91rm9200ek: add dcc support with at91rm9200ek_dcc_config

Jens Scharsig (1):
      AT91RM9200 BGA port D defines

Ulf Samuelsson (1):
      Add support for the AT91RM9200EK Board.

 MAKEALL                                            |    1 +
 Makefile                                           |   34 ++-
 board/atmel/at91rm9200dk/Makefile                  |   14 +-
 board/atmel/at91rm9200dk/mux.c                     |   34 +--
 board/atmel/at91rm9200ek/Makefile                  |   56 ++++
 board/atmel/at91rm9200ek/at91rm9200ek.c            |   86 ++++++
 board/atmel/at91rm9200ek/config.mk                 |    1 +
 board/atmel/at91rm9200ek/led.c                     |   89 ++++++
 board/atmel/at91rm9200ek/misc.c                    |   51 +++
 board/atmel/at91rm9200ek/mux.c                     |   40 +++
 board/atmel/at91rm9200ek/partition.c               |   38 +++
 board/atmel/at91rm9200ek/u-boot.lds                |   56 ++++
 cpu/arm920t/at91rm9200/Makefile                    |    2 +-
 cpu/arm920t/at91rm9200/interrupts.c                |    2 +
 cpu/arm920t/start.S                                |    4 +-
 doc/README.at91                                    |    9 +
 drivers/mtd/cfi_flash.c                            |    5 +-
 drivers/serial/Makefile                            |    1 +
 .../serial.c => drivers/serial/at91rm9200_usart.c  |    0 
 drivers/serial/atmel_usart.c                       |    4 +-
 drivers/watchdog/Makefile                          |   46 +++
 drivers/watchdog/at91sam9_wdt.c                    |   79 +++++
 include/asm-arm/arch-at91/at91_wdt.h               |   38 +++
 include/asm-arm/arch-at91rm9200/AT91RM9200.h       |   31 ++
 include/at45.h                                     |    2 +-
 include/configs/afeb9260.h                         |    3 +-
 include/configs/at91cap9adk.h                      |    3 +-
 include/configs/at91rm9200dk.h                     |    1 +
 include/configs/at91rm9200ek.h                     |  318 ++++++++++++++++++++
 include/configs/at91sam9260ek.h                    |    3 +-
 include/configs/at91sam9261ek.h                    |    3 +-
 include/configs/at91sam9263ek.h                    |   10 +-
 include/configs/cmc_pu2.h                          |    1 +
 include/configs/csb637.h                           |    1 +
 include/configs/kb9202.h                           |    1 +
 include/configs/m501sk.h                           |    1 +
 include/configs/mp2usb.h                           |    1 +
 37 files changed, 1030 insertions(+), 39 deletions(-)
 create mode 100644 board/atmel/at91rm9200ek/Makefile
 create mode 100644 board/atmel/at91rm9200ek/at91rm9200ek.c
 create mode 100644 board/atmel/at91rm9200ek/config.mk
 create mode 100644 board/atmel/at91rm9200ek/led.c
 create mode 100644 board/atmel/at91rm9200ek/misc.c
 create mode 100644 board/atmel/at91rm9200ek/mux.c
 create mode 100644 board/atmel/at91rm9200ek/partition.c
 create mode 100644 board/atmel/at91rm9200ek/u-boot.lds
 rename cpu/arm920t/at91rm9200/serial.c => drivers/serial/at91rm9200_usart.c (100%)
 create mode 100644 drivers/watchdog/Makefile
 create mode 100644 drivers/watchdog/at91sam9_wdt.c
 create mode 100644 include/asm-arm/arch-at91/at91_wdt.h
 create mode 100644 include/configs/at91rm9200ek.h

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
  2009-03-03 14:11 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-08 23:34 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2009-03-08 23:34 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090303141136.GC16788@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:
>   Wolfgang Denk (1):
>         Update CHANGELOG;  Prepare 2009.03-rc1
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (11):
>       at91sam9xeek: fix soc name
>       at91sam9: add watchdog support
>       at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

See (late) review comments for these.

>       at91sam9/cap9: use define instead hardcoded value for the USB_OHCI_REGS_BASE
>       AT91RM9200EK: fix broken boot from NOR flash
>       at91: rename DATAFLASH_MMC_SELECT to CONFIG_SYS_DATAFLASH_MMC_PIO
>       at91rm9200dk: Move conditional compilation to Makefile
>       at91rm9200: move serial driver to drivers/serial
>       at91rm9200: fix DCC support
>       at91sam9263ek add dcc support with at91sam9263ek_dcc_config
>       at91rm9200ek: add dcc support with at91rm9200ek_dcc_config

See review comments for these, too.

Also, it seems these patches (new stuff?) are intended for the "next"
branch, right? Then please separate stuff for master and next
branches.


NOT applied.


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
What about WRITING it first and rationalizing it afterwords?  :-)
                       - Larry Wall in <8162@jpl-devvax.JPL.NASA.GOV>

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

* [U-Boot] AT91 Pull Request
@ 2009-03-25 21:34 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-26 21:28 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-25 21:34 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull The following changes since commit ee1702d75a30d076139d1841383a1fa7220a0e11:
  Wolfgang Denk (1):
        Merge branch 'next' of ../next

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (10):
      at91sam9/at91cap: move common serial initialisation to cpu
      at91sam9/at91cap: move common spi initialisation to cpu
      at91sam9/at91cap: move common led management to cpu
      at91sam9/at91cap: move common usb host initialisation to cpu
      at91sam9/at91cap: move common macb initialisation to cpu
      atmel/at91/boards: compile dataflash partition only when dataflash is
      at91sam9/at91cap: move nand drivers to drivers/mtd/nand
      at91sam9xeek: fix soc name
      cmc_pu2: fix misc_init_r prototype
      cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'

Nicolas Ferre (1):
      at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

 MAKEALL                                            |    1 +
 Makefile                                           |   16 +++-
 board/afeb9260/Makefile                            |    1 -
 board/afeb9260/afeb9260.c                          |   72 ++---------------
 board/atmel/at91cap9adk/Makefile                   |    3 +-
 board/atmel/at91cap9adk/at91cap9adk.c              |   71 ++--------------
 board/atmel/at91cap9adk/led.c                      |   46 ++---------
 board/atmel/at91cap9adk/nand.c                     |   72 ----------------
 board/atmel/at91sam9260ek/Makefile                 |    3 +-
 board/atmel/at91sam9260ek/at91sam9260ek.c          |   88 +++-----------------
 board/atmel/at91sam9260ek/led.c                    |   31 +------
 board/atmel/at91sam9260ek/nand.c                   |   78 -----------------
 board/atmel/at91sam9261ek/Makefile                 |    3 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |   50 +----------
 board/atmel/at91sam9261ek/led.c                    |   47 ++---------
 board/atmel/at91sam9261ek/nand.c                   |   78 -----------------
 board/atmel/at91sam9263ek/Makefile                 |    3 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c          |   85 ++-----------------
 board/atmel/at91sam9263ek/led.c                    |   46 ++---------
 board/atmel/at91sam9263ek/nand.c                   |   78 -----------------
 board/atmel/at91sam9rlek/Makefile                  |    3 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c            |   50 +----------
 board/atmel/at91sam9rlek/led.c                     |   46 ++---------
 board/atmel/at91sam9rlek/nand.c                    |   78 -----------------
 board/cmc_pu2/load_sernum_ethaddr.c                |    9 ++-
 cpu/arm926ejs/at91/Makefile                        |   32 +++++++-
 cpu/arm926ejs/at91/at91cap9_macb.c                 |   54 ++++++++++++
 cpu/arm926ejs/at91/at91cap9_serial.c               |   76 +++++++++++++++++
 cpu/arm926ejs/at91/at91cap9_spi.c                  |   75 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9260_macb.c              |   63 ++++++++++++++
 cpu/arm926ejs/at91/at91sam9260_serial.c            |   76 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9260_spi.c               |   75 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9261_serial.c            |   76 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9261_spi.c               |   75 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9263_macb.c              |   54 ++++++++++++
 cpu/arm926ejs/at91/at91sam9263_serial.c            |   76 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9263_spi.c               |   75 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9263_usb.c               |   35 ++++++++
 cpu/arm926ejs/at91/at91sam9rl_serial.c             |   76 +++++++++++++++++
 cpu/arm926ejs/at91/at91sam9rl_spi.c                |   52 ++++++++++++
 cpu/arm926ejs/at91/led.c                           |   64 ++++++++++++++
 cpu/arm926ejs/at91/usb.c                           |    4 +-
 doc/README.at91                                    |    2 +-
 drivers/mtd/nand/Makefile                          |    1 +
 .../nand.c => drivers/mtd/nand/atmel_nand.c        |   32 ++++----
 drivers/net/macb.c                                 |    4 +-
 include/asm-arm/arch-at91/at91_common.h            |   38 +++++++++
 include/asm-arm/arch-at91/hardware.h               |    2 +-
 include/configs/afeb9260.h                         |    9 ++
 include/configs/at91cap9adk.h                      |   14 +++
 include/configs/at91sam9260ek.h                    |   37 +++++++-
 include/configs/at91sam9261ek.h                    |   15 ++++
 include/configs/at91sam9263ek.h                    |   15 ++++
 include/configs/at91sam9rlek.h                     |   15 ++++
 54 files changed, 1288 insertions(+), 992 deletions(-)
 delete mode 100644 board/atmel/at91cap9adk/nand.c
 delete mode 100644 board/atmel/at91sam9260ek/nand.c
 delete mode 100644 board/atmel/at91sam9261ek/nand.c
 delete mode 100644 board/atmel/at91sam9263ek/nand.c
 delete mode 100644 board/atmel/at91sam9rlek/nand.c
 create mode 100644 cpu/arm926ejs/at91/at91cap9_macb.c
 create mode 100644 cpu/arm926ejs/at91/at91cap9_serial.c
 create mode 100644 cpu/arm926ejs/at91/at91cap9_spi.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9260_macb.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9260_serial.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9260_spi.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9261_serial.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9261_spi.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9263_macb.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9263_serial.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9263_spi.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9263_usb.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9rl_serial.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9rl_spi.c
 create mode 100644 cpu/arm926ejs/at91/led.c
 rename board/afeb9260/nand.c => drivers/mtd/nand/atmel_nand.c (72%)
 create mode 100644 include/asm-arm/arch-at91/at91_common.h

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
  2009-03-25 21:34 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-26 21:28 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2009-03-26 21:28 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090325213454.GB18991@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit ee1702d75a30d076139d1841383a1fa7220a0e11:
>   Wolfgang Denk (1):
>         Merge branch 'next' of ../next
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (10):
>       at91sam9/at91cap: move common serial initialisation to cpu
>       at91sam9/at91cap: move common spi initialisation to cpu
>       at91sam9/at91cap: move common led management to cpu
>       at91sam9/at91cap: move common usb host initialisation to cpu
>       at91sam9/at91cap: move common macb initialisation to cpu
>       atmel/at91/boards: compile dataflash partition only when dataflash is
>       at91sam9/at91cap: move nand drivers to drivers/mtd/nand
>       at91sam9xeek: fix soc name
>       cmc_pu2: fix misc_init_r prototype
>       cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
> 
> Nicolas Ferre (1):
>       at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
> 
>  MAKEALL                                            |    1 +
>  Makefile                                           |   16 +++-
>  board/afeb9260/Makefile                            |    1 -
>  board/afeb9260/afeb9260.c                          |   72 ++---------------
>  board/atmel/at91cap9adk/Makefile                   |    3 +-
>  board/atmel/at91cap9adk/at91cap9adk.c              |   71 ++--------------
>  board/atmel/at91cap9adk/led.c                      |   46 ++---------
>  board/atmel/at91cap9adk/nand.c                     |   72 ----------------
>  board/atmel/at91sam9260ek/Makefile                 |    3 +-
>  board/atmel/at91sam9260ek/at91sam9260ek.c          |   88 +++-----------------
>  board/atmel/at91sam9260ek/led.c                    |   31 +------
>  board/atmel/at91sam9260ek/nand.c                   |   78 -----------------
>  board/atmel/at91sam9261ek/Makefile                 |    3 +-
>  board/atmel/at91sam9261ek/at91sam9261ek.c          |   50 +----------
>  board/atmel/at91sam9261ek/led.c                    |   47 ++---------
>  board/atmel/at91sam9261ek/nand.c                   |   78 -----------------
>  board/atmel/at91sam9263ek/Makefile                 |    3 +-
>  board/atmel/at91sam9263ek/at91sam9263ek.c          |   85 ++-----------------
>  board/atmel/at91sam9263ek/led.c                    |   46 ++---------
>  board/atmel/at91sam9263ek/nand.c                   |   78 -----------------
>  board/atmel/at91sam9rlek/Makefile                  |    3 +-
>  board/atmel/at91sam9rlek/at91sam9rlek.c            |   50 +----------
>  board/atmel/at91sam9rlek/led.c                     |   46 ++---------
>  board/atmel/at91sam9rlek/nand.c                    |   78 -----------------
>  board/cmc_pu2/load_sernum_ethaddr.c                |    9 ++-
>  cpu/arm926ejs/at91/Makefile                        |   32 +++++++-
>  cpu/arm926ejs/at91/at91cap9_macb.c                 |   54 ++++++++++++
>  cpu/arm926ejs/at91/at91cap9_serial.c               |   76 +++++++++++++++++
>  cpu/arm926ejs/at91/at91cap9_spi.c                  |   75 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9260_macb.c              |   63 ++++++++++++++
>  cpu/arm926ejs/at91/at91sam9260_serial.c            |   76 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9260_spi.c               |   75 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9261_serial.c            |   76 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9261_spi.c               |   75 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9263_macb.c              |   54 ++++++++++++
>  cpu/arm926ejs/at91/at91sam9263_serial.c            |   76 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9263_spi.c               |   75 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9263_usb.c               |   35 ++++++++
>  cpu/arm926ejs/at91/at91sam9rl_serial.c             |   76 +++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9rl_spi.c                |   52 ++++++++++++
>  cpu/arm926ejs/at91/led.c                           |   64 ++++++++++++++
>  cpu/arm926ejs/at91/usb.c                           |    4 +-
>  doc/README.at91                                    |    2 +-
>  drivers/mtd/nand/Makefile                          |    1 +
>  .../nand.c => drivers/mtd/nand/atmel_nand.c        |   32 ++++----
>  drivers/net/macb.c                                 |    4 +-
>  include/asm-arm/arch-at91/at91_common.h            |   38 +++++++++
>  include/asm-arm/arch-at91/hardware.h               |    2 +-
>  include/configs/afeb9260.h                         |    9 ++
>  include/configs/at91cap9adk.h                      |   14 +++
>  include/configs/at91sam9260ek.h                    |   37 +++++++-
>  include/configs/at91sam9261ek.h                    |   15 ++++
>  include/configs/at91sam9263ek.h                    |   15 ++++
>  include/configs/at91sam9rlek.h                     |   15 ++++
>  54 files changed, 1288 insertions(+), 992 deletions(-)
>  delete mode 100644 board/atmel/at91cap9adk/nand.c
>  delete mode 100644 board/atmel/at91sam9260ek/nand.c
>  delete mode 100644 board/atmel/at91sam9261ek/nand.c
>  delete mode 100644 board/atmel/at91sam9263ek/nand.c
>  delete mode 100644 board/atmel/at91sam9rlek/nand.c
>  create mode 100644 cpu/arm926ejs/at91/at91cap9_macb.c
>  create mode 100644 cpu/arm926ejs/at91/at91cap9_serial.c
>  create mode 100644 cpu/arm926ejs/at91/at91cap9_spi.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9260_macb.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9260_serial.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9260_spi.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9261_serial.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9261_spi.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9263_macb.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9263_serial.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9263_spi.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9263_usb.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9rl_serial.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9rl_spi.c
>  create mode 100644 cpu/arm926ejs/at91/led.c
>  rename board/afeb9260/nand.c => drivers/mtd/nand/atmel_nand.c (72%)
>  create mode 100644 include/asm-arm/arch-at91/at91_common.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
The further the spiritual evolution of  mankind  advances,  the  more
certain  it seems to me that the path to genuine religiosity does not
lie through the fear of life, and the fear of death, and blind faith,
but through striving after rational knowledge.      - Albert Einstein

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

* [U-Boot] AT91 Pull Request
@ 2009-03-29 21:17 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-29 21:17 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull
The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
  Wolfgang Denk (1):
        VCMA9: fix compile errors

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (12):
      at91sam9/at91cap: spi init add hardware chip select support
      at91sam9: add watchdog support
      at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
      at91rm9200dk: Move conditional compilation to Makefile
      add dataflash mmc mux missing support
      at91rm9200: move serial driver to drivers/serial
      at91rm9200: move serial shutdown code to serial drivers
      at91rm9200: Reset update
      at91: move usb driver to drivers/usb
      at91: move dataflash spi driver to drivers/spi
      at91: add hardware i2c drivers
      at91sam9263ek: active hush and auto compelete support

Ulf Samuelsson (1):
      Add support for the AT91RM9200EK Board.

 MAKEALL                                            |    1 +
 Makefile                                           |    4 +
 board/atmel/at91rm9200dk/Makefile                  |   14 +-
 board/atmel/at91rm9200dk/at91rm9200dk.c            |   10 +
 board/atmel/at91rm9200dk/mux.c                     |   28 +-
 board/atmel/at91rm9200ek/Makefile                  |   56 ++++
 board/atmel/at91rm9200ek/at91rm9200ek.c            |   86 +++++
 board/atmel/at91rm9200ek/config.mk                 |    1 +
 board/atmel/at91rm9200ek/led.c                     |   89 ++++++
 board/atmel/at91rm9200ek/misc.c                    |   51 +++
 board/atmel/at91rm9200ek/mux.c                     |   38 +++
 board/atmel/at91rm9200ek/partition.c               |   38 +++
 board/atmel/at91rm9200ek/u-boot.lds                |   56 ++++
 common/Makefile                                    |    1 +
 common/cmd_dataflash_mmc_mux.c                     |   65 ++++
 cpu/arm920t/at91rm9200/Makefile                    |    2 +-
 cpu/arm920t/at91rm9200/interrupts.c                |   27 +--
 cpu/arm920t/start.S                                |    4 +-
 cpu/arm926ejs/at91/.gitignore                      |    5 +
 cpu/arm926ejs/at91/Makefile                        |    8 +-
 cpu/arm926ejs/at91/at91cap9_i2c.c                  |   39 +++
 cpu/arm926ejs/at91/at91cap9_spi.c                  |   37 ++-
 cpu/arm926ejs/at91/at91sam9260_i2c.c               |   39 +++
 cpu/arm926ejs/at91/at91sam9260_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9261_i2c.c               |   39 +++
 cpu/arm926ejs/at91/at91sam9261_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9263_i2c.c               |   39 +++
 cpu/arm926ejs/at91/at91sam9263_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9rl_i2c.c                |   50 +++
 cpu/arm926ejs/at91/at91sam9rl_spi.c                |   18 +-
 doc/README.at91                                    |   11 +
 drivers/i2c/Makefile                               |    1 +
 drivers/i2c/atmel_i2c.c                            |  234 ++++++++++++++
 drivers/mtd/cfi_flash.c                            |    5 +-
 drivers/serial/Makefile                            |    1 +
 .../serial.c => drivers/serial/at91rm9200_usart.c  |    5 +
 drivers/serial/atmel_usart.c                       |    4 +-
 drivers/spi/Makefile                               |    1 +
 .../spi.c => drivers/spi/atmel_dataflash_spi.c     |    0
 drivers/usb/Makefile                               |    1 +
 .../at91/usb.c => drivers/usb/atmel_usb.c          |    0
 drivers/watchdog/Makefile                          |   46 +++
 drivers/watchdog/at91sam9_wdt.c                    |   79 +++++
 include/asm-arm/arch-at91/at91_common.h            |    2 +
 include/asm-arm/arch-at91/at91_twi.h               |   68 ++++
 include/asm-arm/arch-at91/at91_wdt.h               |   38 +++
 include/asm-arm/arch-at91/clk.h                    |    4 +
 include/asm-arm/arch-at91/hardware.h               |    5 +
 include/at45.h                                     |    2 +-
 include/common.h                                   |    1 +
 include/configs/afeb9260.h                         |    2 +
 include/configs/at91cap9adk.h                      |    2 +
 include/configs/at91rm9200dk.h                     |    1 +
 include/configs/at91rm9200ek.h                     |  327 ++++++++++++++++++++
 include/configs/at91sam9260ek.h                    |    2 +
 include/configs/at91sam9261ek.h                    |    2 +
 include/configs/at91sam9263ek.h                    |    5 +
 include/configs/at91sam9rlek.h                     |    1 +
 include/configs/cmc_pu2.h                          |    1 +
 include/configs/csb637.h                           |    1 +
 include/configs/kb9202.h                           |    1 +
 include/configs/m501sk.h                           |    1 +
 include/configs/mp2usb.h                           |    1 +
 63 files changed, 1727 insertions(+), 81 deletions(-)
 create mode 100644 board/atmel/at91rm9200ek/Makefile
 create mode 100644 board/atmel/at91rm9200ek/at91rm9200ek.c
 create mode 100644 board/atmel/at91rm9200ek/config.mk
 create mode 100644 board/atmel/at91rm9200ek/led.c
 create mode 100644 board/atmel/at91rm9200ek/misc.c
 create mode 100644 board/atmel/at91rm9200ek/mux.c
 create mode 100644 board/atmel/at91rm9200ek/partition.c
 create mode 100644 board/atmel/at91rm9200ek/u-boot.lds
 create mode 100644 common/cmd_dataflash_mmc_mux.c
 create mode 100644 cpu/arm926ejs/at91/.gitignore
 create mode 100644 cpu/arm926ejs/at91/at91cap9_i2c.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9260_i2c.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9261_i2c.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9263_i2c.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9rl_i2c.c
 create mode 100644 drivers/i2c/atmel_i2c.c
 rename cpu/arm920t/at91rm9200/serial.c => drivers/serial/at91rm9200_usart.c (97%)
 rename cpu/arm926ejs/at91/spi.c => drivers/spi/atmel_dataflash_spi.c (100%)
 rename cpu/arm926ejs/at91/usb.c => drivers/usb/atmel_usb.c (100%)
 create mode 100644 drivers/watchdog/Makefile
 create mode 100644 drivers/watchdog/at91sam9_wdt.c
 create mode 100644 include/asm-arm/arch-at91/at91_twi.h
 create mode 100644 include/asm-arm/arch-at91/at91_wdt.h
 create mode 100644 include/configs/at91rm9200ek.h

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
@ 2009-03-30 16:38 Jean-Christophe PLAGNIOL-VILLARD
  2009-04-01 22:17 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-30 16:38 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

the I2C drivers has been dropped

Please pull

The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
  Wolfgang Denk (1):
        VCMA9: fix compile errors

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (11):
      at91sam9/at91cap: spi init add hardware chip select support
      at91sam9: add watchdog support
      at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
      at91rm9200dk: Move conditional compilation to Makefile
      add dataflash mmc mux missing support
      at91rm9200: move serial driver to drivers/serial
      at91rm9200: move serial shutdown code to serial drivers
      at91rm9200: Reset update
      at91: move usb driver to drivers/usb
      at91: move dataflash spi driver to drivers/spi
      at91sam9263ek: active hush and auto compelete support

Ulf Samuelsson (1):
      Add support for the AT91RM9200EK Board.

 MAKEALL                                            |    1 +
 Makefile                                           |    4 +
 board/atmel/at91rm9200dk/Makefile                  |   14 +-
 board/atmel/at91rm9200dk/at91rm9200dk.c            |   10 +
 board/atmel/at91rm9200dk/mux.c                     |   28 +-
 board/atmel/at91rm9200ek/Makefile                  |   56 ++++
 board/atmel/at91rm9200ek/at91rm9200ek.c            |   86 +++++
 board/atmel/at91rm9200ek/config.mk                 |    1 +
 board/atmel/at91rm9200ek/led.c                     |   89 ++++++
 board/atmel/at91rm9200ek/misc.c                    |   51 +++
 board/atmel/at91rm9200ek/mux.c                     |   38 +++
 board/atmel/at91rm9200ek/partition.c               |   38 +++
 board/atmel/at91rm9200ek/u-boot.lds                |   56 ++++
 common/Makefile                                    |    1 +
 common/cmd_dataflash_mmc_mux.c                     |   65 ++++
 cpu/arm920t/at91rm9200/Makefile                    |    2 +-
 cpu/arm920t/at91rm9200/interrupts.c                |   27 +--
 cpu/arm920t/start.S                                |    4 +-
 cpu/arm926ejs/at91/.gitignore                      |    5 +
 cpu/arm926ejs/at91/Makefile                        |    2 -
 cpu/arm926ejs/at91/at91cap9_spi.c                  |   37 ++-
 cpu/arm926ejs/at91/at91sam9260_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9261_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9263_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9rl_spi.c                |   18 +-
 doc/README.at91                                    |   11 +
 drivers/mtd/cfi_flash.c                            |    5 +-
 drivers/serial/Makefile                            |    1 +
 .../serial.c => drivers/serial/at91rm9200_usart.c  |    5 +
 drivers/serial/atmel_usart.c                       |    4 +-
 drivers/spi/Makefile                               |    1 +
 .../spi.c => drivers/spi/atmel_dataflash_spi.c     |    0
 drivers/usb/Makefile                               |    1 +
 .../at91/usb.c => drivers/usb/atmel_usb.c          |    0
 drivers/watchdog/Makefile                          |   46 +++
 drivers/watchdog/at91sam9_wdt.c                    |   79 +++++
 include/asm-arm/arch-at91/at91_wdt.h               |   38 +++
 include/at45.h                                     |    2 +-
 include/common.h                                   |    1 +
 include/configs/afeb9260.h                         |    2 +
 include/configs/at91cap9adk.h                      |    2 +
 include/configs/at91rm9200dk.h                     |    1 +
 include/configs/at91rm9200ek.h                     |  327 ++++++++++++++++++++
 include/configs/at91sam9260ek.h                    |    2 +
 include/configs/at91sam9261ek.h                    |    2 +
 include/configs/at91sam9263ek.h                    |    5 +
 include/configs/at91sam9rlek.h                     |    1 +
 include/configs/cmc_pu2.h                          |    1 +
 include/configs/csb637.h                           |    1 +
 include/configs/kb9202.h                           |    1 +
 include/configs/m501sk.h                           |    1 +
 include/configs/mp2usb.h                           |    1 +
 52 files changed, 1201 insertions(+), 81 deletions(-)
 create mode 100644 board/atmel/at91rm9200ek/Makefile
 create mode 100644 board/atmel/at91rm9200ek/at91rm9200ek.c
 create mode 100644 board/atmel/at91rm9200ek/config.mk
 create mode 100644 board/atmel/at91rm9200ek/led.c
 create mode 100644 board/atmel/at91rm9200ek/misc.c
 create mode 100644 board/atmel/at91rm9200ek/mux.c
 create mode 100644 board/atmel/at91rm9200ek/partition.c
 create mode 100644 board/atmel/at91rm9200ek/u-boot.lds
 create mode 100644 common/cmd_dataflash_mmc_mux.c
 create mode 100644 cpu/arm926ejs/at91/.gitignore
 rename cpu/arm920t/at91rm9200/serial.c => drivers/serial/at91rm9200_usart.c (97%)
 rename cpu/arm926ejs/at91/spi.c => drivers/spi/atmel_dataflash_spi.c (100%)
 rename cpu/arm926ejs/at91/usb.c => drivers/usb/atmel_usb.c (100%)
 create mode 100644 drivers/watchdog/Makefile
 create mode 100644 drivers/watchdog/at91sam9_wdt.c
 create mode 100644 include/asm-arm/arch-at91/at91_wdt.h
 create mode 100644 include/configs/at91rm9200ek.h

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
  2009-03-30 16:38 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-04-01 22:17 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2009-04-01 22:17 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090330163823.GB23828@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> the I2C drivers has been dropped
> 
> Please pull
> 
> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
>   Wolfgang Denk (1):
>         VCMA9: fix compile errors
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (11):
>       at91sam9/at91cap: spi init add hardware chip select support
>       at91sam9: add watchdog support
>       at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
>       at91rm9200dk: Move conditional compilation to Makefile
>       add dataflash mmc mux missing support
>       at91rm9200: move serial driver to drivers/serial
>       at91rm9200: move serial shutdown code to serial drivers
>       at91rm9200: Reset update
>       at91: move usb driver to drivers/usb
>       at91: move dataflash spi driver to drivers/spi
>       at91sam9263ek: active hush and auto compelete support
> 
> Ulf Samuelsson (1):
>       Add support for the AT91RM9200EK Board.

Since many of the patches in this stack have been discussed and
changed recently I hereby declare that I will ignore this (premature)
pull request.

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
Mistakes are often the stepping stones to utter failure.

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

* [U-Boot] AT91 Pull Request
@ 2009-04-04 18:50 Jean-Christophe PLAGNIOL-VILLARD
  2009-04-04 20:16 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-04-04 18:50 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull the following changes since commit 42f9ebff2f758bef524780a00c712eb63a72d99b:
  Scott Wood (1):
        MPC8260ADS: Define CONFIG_HAS_ETH0.

are available in the git repository at:

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

Jean-Christophe PLAGNIOL-VILLARD (11):
      at91sam9/at91cap: spi init add hardware chip select support
      at91sam9: add watchdog support
      at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
      at91rm9200dk: Move conditional compilation to Makefile
      add dataflash mmc mux missing support
      at91rm9200: move serial driver to drivers/serial
      at91rm9200: move serial shutdown code to serial drivers
      at91rm9200: Reset update
      at91: move usb driver to drivers/usb
      at91: move dataflash spi driver to drivers/spi
      at91sam9263ek: enable hush and auto complete support

Ulf Samuelsson (1):
      Add support for the AT91RM9200EK Board.

 MAKEALL                                            |    1 +
 Makefile                                           |    4 +
 board/atmel/at91rm9200dk/Makefile                  |   14 +-
 board/atmel/at91rm9200dk/at91rm9200dk.c            |   10 +
 board/atmel/at91rm9200dk/mux.c                     |   28 +-
 board/atmel/at91rm9200ek/Makefile                  |   56 ++++
 board/atmel/at91rm9200ek/at91rm9200ek.c            |   86 +++++
 board/atmel/at91rm9200ek/config.mk                 |    1 +
 board/atmel/at91rm9200ek/led.c                     |   89 ++++++
 board/atmel/at91rm9200ek/misc.c                    |   51 +++
 board/atmel/at91rm9200ek/mux.c                     |   38 +++
 board/atmel/at91rm9200ek/partition.c               |   38 +++
 board/atmel/at91rm9200ek/u-boot.lds                |   56 ++++
 common/Makefile                                    |    1 +
 common/cmd_dataflash_mmc_mux.c                     |   65 ++++
 cpu/arm920t/at91rm9200/Makefile                    |    2 +-
 cpu/arm920t/at91rm9200/interrupts.c                |   27 +--
 cpu/arm920t/start.S                                |    4 +-
 cpu/arm926ejs/at91/.gitignore                      |    5 +
 cpu/arm926ejs/at91/Makefile                        |    2 -
 cpu/arm926ejs/at91/at91cap9_spi.c                  |   37 ++-
 cpu/arm926ejs/at91/at91sam9260_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9261_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9263_spi.c               |   36 ++-
 cpu/arm926ejs/at91/at91sam9rl_spi.c                |   18 +-
 doc/README.at91                                    |   11 +
 drivers/mtd/cfi_flash.c                            |    5 +-
 drivers/serial/Makefile                            |    1 +
 .../serial.c => drivers/serial/at91rm9200_usart.c  |    5 +
 drivers/serial/atmel_usart.c                       |    4 +-
 drivers/spi/Makefile                               |    1 +
 .../spi.c => drivers/spi/atmel_dataflash_spi.c     |    0
 drivers/usb/Makefile                               |    1 +
 .../at91/usb.c => drivers/usb/atmel_usb.c          |    0
 drivers/watchdog/Makefile                          |   46 +++
 drivers/watchdog/at91sam9_wdt.c                    |   79 +++++
 include/asm-arm/arch-at91/at91_wdt.h               |   38 +++
 include/at45.h                                     |    2 +-
 include/common.h                                   |    1 +
 include/configs/afeb9260.h                         |    2 +
 include/configs/at91cap9adk.h                      |    2 +
 include/configs/at91rm9200dk.h                     |    1 +
 include/configs/at91rm9200ek.h                     |  327 ++++++++++++++++++++
 include/configs/at91sam9260ek.h                    |    2 +
 include/configs/at91sam9261ek.h                    |    2 +
 include/configs/at91sam9263ek.h                    |    5 +
 include/configs/at91sam9rlek.h                     |    1 +
 include/configs/cmc_pu2.h                          |    1 +
 include/configs/csb637.h                           |    1 +
 include/configs/kb9202.h                           |    1 +
 include/configs/m501sk.h                           |    1 +
 include/configs/mp2usb.h                           |    1 +
 52 files changed, 1201 insertions(+), 81 deletions(-)
 create mode 100644 board/atmel/at91rm9200ek/Makefile
 create mode 100644 board/atmel/at91rm9200ek/at91rm9200ek.c
 create mode 100644 board/atmel/at91rm9200ek/config.mk
 create mode 100644 board/atmel/at91rm9200ek/led.c
 create mode 100644 board/atmel/at91rm9200ek/misc.c
 create mode 100644 board/atmel/at91rm9200ek/mux.c
 create mode 100644 board/atmel/at91rm9200ek/partition.c
 create mode 100644 board/atmel/at91rm9200ek/u-boot.lds
 create mode 100644 common/cmd_dataflash_mmc_mux.c
 create mode 100644 cpu/arm926ejs/at91/.gitignore
 rename cpu/arm920t/at91rm9200/serial.c => drivers/serial/at91rm9200_usart.c (97%)
 rename cpu/arm926ejs/at91/spi.c => drivers/spi/atmel_dataflash_spi.c (100%)
 rename cpu/arm926ejs/at91/usb.c => drivers/usb/atmel_usb.c (100%)
 create mode 100644 drivers/watchdog/Makefile
 create mode 100644 drivers/watchdog/at91sam9_wdt.c
 create mode 100644 include/asm-arm/arch-at91/at91_wdt.h
 create mode 100644 include/configs/at91rm9200ek.h

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
  2009-04-04 18:50 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-04-04 20:16 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2009-04-04 20:16 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090404185017.GG32409@game.jcrosoft.org> you wrote:
> 
> Please pull the following changes since commit 42f9ebff2f758bef524780a00c712eb63a72d99b:
>   Scott Wood (1):
>         MPC8260ADS: Define CONFIG_HAS_ETH0.
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (11):
>       at91sam9/at91cap: spi init add hardware chip select support
>       at91sam9: add watchdog support
>       at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
>       at91rm9200dk: Move conditional compilation to Makefile
>       add dataflash mmc mux missing support
>       at91rm9200: move serial driver to drivers/serial
>       at91rm9200: move serial shutdown code to serial drivers
>       at91rm9200: Reset update
>       at91: move usb driver to drivers/usb
>       at91: move dataflash spi driver to drivers/spi
>       at91sam9263ek: enable hush and auto complete support
> 
> Ulf Samuelsson (1):
>       Add support for the AT91RM9200EK Board.
> 
>  MAKEALL                                            |    1 +
>  Makefile                                           |    4 +
>  board/atmel/at91rm9200dk/Makefile                  |   14 +-
>  board/atmel/at91rm9200dk/at91rm9200dk.c            |   10 +
>  board/atmel/at91rm9200dk/mux.c                     |   28 +-
>  board/atmel/at91rm9200ek/Makefile                  |   56 ++++
>  board/atmel/at91rm9200ek/at91rm9200ek.c            |   86 +++++
>  board/atmel/at91rm9200ek/config.mk                 |    1 +
>  board/atmel/at91rm9200ek/led.c                     |   89 ++++++
>  board/atmel/at91rm9200ek/misc.c                    |   51 +++
>  board/atmel/at91rm9200ek/mux.c                     |   38 +++
>  board/atmel/at91rm9200ek/partition.c               |   38 +++
>  board/atmel/at91rm9200ek/u-boot.lds                |   56 ++++
>  common/Makefile                                    |    1 +
>  common/cmd_dataflash_mmc_mux.c                     |   65 ++++
>  cpu/arm920t/at91rm9200/Makefile                    |    2 +-
>  cpu/arm920t/at91rm9200/interrupts.c                |   27 +--
>  cpu/arm920t/start.S                                |    4 +-
>  cpu/arm926ejs/at91/.gitignore                      |    5 +
>  cpu/arm926ejs/at91/Makefile                        |    2 -
>  cpu/arm926ejs/at91/at91cap9_spi.c                  |   37 ++-
>  cpu/arm926ejs/at91/at91sam9260_spi.c               |   36 ++-
>  cpu/arm926ejs/at91/at91sam9261_spi.c               |   36 ++-
>  cpu/arm926ejs/at91/at91sam9263_spi.c               |   36 ++-
>  cpu/arm926ejs/at91/at91sam9rl_spi.c                |   18 +-
>  doc/README.at91                                    |   11 +
>  drivers/mtd/cfi_flash.c                            |    5 +-
>  drivers/serial/Makefile                            |    1 +
>  .../serial.c => drivers/serial/at91rm9200_usart.c  |    5 +
>  drivers/serial/atmel_usart.c                       |    4 +-
>  drivers/spi/Makefile                               |    1 +
>  .../spi.c => drivers/spi/atmel_dataflash_spi.c     |    0
>  drivers/usb/Makefile                               |    1 +
>  .../at91/usb.c => drivers/usb/atmel_usb.c          |    0
>  drivers/watchdog/Makefile                          |   46 +++
>  drivers/watchdog/at91sam9_wdt.c                    |   79 +++++
>  include/asm-arm/arch-at91/at91_wdt.h               |   38 +++
>  include/at45.h                                     |    2 +-
>  include/common.h                                   |    1 +
>  include/configs/afeb9260.h                         |    2 +
>  include/configs/at91cap9adk.h                      |    2 +
>  include/configs/at91rm9200dk.h                     |    1 +
>  include/configs/at91rm9200ek.h                     |  327 ++++++++++++++++++++
>  include/configs/at91sam9260ek.h                    |    2 +
>  include/configs/at91sam9261ek.h                    |    2 +
>  include/configs/at91sam9263ek.h                    |    5 +
>  include/configs/at91sam9rlek.h                     |    1 +
>  include/configs/cmc_pu2.h                          |    1 +
>  include/configs/csb637.h                           |    1 +
>  include/configs/kb9202.h                           |    1 +
>  include/configs/m501sk.h                           |    1 +
>  include/configs/mp2usb.h                           |    1 +
>  52 files changed, 1201 insertions(+), 81 deletions(-)
>  create mode 100644 board/atmel/at91rm9200ek/Makefile
>  create mode 100644 board/atmel/at91rm9200ek/at91rm9200ek.c
>  create mode 100644 board/atmel/at91rm9200ek/config.mk
>  create mode 100644 board/atmel/at91rm9200ek/led.c
>  create mode 100644 board/atmel/at91rm9200ek/misc.c
>  create mode 100644 board/atmel/at91rm9200ek/mux.c
>  create mode 100644 board/atmel/at91rm9200ek/partition.c
>  create mode 100644 board/atmel/at91rm9200ek/u-boot.lds
>  create mode 100644 common/cmd_dataflash_mmc_mux.c
>  create mode 100644 cpu/arm926ejs/at91/.gitignore
>  rename cpu/arm920t/at91rm9200/serial.c => drivers/serial/at91rm9200_usart.c (97%)
>  rename cpu/arm926ejs/at91/spi.c => drivers/spi/atmel_dataflash_spi.c (100%)
>  rename cpu/arm926ejs/at91/usb.c => drivers/usb/atmel_usb.c (100%)
>  create mode 100644 drivers/watchdog/Makefile
>  create mode 100644 drivers/watchdog/at91sam9_wdt.c
>  create mode 100644 include/asm-arm/arch-at91/at91_wdt.h
>  create mode 100644 include/configs/at91rm9200ek.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 is enough for the need of everyone in this world,
       but not for the greed of everyone.     - Mahatma Gandhi

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

* [U-Boot] AT91 Pull Request
@ 2009-04-17 19:55 Jean-Christophe PLAGNIOL-VILLARD
  2009-04-24 11:37 ` Wolfgang Denk
  0 siblings, 1 reply; 26+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-04-17 19:55 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull

The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96:
  David Brownell (1):
        fix DaVinci NS16550_REG_SIZE regression

are available in the git repository at:

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

Ilko Iliev (1):
      at91: add support for the PM9263 board of Ronetix GmbH

Jean-Christophe PLAGNIOL-VILLARD (2):
      at91sam9/at91cap: improve clock framework
      at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

 MAINTAINERS                                        |    4 +
 MAKEALL                                            |    1 +
 Makefile                                           |    4 +
 board/atmel/at91cap9adk/at91cap9adk.c              |    3 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |    3 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c          |    3 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c            |    3 +-
 board/ronetix/pm9263/Makefile                      |   61 +++
 board/ronetix/pm9263/config.mk                     |    1 +
 .../at91/u-boot.lds => board/ronetix/pm9263/led.c  |   50 +--
 board/ronetix/pm9263/lowlevel_init.S               |  279 +++++++++++++
 board/ronetix/pm9263/partition.c                   |   47 +++
 board/ronetix/pm9263/pm9263.c                      |  413 ++++++++++++++++++++
 cpu/arm926ejs/at91/Makefile                        |    7 +-
 cpu/arm926ejs/at91/clock.c                         |  202 ++++++++++
 cpu/arm926ejs/at91/config.mk                       |    2 +-
 cpu/arm926ejs/at91/cpu.c                           |   14 +
 cpu/arm926ejs/at91/lowlevel_init.S                 |    2 +
 cpu/arm926ejs/at91/timer.c                         |   82 ++--
 cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S}    |    9 +-
 drivers/spi/atmel_dataflash_spi.c                  |    7 +-
 drivers/usb/host/ohci-at91.c                       |    3 +-
 include/asm-arm/arch-at91/at91_pmc.h               |   30 +-
 include/asm-arm/arch-at91/at91sam9263.h            |    1 +
 include/asm-arm/arch-at91/at91sam9_sdramc.h        |   87 ++++
 include/asm-arm/arch-at91/clk.h                    |   19 +-
 include/asm-arm/arch-at91/hardware.h               |   20 +
 include/asm-arm/u-boot-arm.h                       |    3 +
 include/configs/afeb9260.h                         |    7 +-
 include/configs/at91cap9adk.h                      |    8 +-
 include/configs/at91sam9260ek.h                    |   10 +-
 include/configs/at91sam9261ek.h                    |    7 +-
 include/configs/at91sam9263ek.h                    |    8 +-
 include/configs/at91sam9rlek.h                     |    7 +-
 include/configs/pm9263.h                           |  367 +++++++++++++++++
 lib_arm/board.c                                    |    3 +
 tools/Makefile                                     |    3 +
 tools/logos/ronetix.bmp                            |  Bin 0 -> 5638 bytes
 38 files changed, 1652 insertions(+), 128 deletions(-)
 create mode 100644 board/ronetix/pm9263/Makefile
 create mode 100644 board/ronetix/pm9263/config.mk
 copy cpu/arm926ejs/at91/u-boot.lds => board/ronetix/pm9263/led.c (55%)
 create mode 100644 board/ronetix/pm9263/lowlevel_init.S
 create mode 100644 board/ronetix/pm9263/partition.c
 create mode 100644 board/ronetix/pm9263/pm9263.c
 create mode 100644 cpu/arm926ejs/at91/clock.c
 create mode 100644 cpu/arm926ejs/at91/cpu.c
 rename cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S} (90%)
 create mode 100644 include/asm-arm/arch-at91/at91sam9_sdramc.h
 create mode 100644 include/configs/pm9263.h
 create mode 100644 tools/logos/ronetix.bmp

Best Regards,
J.

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

* [U-Boot] AT91 Pull Request
  2009-04-17 19:55 [U-Boot] AT91 Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2009-04-24 11:37 ` Wolfgang Denk
  0 siblings, 0 replies; 26+ messages in thread
From: Wolfgang Denk @ 2009-04-24 11:37 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090417195540.GA9111@game.jcrosoft.org> you wrote:
> 
> please pull
> 
> The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96:
>   David Brownell (1):
>         fix DaVinci NS16550_REG_SIZE regression
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Ilko Iliev (1):
>       at91: add support for the PM9263 board of Ronetix GmbH
> 
> Jean-Christophe PLAGNIOL-VILLARD (2):
>       at91sam9/at91cap: improve clock framework
>       at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
> 
>  MAINTAINERS                                        |    4 +
>  MAKEALL                                            |    1 +
>  Makefile                                           |    4 +
>  board/atmel/at91cap9adk/at91cap9adk.c              |    3 +-
>  board/atmel/at91sam9261ek/at91sam9261ek.c          |    3 +-
>  board/atmel/at91sam9263ek/at91sam9263ek.c          |    3 +-
>  board/atmel/at91sam9rlek/at91sam9rlek.c            |    3 +-
>  board/ronetix/pm9263/Makefile                      |   61 +++
>  board/ronetix/pm9263/config.mk                     |    1 +
>  .../at91/u-boot.lds => board/ronetix/pm9263/led.c  |   50 +--
>  board/ronetix/pm9263/lowlevel_init.S               |  279 +++++++++++++
>  board/ronetix/pm9263/partition.c                   |   47 +++
>  board/ronetix/pm9263/pm9263.c                      |  413 ++++++++++++++++++++
>  cpu/arm926ejs/at91/Makefile                        |    7 +-
>  cpu/arm926ejs/at91/clock.c                         |  202 ++++++++++
>  cpu/arm926ejs/at91/config.mk                       |    2 +-
>  cpu/arm926ejs/at91/cpu.c                           |   14 +
>  cpu/arm926ejs/at91/lowlevel_init.S                 |    2 +
>  cpu/arm926ejs/at91/timer.c                         |   82 ++--
>  cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S}    |    9 +-
>  drivers/spi/atmel_dataflash_spi.c                  |    7 +-
>  drivers/usb/host/ohci-at91.c                       |    3 +-
>  include/asm-arm/arch-at91/at91_pmc.h               |   30 +-
>  include/asm-arm/arch-at91/at91sam9263.h            |    1 +
>  include/asm-arm/arch-at91/at91sam9_sdramc.h        |   87 ++++
>  include/asm-arm/arch-at91/clk.h                    |   19 +-
>  include/asm-arm/arch-at91/hardware.h               |   20 +
>  include/asm-arm/u-boot-arm.h                       |    3 +
>  include/configs/afeb9260.h                         |    7 +-
>  include/configs/at91cap9adk.h                      |    8 +-
>  include/configs/at91sam9260ek.h                    |   10 +-
>  include/configs/at91sam9261ek.h                    |    7 +-
>  include/configs/at91sam9263ek.h                    |    8 +-
>  include/configs/at91sam9rlek.h                     |    7 +-
>  include/configs/pm9263.h                           |  367 +++++++++++++++++
>  lib_arm/board.c                                    |    3 +
>  tools/Makefile                                     |    3 +
>  tools/logos/ronetix.bmp                            |  Bin 0 -> 5638 bytes
>  38 files changed, 1652 insertions(+), 128 deletions(-)
>  create mode 100644 board/ronetix/pm9263/Makefile
>  create mode 100644 board/ronetix/pm9263/config.mk
>  copy cpu/arm926ejs/at91/u-boot.lds => board/ronetix/pm9263/led.c (55%)
>  create mode 100644 board/ronetix/pm9263/lowlevel_init.S
>  create mode 100644 board/ronetix/pm9263/partition.c
>  create mode 100644 board/ronetix/pm9263/pm9263.c
>  create mode 100644 cpu/arm926ejs/at91/clock.c
>  create mode 100644 cpu/arm926ejs/at91/cpu.c
>  rename cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S} (90%)
>  create mode 100644 include/asm-arm/arch-at91/at91sam9_sdramc.h
>  create mode 100644 include/configs/pm9263.h
>  create mode 100644 tools/logos/ronetix.bmp

Done, 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
[Braddock:] Mr. Churchill, you are drunk.
[Churchill:] And you madam, are ugly.  But I shall be sober tomorrow.

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

end of thread, other threads:[~2009-04-24 11:37 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 19:55 [U-Boot] AT91 Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-04-24 11:37 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-04-04 18:50 Jean-Christophe PLAGNIOL-VILLARD
2009-04-04 20:16 ` Wolfgang Denk
2009-03-30 16:38 Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:17 ` Wolfgang Denk
2009-03-29 21:17 Jean-Christophe PLAGNIOL-VILLARD
2009-03-25 21:34 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:28 ` Wolfgang Denk
2009-03-03 14:11 Jean-Christophe PLAGNIOL-VILLARD
2009-03-08 23:34 ` Wolfgang Denk
2009-01-06 20:57 [U-Boot] AT91 Pull request Jean-Christophe PLAGNIOL-VILLARD
2009-01-10 16:33 ` Wolfgang Denk
2009-01-06 20:57 Jean-Christophe PLAGNIOL-VILLARD
2008-12-06 12:13 Jean-Christophe PLAGNIOL-VILLARD
2008-12-09  0:06 ` Wolfgang Denk
2008-12-02 21:04 Jean-Christophe PLAGNIOL-VILLARD
2008-12-04 23:28 ` Wolfgang Denk
2008-11-21  0:43 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-25 10:29 ` Wolfgang Denk
2008-11-06 19:32 Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:11 ` Wolfgang Denk
2008-08-12 16:45 [U-Boot] AT91 Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-08-12 20:03 ` Wolfgang Denk
2008-08-08 22:48 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-08-09 23:05 ` Wolfgang Denk

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