All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4] armv8: LS2080A: Consolidate LS2080A and LS2085A
Date: Wed, 6 Apr 2016 10:31:13 -0700	[thread overview]
Message-ID: <570547E1.8050601@nxp.com> (raw)
In-Reply-To: <1459795286-16861-2-git-send-email-york.sun@nxp.com>

On 04/04/2016 11:41 AM, York Sun wrote:
> LS2080A is the primary SoC, and LS2085A is a personality with AIOP
> and DPAA DDR. The RDB and QDS boards support both personality. By
> detecting the SVR at runtime, a single image per board can support
> both SoCs. It gives users flexibility to swtich SoC without the need
> to reprogram the board.
> 
> Signed-off-by: York Sun <york.sun@nxp.com>
> CC: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> 
> ---
> 
> Changes in v4:
> Rebase to latest master, add changes to secure boot
> Remove ls2085a related defconfig
> Add weak function for soc_has_aiop
> Compile tested on selected arm and powerpc targets
> 
> Changes in v3:
> Fix checking AIOP. Tested on LS2080ARDB.
> 
> Changes in v2:
> Add checking for SVR before starting AIOP
> Drop RFC from subject
> 
>  arch/arm/cpu/armv8/fsl-layerscape/Makefile         |    4 ---
>  arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |    9 ++++---
>  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |    6 ++++-
>  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S       |    2 +-
>  arch/arm/cpu/armv8/fsl-layerscape/soc.c            |   26 ++++++++++++++++++-
>  arch/arm/cpu/armv8/fsl-layerscape/spl.c            |    4 +--
>  arch/arm/include/asm/arch-fsl-layerscape/config.h  |    9 ++-----
>  arch/arm/include/asm/arch-fsl-layerscape/cpu.h     |    2 +-
>  .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |    2 +-
>  arch/arm/include/asm/arch-fsl-layerscape/soc.h     |    3 +++
>  arch/arm/include/asm/fsl_secure_boot.h             |   12 ++++-----
>  board/freescale/ls2080a/MAINTAINERS                |    2 --
>  board/freescale/ls2080a/ddr.c                      |   27 +++++++++++---------
>  board/freescale/ls2080a/ls2080a.c                  |    2 +-
>  board/freescale/ls2080aqds/MAINTAINERS             |    3 ---
>  board/freescale/ls2080aqds/ddr.c                   |   27 +++++++++++---------
>  board/freescale/ls2080aqds/ls2080aqds.c            |    2 +-
>  board/freescale/ls2080ardb/MAINTAINERS             |    3 ---
>  board/freescale/ls2080ardb/ddr.c                   |   27 +++++++++++---------
>  board/freescale/ls2080ardb/ls2080ardb.c            |    2 +-
>  configs/ls2085a_emu_defconfig                      |   20 ---------------
>  configs/ls2085a_simu_defconfig                     |   21 ---------------
>  configs/ls2085aqds_SECURE_BOOT_defconfig           |   20 ---------------
>  configs/ls2085aqds_defconfig                       |   19 --------------
>  configs/ls2085aqds_nand_defconfig                  |   14 ----------
>  configs/ls2085ardb_SECURE_BOOT_defconfig           |   20 ---------------
>  configs/ls2085ardb_defconfig                       |   19 --------------
>  configs/ls2085ardb_nand_defconfig                  |   14 ----------
>  doc/device-tree-bindings/serial/8250.txt           |    2 +-
>  drivers/crypto/fsl/jr.c                            |    6 ++---
>  drivers/net/fsl-mc/mc.c                            |   10 ++++++++
>  drivers/net/ldpaa_eth/Makefile                     |    1 -
>  include/configs/ls2080a_common.h                   |    7 +----
>  include/configs/ls2080a_emu.h                      |    7 -----
>  include/configs/ls2080a_simu.h                     |    7 -----
>  include/linux/usb/xhci-fsl.h                       |    2 +-
>  36 files changed, 115 insertions(+), 248 deletions(-)
>  delete mode 100644 configs/ls2085a_emu_defconfig
>  delete mode 100644 configs/ls2085a_simu_defconfig
>  delete mode 100644 configs/ls2085aqds_SECURE_BOOT_defconfig
>  delete mode 100644 configs/ls2085aqds_defconfig
>  delete mode 100644 configs/ls2085aqds_nand_defconfig
>  delete mode 100644 configs/ls2085ardb_SECURE_BOOT_defconfig
>  delete mode 100644 configs/ls2085ardb_defconfig
>  delete mode 100644 configs/ls2085ardb_nand_defconfig
> 

Reviewed-by: Prabhakar Kushwaha <prabhakar.kuswaha@nxp.com>

Applied to u-boot-fsl-qoriq master. Awaiting upstream.

York

      parent reply	other threads:[~2016-04-06 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 18:41 [U-Boot] [PATCH v4 0/1] Use LS2080A as the only SoC name York Sun
2016-04-04 18:41 ` [U-Boot] [PATCH v4] armv8: LS2080A: Consolidate LS2080A and LS2085A York Sun
2016-04-06  5:44   ` Prabhakar Kushwaha
2016-04-06 17:31   ` York Sun [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=570547E1.8050601@nxp.com \
    --to=york.sun@nxp.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.