public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] AT91 Pull Request
Date: Tue, 3 Mar 2009 15:11:36 +0100	[thread overview]
Message-ID: <20090303141136.GC16788@game.jcrosoft.org> (raw)

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.

             reply	other threads:[~2009-03-03 14:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-03 14:11 Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-03-08 23:34 ` [U-Boot] AT91 Pull Request Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-04-17 19:55 Jean-Christophe PLAGNIOL-VILLARD
2009-04-24 11:37 ` Wolfgang Denk
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-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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090303141136.GC16788@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox