]> git.sur5r.net Git - u-boot/commit
armv8: LS2080A: Consolidate LS2080A and LS2085A
authorYork Sun <york.sun@nxp.com>
Mon, 4 Apr 2016 18:41:26 +0000 (11:41 -0700)
committerYork Sun <york.sun@nxp.com>
Wed, 6 Apr 2016 17:26:46 +0000 (10:26 -0700)
commit3c1d218a1d3048fb576677c47eab43049d0b7778
treefac5c6482522cef5563f368ee2777f4ed274759e
parent2a5558399828e24fce9e948288a88cd28887875e
armv8: LS2080A: Consolidate LS2080A and LS2085A

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>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
36 files changed:
arch/arm/cpu/armv8/fsl-layerscape/Makefile
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
arch/arm/cpu/armv8/fsl-layerscape/soc.c
arch/arm/cpu/armv8/fsl-layerscape/spl.c
arch/arm/include/asm/arch-fsl-layerscape/config.h
arch/arm/include/asm/arch-fsl-layerscape/cpu.h
arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h
arch/arm/include/asm/arch-fsl-layerscape/soc.h
arch/arm/include/asm/fsl_secure_boot.h
board/freescale/ls2080a/MAINTAINERS
board/freescale/ls2080a/ddr.c
board/freescale/ls2080a/ls2080a.c
board/freescale/ls2080aqds/MAINTAINERS
board/freescale/ls2080aqds/ddr.c
board/freescale/ls2080aqds/ls2080aqds.c
board/freescale/ls2080ardb/MAINTAINERS
board/freescale/ls2080ardb/ddr.c
board/freescale/ls2080ardb/ls2080ardb.c
configs/ls2085a_emu_defconfig [deleted file]
configs/ls2085a_simu_defconfig [deleted file]
configs/ls2085aqds_SECURE_BOOT_defconfig [deleted file]
configs/ls2085aqds_defconfig [deleted file]
configs/ls2085aqds_nand_defconfig [deleted file]
configs/ls2085ardb_SECURE_BOOT_defconfig [deleted file]
configs/ls2085ardb_defconfig [deleted file]
configs/ls2085ardb_nand_defconfig [deleted file]
doc/device-tree-bindings/serial/8250.txt
drivers/crypto/fsl/jr.c
drivers/net/fsl-mc/mc.c
drivers/net/ldpaa_eth/Makefile
include/configs/ls2080a_common.h
include/configs/ls2080a_emu.h
include/configs/ls2080a_simu.h
include/linux/usb/xhci-fsl.h