public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/13] ARM: atmel: enable spl for sama5d4 related boards
@ 2014-12-08  6:09 Bo Shen
  2014-12-08  6:09 ` [U-Boot] [PATCH 01/13] ARM: atmel: clock: make it possible to configure HMX32 Bo Shen
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Bo Shen @ 2014-12-08  6:09 UTC (permalink / raw)
  To: u-boot

This patch enable SPL support for both sama5d4ek and sama5d4 xplained
board which are based on SAMA5D4 SoC.
These two boards both support boot up from NAND flash, SD/MMC card and
also serial flash.

This patch series based on the "ARM: atmel: enable usb ethernet gadget"


Bo Shen (13):
  ARM: atmel: clock: make it possible to configure HMX32
  ARM: atmel: sama5: add bus matrix header file
  ARM: atmel: sama5: add sfr register header file
  ARM: atmel: spl: add weak bus matrix init function
  ARM: atmel: spl: add saic to aic redirect function
  ARM: atmel: spl: can not disable osc for sama5d4
  ARM: atmel: sama5d4: add matrix1 base addr definition
  ARM: atmel: sama5d4: add bus matrix init function
  ARM: atmel: sama5d4: add interrupt redirec function
  ARM: atmel: sama5d4: can access DDR in interleave mode
  ARM: atmel: sama5d4: build related file when enable SPL
  ARM: atmel: sama5d4ek: enable SPL support
  ARM: atmel: sama5d4_xplained: enable spl support

 arch/arm/Kconfig                                |  2 +
 arch/arm/cpu/armv7/at91/clock.c                 |  8 +++
 arch/arm/cpu/armv7/at91/sama5d4_devices.c       | 47 ++++++++++++++
 arch/arm/cpu/at91-common/Makefile               |  1 +
 arch/arm/cpu/at91-common/mpddrc.c               |  2 +-
 arch/arm/cpu/at91-common/spl_atmel.c            | 16 +++++
 arch/arm/include/asm/arch-at91/at91_common.h    |  1 +
 arch/arm/include/asm/arch-at91/sama5_matrix.h   | 37 +++++++++++
 arch/arm/include/asm/arch-at91/sama5_sfr.h      | 38 +++++++++++
 arch/arm/include/asm/arch-at91/sama5d4.h        |  2 +
 board/atmel/sama5d4_xplained/sama5d4_xplained.c | 85 +++++++++++++++++++++++++
 board/atmel/sama5d4ek/sama5d4ek.c               | 85 +++++++++++++++++++++++++
 configs/sama5d4_xplained_mmc_defconfig          |  1 +
 configs/sama5d4_xplained_nandflash_defconfig    |  1 +
 configs/sama5d4_xplained_spiflash_defconfig     |  1 +
 configs/sama5d4ek_mmc_defconfig                 |  1 +
 configs/sama5d4ek_nandflash_defconfig           |  1 +
 configs/sama5d4ek_spiflash_defconfig            |  1 +
 include/configs/sama5d4_xplained.h              | 56 ++++++++++++++++
 include/configs/sama5d4ek.h                     | 56 ++++++++++++++++
 20 files changed, 441 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/include/asm/arch-at91/sama5_matrix.h
 create mode 100644 arch/arm/include/asm/arch-at91/sama5_sfr.h

-- 
2.1.0.24.g4109c28

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

end of thread, other threads:[~2014-12-11  1:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-08  6:09 [U-Boot] [PATCH 0/13] ARM: atmel: enable spl for sama5d4 related boards Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 01/13] ARM: atmel: clock: make it possible to configure HMX32 Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 02/13] ARM: atmel: sama5: add bus matrix header file Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 03/13] ARM: atmel: sama5: add sfr register " Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 04/13] ARM: atmel: spl: add weak bus matrix init function Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 05/13] ARM: atmel: spl: add saic to aic redirect function Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 06/13] ARM: atmel: spl: can not disable osc for sama5d4 Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 07/13] ARM: atmel: sama5d4: add matrix1 base addr definition Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 08/13] ARM: atmel: sama5d4: add bus matrix init function Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 09/13] ARM: atmel: sama5d4: add interrupt redirec function Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 10/13] ARM: atmel: sama5d4: can access DDR in interleave mode Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 11/13] ARM: atmel: sama5d4: build related file when enable SPL Bo Shen
2014-12-08  6:09 ` [U-Boot] [PATCH 12/13] ARM: atmel: sama5d4ek: enable SPL support Bo Shen
2014-12-10 21:38   ` Robert Nelson
2014-12-08  6:09 ` [U-Boot] [PATCH 13/13] ARM: atmel: sama5d4_xplained: enable spl support Bo Shen
2014-12-10 21:35   ` Robert Nelson
2014-12-11  1:21     ` Bo Shen
2014-12-11  1:29       ` Bo Shen
2014-12-11  1:56         ` Robert Nelson

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