All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] ARM: atmel: boards: enable SPL support
@ 2015-03-27  6:23 Bo Shen
  2015-03-27  6:23 ` [U-Boot] [PATCH v2 1/4] ARM: atmel: arm926ejs: fix clock configuration Bo Shen
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Bo Shen @ 2015-03-27  6:23 UTC (permalink / raw)
  To: u-boot

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

Changes in v2:
  - Remove the meaningless prefix "+S:" in configuration file.

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          |  1 +
 configs/at91sam9m10g45ek_nandflash_defconfig    |  1 +
 configs/at91sam9n12ek_nandflash_defconfig       |  1 +
 configs/at91sam9n12ek_spiflash_defconfig        |  1 +
 configs/at91sam9x5ek_nandflash_defconfig        |  1 +
 configs/at91sam9x5ek_spiflash_defconfig         |  1 +
 include/configs/at91sam9m10g45ek.h              | 58 ++++++++++++++++++
 include/configs/at91sam9n12ek.h                 | 58 +++++++++++++++++-
 include/configs/at91sam9x5ek.h                  | 57 ++++++++++++++++++
 21 files changed, 513 insertions(+), 32 deletions(-)
 create mode 100644 arch/arm/mach-at91/arm926ejs/u-boot-spl.lds

-- 
2.3.3.220.g9ab698f

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

end of thread, other threads:[~2019-02-22 16:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27  6:23 [U-Boot] [PATCH v2 0/4] ARM: atmel: boards: enable SPL support Bo Shen
2015-03-27  6:23 ` [U-Boot] [PATCH v2 1/4] ARM: atmel: arm926ejs: fix clock configuration Bo Shen
2015-03-31 23:06   ` [U-Boot] [U-Boot,v2,1/4] " Andreas Bießmann
2015-03-27  6:23 ` [U-Boot] [PATCH v2 2/4] ARM: atmel: at91sam9m10g45ek: enable spl support Bo Shen
2015-03-31 23:06   ` [U-Boot] [U-Boot,v2,2/4] " Andreas Bießmann
2015-03-27  6:23 ` [U-Boot] [PATCH v2 3/4] ARM: atmel: at91sam9x5ek: " Bo Shen
2015-03-31 23:06   ` [U-Boot] [U-Boot,v2,3/4] " Andreas Bießmann
2019-02-19 13:27   ` [U-Boot] [PATCH v2 3/4] " Stefan Roese
2019-02-19 14:12     ` Eugen.Hristev at microchip.com
2019-02-19 14:56       ` Stefan Roese
2019-02-21 17:00         ` Stefan Roese
2019-02-22 15:57           ` Eugen.Hristev at microchip.com
2019-02-22 16:36             ` Stefan Roese
2015-03-27  6:23 ` [U-Boot] [PATCH v2 4/4] ARM: atmel: at91sam9n12ek: " Bo Shen
2015-03-31 23:06   ` [U-Boot] [U-Boot,v2,4/4] " Andreas Bießmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.