From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/6] arm, imx6: add aristainetos board support
Date: Wed, 16 Jul 2014 10:51:30 +0200 [thread overview]
Message-ID: <1405500696-32597-1-git-send-email-hs@denx.de> (raw)
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)
- changes for v3
- remove patch
http://patchwork.ozlabs.org/patch/369530/
from this patchserie, as Jagannadha Sutradharudu Teki applied it
to u-boot-spi/master
- new patch:
spi: add config option to enable the WP pin function on st micron flashes
as Stefano Babic suggested to move this to common code
- new patch:
pwm, imx6: add support for pwm modul on imx6
as Stefano Babic suggested to move this to common code
Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Heiko Schocher (6):
imx6: add gpr2 usb_otg_id iomux select control define
i.MX6: define struct pwm_regs and PWMCR_* defines
pwm, imx6: add support for pwm modul on imx6
i.MX6: add enable_spi_clk()
spi: add config option to enable the WP pin function on st micron
flashes
arm, imx6: add aristainetos board
README | 15 +
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 | 524 +++++++++++++++++++++++++++++++
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/Makefile | 1 +
drivers/mtd/spi/sf_internal.h | 4 +
drivers/mtd/spi/sf_probe.c | 30 ++
drivers/pwm/Makefile | 13 +
drivers/pwm/pwm-imx.c | 109 +++++++
include/configs/aristainetos.h | 334 ++++++++++++++++++++
17 files changed, 1266 insertions(+)
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 drivers/pwm/Makefile
create mode 100644 drivers/pwm/pwm-imx.c
create mode 100644 include/configs/aristainetos.h
--
1.8.3.1
next reply other threads:[~2014-07-16 8:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-16 8:51 Heiko Schocher [this message]
2014-07-16 8:51 ` [U-Boot] [PATCH v3 1/6] imx6: add gpr2 usb_otg_id iomux select control define Heiko Schocher
2014-07-16 8:51 ` [U-Boot] [PATCH v3 2/6] i.MX6: define struct pwm_regs and PWMCR_* defines Heiko Schocher
2014-07-16 8:51 ` [U-Boot] [PATCH v3 3/6] pwm, imx6: add support for pwm modul on imx6 Heiko Schocher
2014-07-16 9:14 ` Stefano Babic
2014-07-16 9:21 ` Heiko Schocher
2014-07-16 9:44 ` Wolfgang Denk
2014-07-16 8:51 ` [U-Boot] [PATCH v3 4/6] i.MX6: add enable_spi_clk() Heiko Schocher
2014-07-16 8:51 ` [U-Boot] [PATCH v3 5/6] spi: add config option to enable the WP pin function on st micron flashes Heiko Schocher
2014-07-16 8:51 ` [U-Boot] [PATCH v3 6/6] arm, imx6: add aristainetos board Heiko Schocher
2014-07-16 9:20 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1405500696-32597-1-git-send-email-hs@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox