[U-Boot] [PATCH 0/4] ARM: atmel: boards: enable SPL support

Bo Shen voice.shen at atmel.com
Fri Mar 13 10:19:35 CET 2015


This patch series enable SPL support for following boards:
  - at91sam9m10g45ek
    - NAND flash boot support
    - SD card boot support
  - at91sam9n12ek
    - NAND flash boot support
    - SPI flash boot support
  - at91sam9x5ek
    - NAND flash boot support
    - SPI flash boot support


Bo Shen (4):
  ARM: atmel: arm926ejs: fix clock configuration
  ARM: atmel: at91sam9m10g45ek: enable spl support
  ARM: atmel: at91sam9x5ek: enable spl support
  ARM: atmel: at91sam9n12ek: enable spl support

 arch/arm/mach-at91/Kconfig                      |  3 +
 arch/arm/mach-at91/Makefile                     |  2 +
 arch/arm/mach-at91/arm926ejs/clock.c            | 54 +++++++++--------
 arch/arm/mach-at91/arm926ejs/u-boot-spl.lds     | 48 +++++++++++++++
 arch/arm/mach-at91/include/mach/at91_pmc.h      |  6 +-
 arch/arm/mach-at91/include/mach/at91sam9x5.h    | 10 ++++
 arch/arm/mach-at91/mpddrc.c                     |  3 +-
 arch/arm/mach-at91/spl.c                        |  2 +-
 arch/arm/mach-at91/spl_at91.c                   | 11 +++-
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 80 +++++++++++++++++++++++++
 board/atmel/at91sam9n12ek/at91sam9n12ek.c       | 73 ++++++++++++++++++++++
 board/atmel/at91sam9x5ek/at91sam9x5ek.c         | 74 +++++++++++++++++++++++
 configs/at91sam9m10g45ek_mmc_defconfig          |  7 ++-
 configs/at91sam9m10g45ek_nandflash_defconfig    |  7 ++-
 configs/at91sam9n12ek_nandflash_defconfig       |  7 ++-
 configs/at91sam9n12ek_spiflash_defconfig        |  7 ++-
 configs/at91sam9x5ek_nandflash_defconfig        |  7 ++-
 configs/at91sam9x5ek_spiflash_defconfig         |  7 ++-
 include/configs/at91sam9m10g45ek.h              | 58 ++++++++++++++++++
 include/configs/at91sam9n12ek.h                 | 58 +++++++++++++++++-
 include/configs/at91sam9x5ek.h                  | 57 ++++++++++++++++++
 21 files changed, 531 insertions(+), 50 deletions(-)
 create mode 100644 arch/arm/mach-at91/arm926ejs/u-boot-spl.lds

-- 
2.3.0



More information about the U-Boot mailing list