All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alison Wang <b18965@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/16] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support
Date: Tue, 19 Aug 2014 10:54:49 +0800	[thread overview]
Message-ID: <1408416905-19771-1-git-send-email-b18965@freescale.com> (raw)

This series contain the support for Freescale LS102xA SoC and
LS1021AQDS/TWR board.

The QorIQ LS1 family is built on Layerscape architecture, the
industry's first software-aware, core-agnostic networking
architecture to offer unprecedented efficiency and scale.

Freescale LS102xA is a set of SoCs combines two ARM Cortex-A7
cores that have been optimized for high reliability and pack
the highest level of integration available for sub-3 W embedded
communications processors with Layerscape architecture and with
a comprehensive enablement model focused on ease of programmability.

For the detail information about LS1021AQDS/TWR board, please
refer to README in the patch.

Changes in v5:
        - Remove private MDIO read/write functions. Handling
	  the board muxing between the RGMII/SGMII phys in eth.c.
	- Add detailed commit messages for I2C patch.
	- Adjust the video patches' order.
	- Remove LETECH patch, as it is used internally, maybe send out later.

Changes in v4:
	- Add commit messages.

Changes in v3:
	- Fix checkpatch errors.
	- Add I2C 3 support.
	- Split arm: ls102xa: Add etsec support for LS102xA into 3 patches. The 3 patches:
	  net: mdio: Add private MDIO read/write function,
	  net: mdio: Use mb() to be compatible for both ARM and PowerPC,
	  ls102xa: etsec: Add etsec support for LS102xA.
	- Use mb() to be compatible for both ARM and PowerPC.
	- Update to Kconfig.
	- Add new patches:
	  net: tsec: Remove tx snooping support from LS1
	  serial: lpuart: add 32-bit registers lpuart support
	  arm: ls102xa: Add LETECH support for LS1021AQDS/TWR board
	  video: dcu: Add Sii9022A HDMI Transmitter support
	  video: dcu: Add DCU driver support
	  ls102xa: dcu: Add platform support for DCU on LS1021ATWR board

Changes in v2:
	- Add serdes support.
	- Update DDR frequency and data rate information.
	- Fix overflow condition error for the timer.
	- Add private mdio read and write support.
	- Remove ethaddr/ipaddr setting.
	- Add board maintainer.
	- Add serdes and multiple ethernet controllers support.
	- Add new patch:
	  arm: ls102xa: Add basic support for LS1021ATWR board

             reply	other threads:[~2014-08-19  2:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19  2:54 Alison Wang [this message]
2014-08-19  2:54 ` [U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support Alison Wang
2014-08-19 11:19   ` Mark Rutland
2014-08-20  2:39     ` AlisonWang
2014-08-20  9:38       ` Mark Rutland
2014-08-19  2:54 ` [U-Boot] [PATCH v5 02/16] ls102xa: i2c: Add i2c support for LS102xA Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 03/16] net: Merge asm/fsl_enet.h into fsl_mdio.h Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 04/16] net: mdio: Use mb() to be compatible for both ARM and PowerPC Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 05/16] ls102xa: etsec: Add etsec support for LS102xA Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 06/16] ls102xa: esdhc: Add esdhc " Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 07/16] driver/ddr/freescale: Add support of accumulate ECC Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 08/16] driver/ddr/freescale: Fix DDR3 driver for ARM Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 09/16] driver/ddr/fsl: Add support of overriding chip select write leveling Alison Wang
2014-08-19  2:54 ` [U-Boot] [PATCH v5 10/16] arm: ls102xa: Add basic support for LS1021AQDS board Alison Wang
2014-08-19  2:55 ` [U-Boot] [PATCH v5 11/16] arm: ls102xa: Add basic support for LS1021ATWR board Alison Wang
2014-08-19  2:55 ` [U-Boot] [PATCH v5 12/16] net: tsec: Remove tx snooping support from LS1 Alison Wang
2014-08-19  2:55 ` [U-Boot] [PATCH v5 13/16] serial: lpuart: add 32-bit registers lpuart support Alison Wang
2014-08-20 17:23   ` York Sun
2014-08-19  2:55 ` [U-Boot] [PATCH v5 14/16] video: dcu: Add DCU driver support Alison Wang
2014-08-19  2:55 ` [U-Boot] [PATCH v5 15/16] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board Alison Wang
2014-08-20 17:26   ` York Sun
2014-08-19  2:55 ` [U-Boot] [PATCH v5 16/16] video: dcu: Add Sii9022A HDMI Transmitter support Alison Wang

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=1408416905-19771-1-git-send-email-b18965@freescale.com \
    --to=b18965@freescale.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.