From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 11/11] imx: mx6ul_14x14_evk add basic board support
Date: Thu, 2 Jul 2015 20:37:06 +0200 [thread overview]
Message-ID: <201507022037.06739.marex@denx.de> (raw)
In-Reply-To: <1435834988-13032-12-git-send-email-Peng.Fan@freescale.com>
On Thursday, July 02, 2015 at 01:03:08 PM, Peng Fan wrote:
> Add USDHC, I2C, UART, 74LV, USB, QSPI support.
>
> Boot Log:
> U-Boot 2015.07-rc2-00085-gb5dc629 (Jul 02 2015 - 18:47:15 +0800)
>
> CPU: Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
> Reset cause: POR
> Board: MX6UL 14x14 EVK
> I2C: ready
> DRAM: 512 MiB
> MMC: FSL_SDHC: 0, FSL_SDHC: 1
> *** Warning - bad CRC, using default environment
>
> In: serial
> Out: serial
> Err: serial
> Hit any key to stop autoboot: 0
>
> Signed-off-by: Ye.Li <B37916@freescale.com>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> ---
> arch/arm/Kconfig | 7 +
> board/freescale/mx6ul_14x14_evk/Kconfig | 15 +
> board/freescale/mx6ul_14x14_evk/MAINTAINERS | 6 +
> board/freescale/mx6ul_14x14_evk/Makefile | 6 +
> board/freescale/mx6ul_14x14_evk/imximage.cfg | 99 +++++
I think you should consider switching this board to SPL and get rid
of this imximage way of configuring DDR DRAM from the getgo.
> board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 502
> ++++++++++++++++++++++ configs/mx6ul_14x14_evk_defconfig |
> 3 +
> include/configs/mx6ul_14x14_evk.h | 221 ++++++++++
> 8 files changed, 859 insertions(+)
> create mode 100644 board/freescale/mx6ul_14x14_evk/Kconfig
> create mode 100644 board/freescale/mx6ul_14x14_evk/MAINTAINERS
> create mode 100644 board/freescale/mx6ul_14x14_evk/Makefile
> create mode 100644 board/freescale/mx6ul_14x14_evk/imximage.cfg
> create mode 100644 board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
> create mode 100644 configs/mx6ul_14x14_evk_defconfig
> create mode 100644 include/configs/mx6ul_14x14_evk.h
[...]
Best regards,
Marek Vasut
prev parent reply other threads:[~2015-07-02 18:37 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-02 11:02 [U-Boot] [PATCH 00/11] imx: add i.MX6UL and basic board support Peng Fan
2015-07-02 11:02 ` [U-Boot] [PATCH 01/11] imx: mx6ul: Add i.MX6UL CPU type Peng Fan
2015-07-02 18:27 ` Marek Vasut
2015-07-03 1:17 ` Peng Fan
2015-07-03 13:33 ` Marek Vasut
2015-07-02 11:02 ` [U-Boot] [PATCH 02/11] imx: mx6ul: Add pins IOMUX head file Peng Fan
2015-07-02 18:29 ` Marek Vasut
2015-07-03 1:31 ` Peng Fan
2015-07-03 13:38 ` Marek Vasut
2015-07-02 11:03 ` [U-Boot] [PATCH 03/11] imx: mx6ul: Update imx registers " Peng Fan
2015-07-02 18:30 ` Marek Vasut
2015-07-02 23:55 ` Peng Fan
2015-07-02 11:03 ` [U-Boot] [PATCH 04/11] imx-common: add syscounter driver Peng Fan
2015-07-02 18:31 ` Marek Vasut
2015-07-03 1:09 ` Peng Fan
2015-07-02 11:03 ` [U-Boot] [PATCH 05/11] imx: mx6ul remove errata for i.MX6UL and use syscounter Peng Fan
2015-07-02 11:03 ` [U-Boot] [PATCH 06/11] imx:mx6ul add clock support Peng Fan
2015-07-02 11:03 ` [U-Boot] [PATCH 07/11] imx: mx6ul update soc related settings Peng Fan
2015-07-02 14:12 ` Fabio Estevam
2015-07-02 18:33 ` Marek Vasut
2015-07-03 1:36 ` Peng Fan
2015-07-03 13:39 ` Marek Vasut
2015-07-02 11:03 ` [U-Boot] [PATCH 08/11] imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL Peng Fan
2015-07-02 11:03 ` [U-Boot] [PATCH 09/11] mxc: gpio add i.MX6UL support Peng Fan
2015-07-02 11:03 ` [U-Boot] [PATCH 10/11] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL Peng Fan
2015-07-02 18:35 ` Marek Vasut
2015-07-02 11:03 ` [U-Boot] [PATCH 11/11] imx: mx6ul_14x14_evk add basic board support Peng Fan
2015-07-02 14:15 ` Fabio Estevam
2015-07-03 1:37 ` Peng Fan
2015-07-02 18:37 ` Marek Vasut [this message]
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=201507022037.06739.marex@denx.de \
--to=marex@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