public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] arm, imx6: add aristainetos board support
@ 2014-07-12  4:10 Heiko Schocher
  2014-07-12  4:10 ` [U-Boot] [PATCH v2 1/5] spi, spi_mxc: do not hang in spi_xchg_single Heiko Schocher
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Heiko Schocher @ 2014-07-12  4:10 UTC (permalink / raw)
  To: u-boot

add support for the imx6 based aristainetos board.

- changes for v2:
  - added comments from Jagan Teki and Stefano Babic
  - remove patch http://patchwork.ozlabs.org/patch/353324/
  - new patches in v2
    imx6: add gpr2 usb_otg_id iomux select control define
    (as patch http://patchwork.ozlabs.org/patch/353324/
     is removed in v2)
    i.MX6: define struct pwm_regs and PWMCR_* defines
    (as splash screen support added for this board)
    
Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>

Heiko Schocher (5):
  spi, spi_mxc: do not hang in spi_xchg_single
  imx6: add gpr2 usb_otg_id iomux select control define
  i.MX6: define struct pwm_regs and PWMCR_* defines
  i.MX6: add enable_spi_clk()
  arm, imx6: add aristainetos board

 README                                   |   4 +
 arch/arm/cpu/armv7/mx6/clock.c           |  18 +
 arch/arm/include/asm/arch-mx6/clock.h    |   1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h |  19 +
 board/aristainetos/Makefile              |   9 +
 board/aristainetos/aristainetos.c        | 632 +++++++++++++++++++++++++++++++
 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                    |  18 +-
 include/configs/aristainetos.h           | 330 ++++++++++++++++
 13 files changed, 1218 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] 18+ messages in thread

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12  4:10 [U-Boot] [PATCH v2 0/5] arm, imx6: add aristainetos board support Heiko Schocher
2014-07-12  4:10 ` [U-Boot] [PATCH v2 1/5] spi, spi_mxc: do not hang in spi_xchg_single Heiko Schocher
2014-07-12 12:54   ` Jagan Teki
2014-07-14  7:26     ` Heiko Schocher
2014-07-14  8:01       ` Jagan Teki
2014-07-14  8:20         ` Heiko Schocher
2014-07-12  4:10 ` [U-Boot] [PATCH v2 2/5] imx6: add gpr2 usb_otg_id iomux select control define Heiko Schocher
2014-07-15  8:07   ` Stefano Babic
2014-07-12  4:10 ` [U-Boot] [PATCH v2 3/5] i.MX6: define struct pwm_regs and PWMCR_* defines Heiko Schocher
2014-07-15  8:12   ` Stefano Babic
2014-07-15  8:52     ` Heiko Schocher
2014-07-15  8:58       ` Stefano Babic
2014-07-15  9:27         ` Heiko Schocher
2014-07-15 10:40           ` Stefano Babic
2014-07-12  4:10 ` [U-Boot] [PATCH v2 4/5] i.MX6: add enable_spi_clk() Heiko Schocher
2014-07-14 17:13   ` Jagan Teki
2014-07-12  4:10 ` [U-Boot] [PATCH v2 5/5] arm, imx6: add aristainetos board Heiko Schocher
2014-07-15  8:31   ` Stefano Babic

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