public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Reinhard Meyer <u-boot@emk-elektronik.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-atmel/master
Date: Mon, 20 Jun 2011 08:49:35 +0200	[thread overview]
Message-ID: <4DFEED7F.1060004@emk-elektronik.de> (raw)

Dear Albert,

The following changes since commit 0d8bc1c7b3caffd5626b6cf4888bfb5751f24041:
  Fabio Estevam (1):
        mx31pdk: Add DHCP command

are available in the git repository at:

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

Eric Benard (4):
      arm926ejs/at91/lowlevel_init.S: fix defines
      cpu9260/9G20: fix board support
      cpuat91: fix board support
      include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

Jens Scharsig (1):
      update arm/at91rm9200 work with rework rework110202

Reinhard Meyer (3):
      AT91 rework: fix at91sam(9260/9g20/9xe)ek board port to build again:
      AT91 rework: fix TOP9000 files to build again
      ATMEL spi_dataflash driver - fix to build again

Ryan Mallon (1):
      Add support for Bluewater Systems Snapper 9260/9G20 modules

Sergey Lapin (1):
      Build fix/update of AFEB9260

andreas.devel at googlemail.com (2):
      at91_emac: fix compile warning
      macb: fix compile warning

 MAINTAINERS                                      |    5 +
 MAKEALL                                          |    3 -
 Makefile                                         |   45 -----
 arch/arm/cpu/arm920t/at91/reset.c                |    2 +-
 arch/arm/cpu/arm920t/at91/timer.c                |   12 +-
 arch/arm/cpu/arm926ejs/at91/lowlevel_init.S      |   24 ++--
 arch/arm/include/asm/arch-at91/at91_matrix.h     |   10 +-
 arch/arm/include/asm/arch-at91/at91_mc.h         |   12 +-
 arch/arm/include/asm/arch-at91/at91_pio.h        |   14 +-
 arch/arm/include/asm/arch-at91/at91_pmc.h        |   10 +-
 arch/arm/include/asm/arch-at91/at91_rstc.h       |    2 +-
 arch/arm/include/asm/arch-at91/at91_wdt.h        |    2 +-
 arch/arm/include/asm/arch-at91/at91rm9200.h      |  209 ++++++++++++----------
 arch/arm/include/asm/arch-at91/at91sam9260.h     |    1 +
 arch/arm/include/asm/arch-at91/at91sam9261.h     |    1 +
 arch/arm/include/asm/arch-at91/at91sam9263.h     |    1 +
 arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |   30 ++--
 arch/arm/include/asm/arch-at91/at91sam9_smc.h    |   12 +-
 board/BuS/eb_cpux9k2/cpux9k2.c                   |   52 +++---
 board/afeb9260/afeb9260.c                        |  101 ++++++-----
 board/atmel/at91rm9200ek/at91rm9200ek.c          |    4 +-
 board/atmel/at91rm9200ek/led.c                   |   22 ++-
 board/atmel/at91sam9260ek/at91sam9260ek.c        |  127 +++++++------
 board/atmel/at91sam9260ek/config.mk              |    1 -
 board/atmel/at91sam9260ek/led.c                  |    8 +-
 board/bluewater/snapper9260/Makefile             |   53 ++++++
 board/bluewater/snapper9260/snapper9260.c        |  169 +++++++++++++++++
 board/emk/top9000/top9000.c                      |   64 ++++---
 board/eukrea/cpu9260/cpu9260.c                   |   33 ++--
 board/eukrea/cpu9260/led.c                       |    6 +-
 board/eukrea/cpuat91/cpuat91.c                   |    6 +-
 boards.cfg                                       |    9 +
 drivers/net/at91_emac.c                          |   44 +++---
 drivers/net/macb.c                               |    5 +-
 drivers/spi/atmel_dataflash_spi.c                |    3 +-
 include/configs/afeb9260.h                       |   78 +++++----
 include/configs/at91rm9200ek.h                   |    5 +-
 include/configs/at91sam9260ek.h                  |  107 +++++++-----
 include/configs/cpu9260.h                        |   11 +-
 include/configs/eb_cpux9k2.h                     |   23 ++--
 include/configs/snapper9260.h                    |  191 ++++++++++++++++++++
 include/configs/top9000.h                        |   30 ++--
 42 files changed, 996 insertions(+), 551 deletions(-)
 delete mode 100644 board/atmel/at91sam9260ek/config.mk
 create mode 100644 board/bluewater/snapper9260/Makefile
 create mode 100644 board/bluewater/snapper9260/snapper9260.c
 create mode 100644 include/configs/snapper9260.h

Best Regards,
Reinhard

             reply	other threads:[~2011-06-20  6:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20  6:49 Reinhard Meyer [this message]
2011-06-20 11:48 ` [U-Boot] Please pull u-boot-atmel/master Albert ARIBAUD
2011-06-20 13:44   ` Wolfgang Denk
2011-06-20 14:06     ` Reinhard Meyer
2011-06-20 16:21     ` Albert ARIBAUD
2011-06-20 19:43       ` Wolfgang Denk
2011-06-20 21:19         ` Albert ARIBAUD
2011-06-20 22:14           ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2012-07-02 22:14 Andreas Bießmann
2012-07-05  8:35 ` Albert ARIBAUD
2012-07-05  9:30   ` Andreas Bießmann
2012-07-05 10:08 Andreas Bießmann
2012-07-05 11:40 ` Albert ARIBAUD
2012-08-07 22:29 Andreas Bießmann
2012-08-13 23:11 ` Albert ARIBAUD
2012-08-13 23:13 ` Albert ARIBAUD
2012-09-01 14:50 Andreas Bießmann
2012-09-01 15:05 ` Albert ARIBAUD
2012-09-01 16:00 ` Albert ARIBAUD

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=4DFEED7F.1060004@emk-elektronik.de \
    --to=u-boot@emk-elektronik.de \
    --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