public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] arm, imx6: add aristainetos board support
@ 2014-05-28 10:16 Heiko Schocher
  2014-05-28 10:16 ` [U-Boot] [PATCH v1 1/4] arm, imx6: add mxc_iomux_set_gpr_register function Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Heiko Schocher @ 2014-05-28 10:16 UTC (permalink / raw)
  To: u-boot

add support for the imx6 based aristainetos board.

Heiko Schocher (4):
  arm, imx6: add mxc_iomux_set_gpr_register function
  spi, spi_mxc: do not hang in spi_xchg_single
  i.MX6: add enable_spi_clk()
  arm, imx6: add aristainetos board

 arch/arm/cpu/armv7/mx6/clock.c             |  17 +
 arch/arm/imx-common/iomux-v3.c             |  15 +
 arch/arm/include/asm/arch-mx6/clock.h      |   1 +
 arch/arm/include/asm/imx-common/iomux-v3.h |   2 +
 board/aristainetos/Makefile                |   9 +
 board/aristainetos/aristainetos.c          | 527 +++++++++++++++++++++++++++++
 board/aristainetos/aristainetos.cfg        |  33 ++
 board/aristainetos/clocks.cfg              |  24 ++
 board/aristainetos/ddr-setup.cfg           |  61 ++++
 board/aristainetos/mt41j128M.cfg           |  70 ++++
 boards.cfg                                 |   1 +
 drivers/spi/mxc_spi.c                      |   8 +-
 include/configs/aristainetos.h             | 310 +++++++++++++++++
 13 files changed, 1076 insertions(+), 2 deletions(-)
 create mode 100644 board/aristainetos/Makefile
 create mode 100644 board/aristainetos/aristainetos.c
 create mode 100644 board/aristainetos/aristainetos.cfg
 create mode 100644 board/aristainetos/clocks.cfg
 create mode 100644 board/aristainetos/ddr-setup.cfg
 create mode 100644 board/aristainetos/mt41j128M.cfg
 create mode 100644 include/configs/aristainetos.h

-- 
1.8.3.1

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

end of thread, other threads:[~2014-07-15  8:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 10:16 [U-Boot] [PATCH v1 0/4] arm, imx6: add aristainetos board support Heiko Schocher
2014-05-28 10:16 ` [U-Boot] [PATCH v1 1/4] arm, imx6: add mxc_iomux_set_gpr_register function Heiko Schocher
2014-07-11 11:10   ` Stefano Babic
2014-07-11 13:00     ` Heiko Schocher
2014-05-28 10:16 ` [U-Boot] [PATCH v1 2/4] spi, spi_mxc: do not hang in spi_xchg_single Heiko Schocher
2014-05-28 11:09   ` Jagan Teki
2014-05-29  5:12   ` Dirk Behme
2014-05-29  5:22     ` Heiko Schocher
2014-05-28 10:16 ` [U-Boot] [PATCH v1 3/4] i.MX6: add enable_spi_clk() Heiko Schocher
2014-07-11 11:14   ` Stefano Babic
2014-07-11 13:22   ` Fabio Estevam
2014-07-15  8:15     ` Stefano Babic
2014-05-28 10:16 ` [U-Boot] [PATCH v1 4/4] arm, imx6: add aristainetos board Heiko Schocher
2014-07-11 12:26   ` Stefano Babic
2014-07-11 14:12     ` Heiko Schocher

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