public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] ARM: atmel: add sama5d4ek board support
@ 2014-10-29  2:32 Bo Shen
  2014-10-29  2:32 ` [U-Boot] [PATCH v2 1/3] mtd: atmel_nand: runtime to build gf table for pmecc Bo Shen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bo Shen @ 2014-10-29  2:32 UTC (permalink / raw)
  To: u-boot

This patch series add sama5d4ek board support which supports
following features:
  - Boot media support: NAND flash/SD card/SPI flash
  - Support LCD display
  - Support ethernet
  - Support USB mass storage

Changes in v2:
  - rewrite the gf table build function by Josh.
  - Add sama5d4_devices.c to hold soc related code (e.g: get_cpu_name)

Bo Shen (2):
  net: macb: enable GMAC IP without GE feature support
  ARM: atmel: add sama5d4ek board support

Josh Wu (1):
  mtd: atmel_nand: runtime to build gf table for pmecc

 arch/arm/Kconfig                          |   4 +
 arch/arm/cpu/armv7/at91/Makefile          |   1 +
 arch/arm/cpu/armv7/at91/sama5d4_devices.c |  30 +++
 arch/arm/cpu/armv7/at91/timer.c           |   3 +-
 arch/arm/include/asm/arch-at91/at91_pmc.h |   9 +-
 arch/arm/include/asm/arch-at91/clk.h      |  48 +++++
 arch/arm/include/asm/arch-at91/hardware.h |   2 +
 arch/arm/include/asm/arch-at91/sama5d4.h  | 214 ++++++++++++++++++++
 board/atmel/sama5d4ek/Kconfig             |  18 ++
 board/atmel/sama5d4ek/MAINTAINERS         |   8 +
 board/atmel/sama5d4ek/Makefile            |  15 ++
 board/atmel/sama5d4ek/sama5d4ek.c         | 317 ++++++++++++++++++++++++++++++
 configs/sama5d4ek_mmc_defconfig           |   3 +
 configs/sama5d4ek_nandflash_defconfig     |   3 +
 configs/sama5d4ek_spiflash_defconfig      |   3 +
 drivers/mtd/nand/atmel_nand.c             |  75 ++++++-
 drivers/mtd/nand/atmel_nand_ecc.h         |   4 +
 drivers/net/macb.c                        |   8 +-
 include/configs/sama5d4ek.h               | 215 ++++++++++++++++++++
 19 files changed, 974 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/at91/sama5d4_devices.c
 create mode 100644 arch/arm/include/asm/arch-at91/sama5d4.h
 create mode 100644 board/atmel/sama5d4ek/Kconfig
 create mode 100644 board/atmel/sama5d4ek/MAINTAINERS
 create mode 100644 board/atmel/sama5d4ek/Makefile
 create mode 100644 board/atmel/sama5d4ek/sama5d4ek.c
 create mode 100644 configs/sama5d4ek_mmc_defconfig
 create mode 100644 configs/sama5d4ek_nandflash_defconfig
 create mode 100644 configs/sama5d4ek_spiflash_defconfig
 create mode 100644 include/configs/sama5d4ek.h

-- 
2.1.0.24.g4109c28

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

end of thread, other threads:[~2014-10-29  3:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29  2:32 [U-Boot] [PATCH v2 0/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-10-29  2:32 ` [U-Boot] [PATCH v2 1/3] mtd: atmel_nand: runtime to build gf table for pmecc Bo Shen
2014-10-29  3:06   ` Andreas Bießmann
2014-10-29  2:32 ` [U-Boot] [PATCH v2 2/3] net: macb: enable GMAC IP without GE feature support Bo Shen
2014-10-29  2:32 ` [U-Boot] [PATCH v2 3/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-10-29  3:24   ` Andreas Bießmann
2014-10-29  3:27     ` Andreas Bießmann
2014-10-29  3:38     ` Bo Shen

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