[U-Boot] [PATCH] ls1012a: Some Bootargs and env variables added for booting kernel

2017-04-18 Thread Amrita Kumari
From: Amrita kumari Signed-off-by: Amrita kumari --- include/configs/ls1012a_common.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index e556c92..0a80802 100644 --- a/include/configs

[U-Boot] [PATCH] LS1088A: PPA Enable for ls1088a rdb and qds.

2017-04-25 Thread Amrita Kumari
Signed-off-by: Amrita Kumari --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 1 + board/freescale/ls1088a/ls1088a.c | 4 configs/ls1088aqds_qspi_defconfig | 1 + configs/ls1088ardb_qspi_defconfig | 1 + 4 files changed, 7 insertions(+) diff --git a/arch/arm/cpu

[U-Boot] [PATCH 1/2] armv8-fsl-layerscape:Kconfig: Support to RGMII for ls1088aqds

2017-04-26 Thread Amrita Kumari
Add support RGMII protocol Freescale's LDPAA2 support RGMII protocol. LS1088A is the first Soc supporting both RGMII and SGMII. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Amrita Kumari --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 14 +++ arch/arm/cpu/armv

[U-Boot] [PATCH 2/2] board:ls1088aqds: Add support of EC1 and EC2

2017-04-26 Thread Amrita Kumari
From: Prabhakar Kushwaha EC1 and EC2 are RGMII interface on ls1088aqds platform. This patch add support of RGMII with PHY and MDIO Signed-off-by: Prabhakar Kushwaha Signed-off-by: Amrita Kumari --- board/freescale/ls1088a/eth_ls1088aqds.c | 35 1 file changed

[U-Boot] [PATCH] ls1088a: add VID support for QDS and RDB platforms

2017-04-27 Thread Amrita Kumari
disabling the SERDES, changing the SVDD and then re-enabling SERDES. Signed-off-by: Raghav Dogra Signed-off-by: Ashish Kumar Signed-off-by: Amrita Kumari --- .../include/asm/arch-fsl-layerscape/immap_lsch3.h | 34 ++ board/freescale/ls1088a/ls1088a.c | 544

[U-Boot] [Patch v2] ls1088a: add VID support for QDS and RDB platforms

2017-04-29 Thread Amrita Kumari
disabling the SERDES, changing the SVDD and then re-enabling SERDES. Signed-off-by: Raghav Dogra Signed-off-by: Ashish Kumar Signed-off-by: Amrita Kumari --- v2: checkpatch errors fixed .../include/asm/arch-fsl-layerscape/immap_lsch3.h | 34 ++ board/freescale/ls1088a/ls1088a.c

[U-Boot] [PATCH] ls1088a: Disable default enabled DISPLAY_BOARDINFO

2017-06-02 Thread Amrita Kumari
Signed-off-by: Amrita Kumari --- configs/ls1088aqds_qspi_defconfig| 1 + configs/ls1088aqds_sdcard_qspi_defconfig | 1 + configs/ls1088ardb_qspi_defconfig| 1 + configs/ls1088ardb_sdcard_qspi_defconfig | 1 + 4 files changed, 4 insertions(+) diff --git a/configs

[U-Boot] [PATCH 2/3] armv8: ls1088aqds: Memory Map modification of kernel, mc, dpl, dpc.

2017-05-05 Thread Amrita Kumari
firmware0x0040 DPAA2 MC0x00A0 DPAA2 DPL 0x00D0 DPAA2 DPC 0x00E0 Kernel.itb 0x0100 Signed-off-by: Amrita Kumari --- include/configs

[U-Boot] [PATCH 1/3] armv8: ls1088ardb: Memory Map modification of kernel, mc, dpl, dpc.

2017-05-05 Thread Amrita Kumari
firmware0x0040 DPAA2 MC0x00A0 DPAA2 DPL 0x00D0 DPAA2 DPC 0x00E0 Kernel.itb 0x0100 Signed-off-by: Amrita Kumari --- include/configs/ls1088a_common.h

[U-Boot] [PATCH 3/3] ls1088a: PPA Memory Address modified as per new memory map

2017-05-05 Thread Amrita Kumari
Signed-off-by: Amrita Kumari --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index e4968a7..e84a2b0 100644 --- a/arch/arm/cpu/armv8/fsl

[U-Boot] [Patch v2 2/3] armv8: ls1088aqds: Memory Map modification of kernel, mc, dpl, dpc.

2017-05-05 Thread Amrita Kumari
firmware0x0040 DPAA2 MC0x00A0 DPAA2 DPL 0x00D0 DPAA2 DPC 0x00E0 Kernel.itb 0x0100 Signed-off-by: Amrita Kumari --- include/configs

[U-Boot] [Patch v2 3/3] ls1088a: PPA Memory Address modified as per new memory map

2017-05-05 Thread Amrita Kumari
Signed-off-by: Amrita Kumari --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index e4968a7..e84a2b0 100644 --- a/arch/arm/cpu/armv8/fsl

[U-Boot] [Patch v2 1/3] armv8: ls1088ardb: Memory Map modification of kernel, mc, dpl, dpc.

2017-05-05 Thread Amrita Kumari
firmware0x0040 DPAA2 MC0x00A0 DPAA2 DPL 0x00D0 DPAA2 DPC 0x00E0 Kernel.itb 0x0100 Signed-off-by: Amrita Kumari --- include/configs/ls1088a_common.h