diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2015-11-09 16:42:20 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-11-30 09:10:47 -0800 |
commit | 06b53010436bd7d4d0da6bdb2f505131a094abc6 (patch) | |
tree | 3ffbb7aa4110e3b1970d9b9a35ce52056785626e /board/freescale | |
parent | 449372148f6d9b5b8bded88ed8eee5c581a4bf81 (diff) | |
download | u-boot-imx-06b53010436bd7d4d0da6bdb2f505131a094abc6.zip u-boot-imx-06b53010436bd7d4d0da6bdb2f505131a094abc6.tar.gz u-boot-imx-06b53010436bd7d4d0da6bdb2f505131a094abc6.tar.bz2 |
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>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/ls2080a/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/freescale/ls2080aqds/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/freescale/ls2080ardb/MAINTAINERS | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/ls2080a/MAINTAINERS b/board/freescale/ls2080a/MAINTAINERS index bb25084..03ca168 100644 --- a/board/freescale/ls2080a/MAINTAINERS +++ b/board/freescale/ls2080a/MAINTAINERS @@ -6,3 +6,5 @@ F: include/configs/ls2080a_emu.h F: configs/ls2080a_emu_defconfig F: include/configs/ls2080a_simu.h F: configs/ls2080a_simu_defconfig +F: configs/ls2085a_emu_defconfig +F: configs/ls2085a_simu_defconfig diff --git a/board/freescale/ls2080aqds/MAINTAINERS b/board/freescale/ls2080aqds/MAINTAINERS index 3d82482..6f99ad0 100644 --- a/board/freescale/ls2080aqds/MAINTAINERS +++ b/board/freescale/ls2080aqds/MAINTAINERS @@ -6,3 +6,5 @@ F: board/freescale/ls2080a/ls2080aqds.c F: include/configs/ls2080aqds.h F: configs/ls2080aqds_defconfig F: configs/ls2080aqds_nand_defconfig +F: configs/ls2085aqds_defconfig +F: configs/ls2085aqds_nand_defconfig diff --git a/board/freescale/ls2080ardb/MAINTAINERS b/board/freescale/ls2080ardb/MAINTAINERS index aac8110..c9f3459 100644 --- a/board/freescale/ls2080ardb/MAINTAINERS +++ b/board/freescale/ls2080ardb/MAINTAINERS @@ -6,3 +6,5 @@ F: board/freescale/ls2080a/ls2080ardb.c F: include/configs/ls2080ardb.h F: configs/ls2080ardb_defconfig F: configs/ls2080ardb_nand_defconfig +F: configs/ls2085ardb_defconfig +F: configs/ls2085ardb_nand_defconfig |