public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] arm: atmel: add at91sam9n12ek board support
@ 2013-03-20  7:55 Josh Wu
  2013-03-20  7:55 ` [U-Boot] [PATCH v2 1/4] spi: atmel_spi: using ip version to check whether has wdrbt Josh Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Josh Wu @ 2013-03-20  7:55 UTC (permalink / raw)
  To: u-boot

This patch series will add at91sam9n12ek board support. In the board, 
spi/nand flash, mmc, lcd are supported.

TODO:
  - ethernet support
  - usb support.

Changes since v1:
  - split into more patches to make it clearer.
  - include an extra patch that use run-time detect for spi ip.
  - include an extra patch to remove the chip select for clock part.
  - merge at91sam9n12 register definition with at91sam9x5.
  - fix copyright issue and add maintainer.
  - disable pull-up as possible as we can.
  - add mtdparts command.
  - fix warnings and typos.

Bo Shen (1):
  spi: atmel_spi: using ip version to check whether has wdrbt

Josh Wu (3):
  arm: at91: add at91sam9n12 register definition
  arm: at91: add at91sam9n12ek board support
  at91: clock: remove chip macro for plla div2.

 MAINTAINERS                                        |    3 +
 arch/arm/cpu/arm926ejs/at91/Makefile               |    1 +
 arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c  |  180 +++++++++++++++
 arch/arm/cpu/arm926ejs/at91/clock.c                |   13 +-
 arch/arm/include/asm/arch-at91/at91sam9_matrix.h   |    2 +-
 arch/arm/include/asm/arch-at91/at91sam9x5.h        |   19 +-
 arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h |   17 +-
 arch/arm/include/asm/arch-at91/hardware.h          |    2 +-
 board/atmel/at91sam9n12ek/Makefile                 |   52 +++++
 board/atmel/at91sam9n12ek/at91sam9n12ek.c          |  228 +++++++++++++++++++
 boards.cfg                                         |    3 +
 drivers/spi/atmel_spi.c                            |   15 +-
 drivers/spi/atmel_spi.h                            |    2 +-
 include/configs/at91sam9n12ek.h                    |  232 ++++++++++++++++++++
 14 files changed, 751 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c
 create mode 100644 board/atmel/at91sam9n12ek/Makefile
 create mode 100644 board/atmel/at91sam9n12ek/at91sam9n12ek.c
 create mode 100644 include/configs/at91sam9n12ek.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-22 11:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20  7:55 [U-Boot] [PATCH v2 0/4] arm: atmel: add at91sam9n12ek board support Josh Wu
2013-03-20  7:55 ` [U-Boot] [PATCH v2 1/4] spi: atmel_spi: using ip version to check whether has wdrbt Josh Wu
2013-03-20  7:55 ` [U-Boot] [PATCH v2 2/4] arm: at91: add at91sam9n12 register definition Josh Wu
2013-03-20  7:55 ` [U-Boot] [PATCH v2 3/4] arm: at91: add at91sam9n12ek board support Josh Wu
2013-03-20 11:14   ` Josh Wu
2013-03-21  1:52   ` [U-Boot] [PATCH v2 3/4][resend] " Josh Wu
2013-03-22  5:29     ` Bo Shen
2013-03-22  6:27       ` Josh Wu
2013-03-22 11:18     ` Andreas Bießmann
2013-03-20  7:55 ` [U-Boot] [PATCH v2 4/4] at91: clock: remove chip macro for plla div2 Josh Wu

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