[U-Boot] [PATCH 0/3] ARM: atmel: add sama5d4ek board support

Bo Shen voice.shen at atmel.com
Tue Sep 16 09:57:19 CEST 2014


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

This patch series depends on the series [1]:
ARM: atmel: use pcr to enable or disable peripheral clock.

[1] http://patchwork.ozlabs.org/patch/376960/


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

Josh Wu (1):
  atmel_nand: if don't have gf table in rom code we will build it
    runtime

 arch/arm/Kconfig                          |   4 +
 arch/arm/cpu/armv7/at91/timer.c           |   3 +-
 arch/arm/include/asm/arch-at91/at91_pmc.h |   6 +-
 arch/arm/include/asm/arch-at91/clk.h      |  29 +++
 arch/arm/include/asm/arch-at91/hardware.h |   2 +
 arch/arm/include/asm/arch-at91/sama5d4.h  | 199 ++++++++++++++++++
 board/atmel/sama5d4ek/Kconfig             |  18 ++
 board/atmel/sama5d4ek/MAINTAINERS         |   8 +
 board/atmel/sama5d4ek/Makefile            |  15 ++
 board/atmel/sama5d4ek/sama5d4ek.c         | 322 ++++++++++++++++++++++++++++++
 configs/sama5d4ek_mmc_defconfig           |   3 +
 configs/sama5d4ek_nandflash_defconfig     |   3 +
 configs/sama5d4ek_spiflash_defconfig      |   3 +
 drivers/mtd/nand/atmel_nand.c             | 127 +++++++++++-
 drivers/net/macb.c                        |   8 +-
 include/configs/sama5d4ek.h               | 215 ++++++++++++++++++++
 16 files changed, 959 insertions(+), 6 deletions(-)
 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



More information about the U-Boot mailing list