public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/1] Use LS2080A as the only SoC name
@ 2016-03-28 19:00 York Sun
  2016-03-28 19:00 ` [U-Boot] [PATCH v2] armv8: LS2080A: Consolidate LS2080A and LS2085A York Sun
  0 siblings, 1 reply; 4+ messages in thread
From: York Sun @ 2016-03-28 19:00 UTC (permalink / raw)
  To: u-boot

Not long ago, a change was made in U-Boot to switch the primary SoC from
LS2085A to LS2080A. SoC name and board names were changed. It turns out
the same board support both SoCs with a socket. It is possible to swtich
SoC. In this case, using one unified image is more appropriate. If future
SoC can be hosted on the same boards, they should be added.

At this moment, the board name remains LS2080ARDB and LS2080AQDS. They
don't match the labels on the boards. Should this become a concern, we
can rename the boards in a separated patch.

Tested on LS2085ARDB with both personalities.

Changes in v2:
Add checking for SVR before starting AIOP
Drop RFC from subject

York Sun (1):
  armv8: LS2080A: Consolidate LS2080A and LS2085A

 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 +++
 board/freescale/ls2080a/ddr.c                      |   27 +++++++++++---------
 board/freescale/ls2080a/ls2080a.c                  |    2 +-
 board/freescale/ls2080aqds/MAINTAINERS             |    2 --
 board/freescale/ls2080aqds/ddr.c                   |   27 +++++++++++---------
 board/freescale/ls2080aqds/ls2080aqds.c            |    2 +-
 board/freescale/ls2080ardb/MAINTAINERS             |    2 --
 board/freescale/ls2080ardb/ddr.c                   |   27 +++++++++++---------
 board/freescale/ls2080ardb/ls2080ardb.c            |    2 +-
 configs/ls2085aqds_defconfig                       |   19 --------------
 configs/ls2085aqds_nand_defconfig                  |   14 ----------
 configs/ls2085ardb_defconfig                       |   19 --------------
 configs/ls2085ardb_nand_defconfig                  |   14 ----------
 drivers/net/fsl-mc/mc.c                            |    4 +++
 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 +-
 28 files changed, 100 insertions(+), 152 deletions(-)
 delete mode 100644 configs/ls2085aqds_defconfig
 delete mode 100644 configs/ls2085aqds_nand_defconfig
 delete mode 100644 configs/ls2085ardb_defconfig
 delete mode 100644 configs/ls2085ardb_nand_defconfig

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-29 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 19:00 [U-Boot] [PATCH v2 0/1] Use LS2080A as the only SoC name York Sun
2016-03-28 19:00 ` [U-Boot] [PATCH v2] armv8: LS2080A: Consolidate LS2080A and LS2085A York Sun
2016-03-29 14:50   ` Prabhakar Kushwaha
2016-03-29 15:33     ` York Sun

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