public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Support for board Calao USB A9263
@ 2010-06-02 16:04 Thomas Petazzoni
  2010-06-02 16:04 ` [U-Boot] [PATCH 1/4] Atmel Dataflash: convert to C struct accessors Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Thomas Petazzoni @ 2010-06-02 16:04 UTC (permalink / raw)
  To: u-boot

Hello,

This patchset implements the support for the Calao USB A9263 board
(patch 4). The first three patches are preliminary work, to convert
the Atmel Dataflash SPI driver to the new C struct accessors
introduced a few months ago for AT91 support in U-Boot.

Thanks,

Thomas

Thomas Petazzoni (4):
  Atmel Dataflash: convert to C struct accessors
  at91_spi: remove register offsets
  at91sam9263: add new style definition for SPI0_BASE
  Support for Calao USB A9263 board based on AT91SAM9263 CPU

 MAINTAINERS                                  |    4 +
 MAKEALL                                      |    1 +
 Makefile                                     |    3 +
 arch/arm/include/asm/arch-at91/at91_spi.h    |  152 +++++++++------------
 arch/arm/include/asm/arch-at91/at91sam9263.h |    1 +
 board/calao/usb-a9263/Makefile               |   58 ++++++++
 board/calao/usb-a9263/config.mk              |   24 ++++
 board/calao/usb-a9263/partition.c            |   38 ++++++
 board/calao/usb-a9263/usb-a9263.c            |  186 ++++++++++++++++++++++++++
 drivers/spi/atmel_dataflash_spi.c            |   73 ++++++-----
 include/configs/usb-a9263.h                  |  182 +++++++++++++++++++++++++
 11 files changed, 598 insertions(+), 124 deletions(-)
 create mode 100644 board/calao/usb-a9263/Makefile
 create mode 100644 board/calao/usb-a9263/config.mk
 create mode 100644 board/calao/usb-a9263/partition.c
 create mode 100644 board/calao/usb-a9263/usb-a9263.c
 create mode 100644 include/configs/usb-a9263.h

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-06-09 21:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 16:04 [U-Boot] [PATCH 0/4] Support for board Calao USB A9263 Thomas Petazzoni
2010-06-02 16:04 ` [U-Boot] [PATCH 1/4] Atmel Dataflash: convert to C struct accessors Thomas Petazzoni
2010-06-02 16:04 ` [U-Boot] [PATCH 2/4] at91_spi: remove register offsets Thomas Petazzoni
2010-06-02 16:04 ` [U-Boot] [PATCH 3/4] at91sam9263: add new style definition for SPI0_BASE Thomas Petazzoni
2010-06-02 16:04 ` [U-Boot] [PATCH 4/4] Support for Calao USB A9263 board based on AT91SAM9263 CPU Thomas Petazzoni
2010-06-07 12:40 ` [U-Boot] [PATCH 0/4] Support for board Calao USB A9263 Tom Rix
2010-06-07 21:56   ` [U-Boot] [PATCH 0/4] Calao USB-A9263 v2 Thomas Petazzoni
2010-06-07 21:56   ` [U-Boot] [PATCH 1/4] Atmel Dataflash: convert to C struct accessors Thomas Petazzoni
2010-06-07 22:52     ` Mike Frysinger
2010-06-08 12:24       ` Thomas Petazzoni
2010-06-08 19:20         ` Mike Frysinger
2010-06-09  7:06           ` Thomas Petazzoni
2010-06-09 21:33             ` Mike Frysinger
2010-06-07 21:56   ` [U-Boot] [PATCH 2/4] at91_spi: remove register offsets Thomas Petazzoni
2010-06-07 21:56   ` [U-Boot] [PATCH 3/4] Add new style definition for SPI0_BASE Thomas Petazzoni
2010-06-07 21:56   ` [U-Boot] [PATCH 4/4] Support for Calao USB A9263 board based on AT91SAM9263 CPU Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox