]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8: ls2085a: Add support of LS2085A SoC
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Mon, 9 Nov 2015 11:12:20 +0000 (16:42 +0530)
committerYork Sun <yorksun@freescale.com>
Mon, 30 Nov 2015 17:10:47 +0000 (09:10 -0800)
commit06b53010436bd7d4d0da6bdb2f505131a094abc6
tree3ffbb7aa4110e3b1970d9b9a35ce52056785626e
parent449372148f6d9b5b8bded88ed8eee5c581a4bf81
armv8: ls2085a: Add support of LS2085A SoC

Freescale's LS2085A is a another personality of LS2080A SoC with
support of AIOP and DP-DDR.
This Patch adds support of LS2085A Personality.

Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
[York Sun: Updated MAINTAINERS files
           Dropped #ifdef in cpu.h
           Add CONFIG_SYS_NS16550=y in defconfig]
Reviewed-by: York Sun <yorksun@freescale.com>
29 files changed:
arch/arm/cpu/armv8/fsl-layerscape/Makefile
arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c
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
board/freescale/ls2080a/MAINTAINERS
board/freescale/ls2080aqds/MAINTAINERS
board/freescale/ls2080ardb/MAINTAINERS
configs/ls2080a_emu_defconfig
configs/ls2080a_simu_defconfig
configs/ls2080aqds_defconfig
configs/ls2080aqds_nand_defconfig
configs/ls2080ardb_defconfig
configs/ls2080ardb_nand_defconfig
configs/ls2085a_emu_defconfig [new file with mode: 0644]
configs/ls2085a_simu_defconfig [new file with mode: 0644]
configs/ls2085aqds_defconfig [new file with mode: 0644]
configs/ls2085aqds_nand_defconfig [new file with mode: 0644]
configs/ls2085ardb_defconfig [new file with mode: 0644]
configs/ls2085ardb_nand_defconfig [new file with mode: 0644]
drivers/ddr/fsl/fsl_ddr_gen4.c
drivers/net/ldpaa_eth/Makefile
drivers/pci/pcie_layerscape.c
include/configs/ls2080a_common.h
include/configs/ls2080a_emu.h
include/configs/ls2080a_simu.h
include/linux/usb/xhci-fsl.h