mbox

[U-Boot] V2: Please pull u-boot-atmel/for2010.12

Message ID 4CFE9FF0.7000203@emk-elektronik.de
State Not Applicable
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://git.denx.de/u-boot-atmel.git for2010.12

Message

Reinhard Meyer Dec. 7, 2010, 8:58 p.m. UTC
Dear Wolfgang,

compiled TOT git. Now it handles the "ß" in e-Mails correctly....

The following changes since commit 52eb2c79110151b9017a0829c4d44ee7b8e2ca04:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-samsung

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git for2010.12

Andreas Bießmann (5):
      at91rm9200ek: fix SDRAM initialistation values
      at91rm9200ek: add configure target for RAM boot
      MAKEALL: fix AT91
      arm920t/at91/reset: board_reset: define weak symbol
      arm920t/at91/timer: replace bss variables by gd

Reinhard Meyer (3):
      AT91: gen_atmel_mci.c: fix bug when Slot B is used
      AT91: fix EMAC gpio init in at91sam9260_devices.c
      AT91: add TOP9000 support

 MAINTAINERS                                       |    3 +-
 MAKEALL                                           |   18 +-
 arch/arm/cpu/arm920t/at91/reset.c                 |    8 +-
 arch/arm/cpu/arm920t/at91/timer.c                 |   29 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |    5 +
 arch/arm/include/asm/global_data.h                |    1 +
 board/atmel/at91rm9200ek/config.mk                |    2 -
 board/emk/top9000/Makefile                        |   54 ++++
 board/emk/top9000/spi.c                           |   61 ++++
 board/emk/top9000/top9000.c                       |  290 +++++++++++++++++++
 boards.cfg                                        |    5 +-
 drivers/mmc/gen_atmel_mci.c                       |    1 +
 include/configs/at91rm9200ek.h                    |   18 ++-
 include/configs/top9000.h                         |  314 +++++++++++++++++++++
 14 files changed, 771 insertions(+), 38 deletions(-)
 delete mode 100644 board/atmel/at91rm9200ek/config.mk
 create mode 100644 board/emk/top9000/Makefile
 create mode 100644 board/emk/top9000/spi.c
 create mode 100644 board/emk/top9000/top9000.c
 create mode 100644 include/configs/top9000.h

Best Regards,
Reinhard

Comments

Wolfgang Denk Dec. 8, 2010, 9:58 p.m. UTC | #1
Dear Reinhard Meyer,

In message <4CFE9FF0.7000203@emk-elektronik.de> you wrote:
> Dear Wolfgang,
> 
> compiled TOT git. Now it handles the "ß" in e-Mails correctly....
> 
> The following changes since commit 52eb2c79110151b9017a0829c4d44ee7b8e2ca04:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-samsung
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git for2010.12
> 
> Andreas Bießmann (5):
>       at91rm9200ek: fix SDRAM initialistation values
>       at91rm9200ek: add configure target for RAM boot
>       MAKEALL: fix AT91
>       arm920t/at91/reset: board_reset: define weak symbol
>       arm920t/at91/timer: replace bss variables by gd
> 
> Reinhard Meyer (3):
>       AT91: gen_atmel_mci.c: fix bug when Slot B is used
>       AT91: fix EMAC gpio init in at91sam9260_devices.c
>       AT91: add TOP9000 support
> 
>  MAINTAINERS                                       |    3 +-
>  MAKEALL                                           |   18 +-
>  arch/arm/cpu/arm920t/at91/reset.c                 |    8 +-
>  arch/arm/cpu/arm920t/at91/timer.c                 |   29 +-
>  arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |    5 +
>  arch/arm/include/asm/global_data.h                |    1 +
>  board/atmel/at91rm9200ek/config.mk                |    2 -
>  board/emk/top9000/Makefile                        |   54 ++++
>  board/emk/top9000/spi.c                           |   61 ++++
>  board/emk/top9000/top9000.c                       |  290 +++++++++++++++++++
>  boards.cfg                                        |    5 +-
>  drivers/mmc/gen_atmel_mci.c                       |    1 +
>  include/configs/at91rm9200ek.h                    |   18 ++-
>  include/configs/top9000.h                         |  314 +++++++++++++++++++++
>  14 files changed, 771 insertions(+), 38 deletions(-)
>  delete mode 100644 board/atmel/at91rm9200ek/config.mk
>  create mode 100644 board/emk/top9000/Makefile
>  create mode 100644 board/emk/top9000/spi.c
>  create mode 100644 board/emk/top9000/top9000.c
>  create mode 100644 include/configs/top9000.h

Thanks, applied.

Best regards,

Wolfgang Denk