public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [Patch v2 0/4] ARM: atmel: add sama5d3xek board support
@ 2013-03-12  6:15 Bo Shen
  2013-03-12  6:15 ` [U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices Bo Shen
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Bo Shen @ 2013-03-12  6:15 UTC (permalink / raw)
  To: u-boot

This patch series add sama5d3xek board support.

Included features
  - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector
  - boot from SPI flash support
  - boot from SD card support
  - LCD support
  - EMAC support
  - USB support

Will do
  - Add GMAC support
  - Add of control support

Bo Shen (4):
  USB: ohci-at91: support sama5d3x devices
  NET: macb: support sama5d3x devices
  SPI: atmel_spi: support sama5d3x devices
  ARM: atmel: add sama5d3xek support

 MAINTAINERS                                  |    1 +
 arch/arm/cpu/armv7/at91/Makefile             |   52 +++++
 arch/arm/cpu/armv7/at91/clock.c              |  127 ++++++++++++
 arch/arm/cpu/armv7/at91/cpu.c                |   90 +++++++++
 arch/arm/cpu/armv7/at91/reset.c              |   47 +++++
 arch/arm/cpu/armv7/at91/sama5d3_devices.c    |  196 ++++++++++++++++++
 arch/arm/cpu/armv7/at91/timer.c              |  139 +++++++++++++
 arch/arm/include/asm/arch-at91/at91_common.h |    1 +
 arch/arm/include/asm/arch-at91/at91_dbu.h    |    4 +
 arch/arm/include/asm/arch-at91/at91_pmc.h    |   23 +++
 arch/arm/include/asm/arch-at91/clk.h         |    1 +
 arch/arm/include/asm/arch-at91/hardware.h    |    2 +
 arch/arm/include/asm/arch-at91/sama5d3.h     |  212 ++++++++++++++++++++
 arch/arm/include/asm/arch-at91/sama5d3_smc.h |   79 ++++++++
 board/atmel/sama5d3xek/Makefile              |   51 +++++
 board/atmel/sama5d3xek/sama5d3xek.c          |  277 ++++++++++++++++++++++++++
 boards.cfg                                   |    3 +
 drivers/net/macb.c                           |    6 +-
 drivers/spi/atmel_spi.c                      |    3 +-
 drivers/usb/host/ohci-at91.c                 |   14 +-
 include/configs/sama5d3xek.h                 |  255 ++++++++++++++++++++++++
 21 files changed, 1578 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/at91/Makefile
 create mode 100644 arch/arm/cpu/armv7/at91/clock.c
 create mode 100644 arch/arm/cpu/armv7/at91/cpu.c
 create mode 100644 arch/arm/cpu/armv7/at91/reset.c
 create mode 100644 arch/arm/cpu/armv7/at91/sama5d3_devices.c
 create mode 100644 arch/arm/cpu/armv7/at91/timer.c
 create mode 100644 arch/arm/include/asm/arch-at91/sama5d3.h
 create mode 100644 arch/arm/include/asm/arch-at91/sama5d3_smc.h
 create mode 100644 board/atmel/sama5d3xek/Makefile
 create mode 100644 board/atmel/sama5d3xek/sama5d3xek.c
 create mode 100644 include/configs/sama5d3xek.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-17  2:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12  6:15 [U-Boot] [Patch v2 0/4] ARM: atmel: add sama5d3xek board support Bo Shen
2013-03-12  6:15 ` [U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices Bo Shen
2013-05-12 11:28   ` Andreas Bießmann
2013-05-13  6:30     ` Bo Shen
2013-03-12  6:15 ` [U-Boot] [Patch v2 2/4] NET: macb: " Bo Shen
2013-05-12 11:33   ` Andreas Bießmann
2013-05-13 21:31     ` Joe Hershberger
2013-05-22  8:45       ` Bo Shen
2013-05-23  6:51         ` Andreas Bießmann
2013-05-23 21:58           ` Joe Hershberger
2013-06-17  1:11             ` Bo Shen
2013-06-17  2:27               ` Joe Hershberger
2013-05-24  1:11           ` Bo Shen
2013-03-12  6:15 ` [U-Boot] [Patch v2 3/4] SPI: atmel_spi: " Bo Shen
2013-05-12 11:30   ` Andreas Bießmann
2013-03-12  6:15 ` [U-Boot] [Patch v2 4/4] ARM: atmel: add sama5d3xek support Bo Shen
2013-05-12 11:35   ` Andreas Bießmann
2013-05-13  6:28     ` Bo Shen

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