public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] arm: at91: change mpddr and support picosam9g45
@ 2015-08-13 13:43 Erik van Luijk
  2015-08-13 13:43 ` [U-Boot] [PATCH 1/4] arm: at91: mpddr: allow multiple DDR controllers Erik van Luijk
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Erik van Luijk @ 2015-08-13 13:43 UTC (permalink / raw)
  To: u-boot

This patchset adds support for the mini-box picosam9g45.
As this board uses both DDR controllers. The mpddr had to be patched to
be able to call ddr2_init() with a BASE register address parameter.

Erik van Luijk (4):
  arm: at91: mpddr: allow multiple DDR controllers
  arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init
  arm: at91: pmc: replace the constant with a define in at91_pmc.h
  arm: at91: add support for mini-box picosam9g45 board

 arch/arm/include/asm/mach-types.h               |   1 +
 arch/arm/mach-at91/Kconfig                      |   6 +
 arch/arm/mach-at91/include/mach/at91_pmc.h      |   1 +
 arch/arm/mach-at91/include/mach/atmel_mpddrc.h  |   6 +-
 arch/arm/mach-at91/mpddrc.c                     |  42 +--
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |  12 +-
 board/atmel/at91sam9n12ek/at91sam9n12ek.c       |   4 +-
 board/atmel/at91sam9x5ek/at91sam9x5ek.c         |   4 +-
 board/atmel/sama5d3_xplained/sama5d3_xplained.c |   4 +-
 board/atmel/sama5d3xek/sama5d3xek.c             |   4 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c |   4 +-
 board/atmel/sama5d4ek/sama5d4ek.c               |   4 +-
 board/mini-box/picosam9g45/Kconfig              |  12 +
 board/mini-box/picosam9g45/MAINTAINERS          |   6 +
 board/mini-box/picosam9g45/Makefile             |  19 ++
 board/mini-box/picosam9g45/led.c                |  25 ++
 board/mini-box/picosam9g45/picosam9g45.c        | 354 ++++++++++++++++++++++++
 board/siemens/corvus/board.c                    |  12 +-
 configs/picosam9g45_defconfig                   |  12 +
 include/configs/at91sam9m10g45ek.h              |   1 -
 include/configs/at91sam9n12ek.h                 |   2 -
 include/configs/at91sam9x5ek.h                  |   2 -
 include/configs/corvus.h                        |   2 -
 include/configs/picosam9g45.h                   | 206 ++++++++++++++
 24 files changed, 685 insertions(+), 60 deletions(-)
 create mode 100644 board/mini-box/picosam9g45/Kconfig
 create mode 100644 board/mini-box/picosam9g45/MAINTAINERS
 create mode 100644 board/mini-box/picosam9g45/Makefile
 create mode 100644 board/mini-box/picosam9g45/led.c
 create mode 100644 board/mini-box/picosam9g45/picosam9g45.c
 create mode 100644 configs/picosam9g45_defconfig
 create mode 100644 include/configs/picosam9g45.h

-- 
1.9.1

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

end of thread, other threads:[~2015-08-21 13:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 13:43 [U-Boot] [PATCH 0/4] arm: at91: change mpddr and support picosam9g45 Erik van Luijk
2015-08-13 13:43 ` [U-Boot] [PATCH 1/4] arm: at91: mpddr: allow multiple DDR controllers Erik van Luijk
2015-08-21 13:27   ` [U-Boot] [U-Boot, " Andreas Bießmann
2015-08-13 13:43 ` [U-Boot] [PATCH 2/4] arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init Erik van Luijk
2015-08-18 10:30   ` Andreas Bießmann
2015-08-18 12:43     ` Erik van Luijk
2015-08-21 13:27   ` [U-Boot] [U-Boot, " Andreas Bießmann
2015-08-13 13:43 ` [U-Boot] [PATCH 3/4] arm: at91: pmc: replace the constant with a define in at91_pmc.h Erik van Luijk
2015-08-18 10:34   ` Andreas Bießmann
2015-08-21 13:27   ` [U-Boot] [U-Boot, " Andreas Bießmann
2015-08-13 13:43 ` [U-Boot] [PATCH 4/4] arm: at91: add support for mini-box picosam9g45 board Erik van Luijk
2015-08-17 10:47   ` [U-Boot] [PATCH v2 " Erik van Luijk
2015-08-21 13:28     ` [U-Boot] [U-Boot, v2, " Andreas Bießmann

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