[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master
Andreas Bießmann
andreas.devel at googlemail.com
Mon Dec 9 13:42:38 CET 2013
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
More information about the U-Boot
mailing list