From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master
Date: Mon, 9 Dec 2013 18:56:38 +0100 [thread overview]
Message-ID: <20131209185638.7c34cdff@lilith> (raw)
In-Reply-To: <1386592958-12489-1-git-send-email-andreas.devel@googlemail.com>
Hi Andreas,
On Mon, 9 Dec 2013 13:42:38 +0100, Andreas Bie?mann
<andreas.devel@googlemail.com> wrote:
> Dear Albert Aribaud,
>
> please pull the following changes from u-boot-atmel/master into
> u-boot-arm/master.
>
> The following changes since commit 47ed5dd031d7d2c587e6afd386e79ccec1a1b7f7:
>
> arm: keep all sections in ELF file (2013-12-07 06:53:58 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-atmel.git master
>
> for you to fetch changes up to 1dcdd86205708d3ab9f0dc3a2d6b5fa12b16fde4:
>
> arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263) (2013-12-09 13:21:54 +0100)
>
> ----------------------------------------------------------------
> Andreas Bie?mann (4):
> at91: add new gpio pin definitions
> at91: redefine legacy GPIO PIN_BASE
> at91: nand: switch atmel_nand to generic GPIO API
> at91: switch coloured LED to gpio API
>
> Heiko Schocher (2):
> arm, at91: add Siemens board taurus and axm
> arm, at91: add siemens corvus board
>
> Mateusz Kulikowski (1):
> arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)
>
> arch/arm/cpu/arm926ejs/at91/led.c | 16 ++-
> arch/arm/include/asm/arch-at91/gpio.h | 26 ++++-
> board/BuS/vl_ma2sc/vl_ma2sc.c | 5 +-
> board/calao/usb_a9263/Makefile | 14 +++
> board/calao/usb_a9263/usb_a9263.c | 148 +++++++++++++++++++++++++
> board/egnite/ethernut5/ethernut5.c | 3 +-
> board/esd/meesc/meesc.c | 5 +-
> board/esd/otc570/otc570.c | 5 +-
> board/eukrea/cpu9260/cpu9260.c | 5 +-
> board/ronetix/pm9261/led.c | 14 +--
> board/ronetix/pm9261/pm9261.c | 5 +-
> board/ronetix/pm9263/led.c | 10 +-
> board/ronetix/pm9263/pm9263.c | 5 +-
> board/ronetix/pm9g45/pm9g45.c | 5 +-
> board/siemens/corvus/Makefile | 18 +++
> board/siemens/corvus/board.c | 195 +++++++++++++++++++++++++++++++++
> board/siemens/taurus/Makefile | 18 +++
> board/siemens/taurus/taurus.c | 160 +++++++++++++++++++++++++++
> boards.cfg | 4 +
> drivers/gpio/at91_gpio.c | 4 +-
> drivers/mtd/nand/atmel_nand.c | 8 +-
> include/configs/at91sam9n12ek.h | 4 +-
> include/configs/corvus.h | 165 ++++++++++++++++++++++++++++
> include/configs/cpu9260.h | 4 +-
> include/configs/ethernut5.h | 2 +-
> include/configs/meesc.h | 4 +-
> include/configs/otc570.h | 4 +-
> include/configs/pm9261.h | 10 +-
> include/configs/pm9263.h | 8 +-
> include/configs/pm9g45.h | 8 +-
> include/configs/taurus.h | 160 +++++++++++++++++++++++++++
> include/configs/usb_a9263.h | 169 ++++++++++++++++++++++++++++
> include/configs/vl_ma2sc.h | 4 +-
> 33 files changed, 1145 insertions(+), 70 deletions(-)
> create mode 100644 board/calao/usb_a9263/Makefile
> create mode 100644 board/calao/usb_a9263/usb_a9263.c
> create mode 100644 board/siemens/corvus/Makefile
> create mode 100644 board/siemens/corvus/board.c
> create mode 100644 board/siemens/taurus/Makefile
> create mode 100644 board/siemens/taurus/taurus.c
> create mode 100644 include/configs/corvus.h
> create mode 100644 include/configs/taurus.h
> create mode 100644 include/configs/usb_a9263.h
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2013-12-09 17:56 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 12:42 [U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master Andreas Bießmann
2013-12-09 17:56 ` Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-10 20:00 Andreas Bießmann
2014-10-11 22:58 ` Albert ARIBAUD
2014-09-19 6:32 Andreas Bießmann
2014-09-21 14:56 ` Albert ARIBAUD
2014-06-14 16:19 Andreas Bießmann
2014-06-24 19:16 ` Albert ARIBAUD
2014-05-26 22:16 Andreas Bießmann
2014-05-30 17:45 ` Albert ARIBAUD
2014-03-09 18:50 Andreas Bießmann
2014-03-10 8:09 ` Albert ARIBAUD
2013-12-17 16:25 Andreas Bießmann
2013-12-18 16:47 ` Albert ARIBAUD
2013-12-01 21:50 Andreas Bießmann
2013-12-02 15:51 ` Albert ARIBAUD
2013-11-13 21:24 Andreas Bießmann
2013-11-22 6:35 ` Albert ARIBAUD
2013-11-04 19:43 Andreas Bießmann
2013-11-05 21:30 ` Albert ARIBAUD
2013-09-19 8:31 Andreas Bießmann
2013-09-21 10:38 ` Albert ARIBAUD
2013-09-04 15:15 Andreas Bießmann
2013-09-05 10:16 ` Albert ARIBAUD
2013-08-22 15:04 Andreas Bießmann
2013-09-03 2:54 ` Bo Shen
2013-09-04 9:40 ` Andreas Bießmann
2013-09-04 11:10 ` Albert ARIBAUD
2013-09-04 11:49 ` Andreas Bießmann
2013-09-04 10:30 ` 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=20131209185638.7c34cdff@lilith \
--to=albert.u.boot@aribaud.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.