Re: [PATCH v1 2/3] board: ns3: add FIT image its file

2020-05-20 Thread Pramod Kumar
Hi Thomas, This is generic and used for development. Specific keys will be used by Customer/Specific applications. Regards, Pramod On Wed, May 20, 2020 at 7:25 AM Thomas Fitzsimmons wrote: > Hi Rayagonda and Pramod, > > Rayagonda Kokatanur writes: > > > From: Pramod Kuma

[PATCH v2] include/configs: ls1046afrwy: add support for boot targets.

2020-04-29 Thread Pramod Kumar
ls1046afrwy does not support sata boot. So Override default BOOT_TARGET_DEVICES and support only mmc, usb and dhcp as boot targets. Signed-off-by: Pramod Kumar --- Changes in v2: - incorporate review comments include/configs/ls1046afrwy.h | 10 +- 1 file changed, 9 insertions

[PATCH v1] include/configs: ls1046afrwy: remove unsupported sata as boot target

2020-04-28 Thread Pramod Kumar
ls1046afrwy does not support sata boot. Remove unsupported scsi0 from boot_targets. Signed-off-by: Pramod Kumar --- include/configs/ls1046afrwy.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1046afrwy.h b/include/configs/ls1046afrwy.h index

[PATCH v2] armv8: fsl-layerscape: LS1084A: Fix DPMAC1 support

2020-01-09 Thread Pramod Kumar
LS1088A has four personalities, LS1088A, LS1084A, LS1048A and LS1044A. LS1088A and LS1084A support 2x 10G DPMAC however DPMAC1 is currently disabled for LS1084A, Enable to support both 2x 10G DPMAC. Signed-off-by: Pramod Kumar --- Changes in v2: - incorporate review comments arch/arm/cpu

[PATCH v3] armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port

2020-01-09 Thread Pramod Kumar
LS1044A, LS1048A are LS1088A personalities, which support only one 1x 10GE port. MAC1 and MAC2 are associated with 1G SGMII, 2.5G SGMII, and XFI. Disable MAC1 to have only one 1x 10GE port for LS1044A, LS1048A. Signed-off-by: Pramod Kumar --- Changes in v3: - updated commit message Changes

[PATCH v3] board: ls1046afwry: Disable sgmii support

2019-12-20 Thread Pramod Kumar
LS1046A SoC serdes protocol 0x3040 supports both sgmi and qsgmii, however ls1046afrwy supports only QSGMI on board. Disable unsupported sgmii on board. Signed-off-by: Pramod Kumar --- Changes in v2: - Incorporated review comment Changes in v3: - incorporated review comment for commit

[PATCH v2] serdes: ls1046afwry: Disable sgmi support

2019-12-20 Thread Pramod Kumar
LS1046A SoC serdes protocol 0x3040 supports both sgmi and qsgmii, however frwy-ls1046a supports only QSGMI on board. Disable unsupported sgmii on bord. Signed-off-by: Pramod Kumar --- Changes in v2: - incorporated review comments board/freescale/ls1046afrwy/eth.c | 2 ++ 1 file changed, 2

[PATCH v4] armv8: ls1046afrwy: Fix get_board_version implementation

2019-12-19 Thread Pramod Kumar
Current implementation to get board version through GPIO is brocken due to endianness issue hence it is not working for rev B board. Fix it to make it work for Rev A as well as Rev B boards Signed-off-by: Pramod Kumar --- Changes in v4: - updated commit message Changes in v3: - incorporate

[PATCH v1] serdes: ls1046afwry: Disable sgmi support

2019-12-19 Thread Pramod Kumar
LS1046A SoC serdes protocol 0x3040 supports both sgmi and qsgmii, however frwy-ls1046a supports only QSGMI on board. Disable unsupported sgmii on bord. Signed-off-by: Pramod Kumar --- arch/arm/cpu/armv8/fsl-layerscape/ls1046a_serdes.c | 56 +++--- 1 file changed, 50 insertions

[U-Boot] [PATCH v3] armv8: ls1046afrwy: Add support for LS1046AFRWY Rev B board

2019-11-25 Thread Pramod Kumar
Add rev B board support Signed-off-by: Pramod Kumar --- board/freescale/ls1046afrwy/ls1046afrwy.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/board/freescale/ls1046afrwy/ls1046afrwy.c b/board/freescale/ls1046afrwy/ls1046afrwy.c index ac2f8ee..3134feb 100644

[U-Boot] [PATCH v2] armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port

2019-11-25 Thread Pramod Kumar
LS1044A, LS1048A are LS1088A personalities, which support only one 1x 10GE port. MAC1 and MAC2 are associated with 1G SGMII, 2.5G SGMII, and XFI. Disable MAC1 to have only one 1x 10GE port for LS1044A, LS1048A. Signed-off-by: Pramod Kumar --- Changes for v2: - incorporated review comment's

[U-Boot] [PATCH v1] armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port

2019-09-18 Thread Pramod Kumar
LS1044A/1048A is LS1088 personality which support only one 1x 10GE port. MAC1 and MAC2 are associated with 1G SGMII, 2.5G SGMII, and XFI. Disable MAC1 to have only one 1x 10GE port Signed-off-by: Pramod Kumar --- arch/arm/cpu/armv8/fsl-layerscape/ls1088a_serdes.c | 33 +- 1

[U-Boot] [PATCH] drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset

2019-02-28 Thread Pramod Kumar
Fix EC1 and EC2 read from correct offset 26, instead of 25 Signed-off-by: Pramod Kumar --- drivers/net/ldpaa_eth/ls1088a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ldpaa_eth/ls1088a.c b/drivers/net/ldpaa_eth/ls1088a.c index 43210532ba..c3260d318c

[U-Boot] [PATCH] armv8: ls1088ardb_pb: Add support for board detection

2018-10-12 Thread Pramod Kumar
ls1088ardb-pb and ls1088ardb both boards are ls1088a based soc, board type detection is dynamic at boot time Signed-off-by: Pramod Kumar --- board/freescale/ls1088a/ls1088a.c | 27 +-- include/configs/ls1088a_common.h | 3 ++- 2 files changed, 27 insertions(+), 3

[U-Boot] [PATCH] armv8: ls1012afrwy: update of env board variables

2018-10-12 Thread Pramod Kumar
ls1012afrwy and ls1012afrdm both boards are variant of ls1012a based SoC, by default board and board_name uboot env variables are set as ls1012afrdm. whenever board is detected as ls1012afrwy, uboot env variables are updated to ls1012afrwy if it set as other than ls1012afrwy Signed-off-by: Pramod

[U-Boot] [PATCH] ls1012afrwy:update ls1012afrwy env board variable

2018-10-11 Thread Pramod Kumar
ls1012afrwy and ls1012afrdm both boards are varinat of ls1012a based SoC board. By default board and board_name uboot env variables are set as ls1012afrdm. whenever board is detected as ls1012afrwy, uboot env variables are upadted to ls1012afrwy if it set as ls1012afrdm. Signed-off-by: Pramod

Re: [U-Boot] [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb board.

2018-09-24 Thread Pramod Kumar
>-Original Message- >From: York Sun >Sent: Friday, September 21, 2018 8:20 PM >To: Pramod Kumar >Cc: u-boot@lists.denx.de >Subject: Re: [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb >board. > >On 08/21/2018 02:18 AM, Pramod Kumar wrote: >>

Re: [U-Boot] [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to support

2018-09-21 Thread Pramod Kumar
>-Original Message- >From: York Sun >Sent: Wednesday, July 11, 2018 2:52 AM >To: Pramod Kumar ; u-boot@lists.denx.de >Subject: Re: [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to >support > >On 06/06/2018 04:16 AM, Pramod Kumar wrote: >> LS101

[U-Boot] [PATCH] ls1088a: remove dhcp function from u-boot env as boot source

2018-09-14 Thread Pramod Kumar
Signed-off-by: Pramod Kumar --- include/configs/ls1088ardb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index eb220bf6e9..363154a40b 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h

[U-Boot] [PATCH] ls1012a: remove debug info from u-boot log.

2018-09-12 Thread Pramod Kumar
Signed-off-by: Pramod Kumar --- drivers/net/pfe_eth/pfe_mdio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/pfe_eth/pfe_mdio.c b/drivers/net/pfe_eth/pfe_mdio.c index b53edb741f..2dde9e7ac8 100644 --- a/drivers/net/pfe_eth/pfe_mdio.c +++ b/drivers/net/pfe_eth/pfe_mdio.c

[U-Boot] [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb board.

2018-08-21 Thread Pramod Kumar
ls1088ardb-pb is another varinat of the ls1088ardb. This board support two m.2 x2 gen 3 pcie card slot. There is no support of sata, pcie standard slot, miniPCIE slot and TDM in this board. Signed-off-by: Pramod Kumar --- Changes in v2: - Fix the compilation issue when building u-boot for SD

[U-Boot] [PATCH] ls1012afrwy: Add ls1012afrwy revC board support.

2018-08-14 Thread Pramod Kumar
ls1012afrwy support three revisions of the board. 512MB revA, revB boards and 1GB revC board. revision A and B board are collectively identified as revA/B, however revision C board is identifies as revC. Signed-off-by: Pramod Kumar --- board/freescale/ls1012afrdm/ls1012afrdm.c | 20

[U-Boot] [PATCH] ls1088ardb_pb: Add support for ls1088ardb_pb board.

2018-08-08 Thread Pramod Kumar
ls1088ardb-pb is another varinat of the ls1088ardb. This board support two m.2 x2 gen 3 pcie card slot. There is no support of sata, pcie standard slot, miniPCIE slot and TDM in this board. Signed-off-by: Pramod Kumar --- arch/arm/Kconfig | 14 +++ arch/arm/cpu

[U-Boot] [PATCH] ls1088ardb_pb: Add support for ls1088ardb_pb board.

2018-08-07 Thread Pramod Kumar
ls1088ardb-pb is another varinat of the ls1088ardb. This board support two m.2 x2 gen 3 pcie card slot. There is no support of sata,pcie standard slot, miniPCIE slot and TDM in this board Signed-off-by: Pramod Kumar --- arch/arm/Kconfig | 14 +++ arch/arm/cpu/armv8

Re: [U-Boot] [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to support

2018-07-05 Thread Pramod Kumar
>-Original Message- >From: York Sun >Sent: Tuesday, July 3, 2018 8:53 PM >To: Pramod Kumar ; u-boot@lists.denx.de >Subject: Re: [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to >support > >On 06/06/2018 04:16 AM, Pramod Kumar wrote: >> LS101

[U-Boot] [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to support

2018-06-06 Thread Pramod Kumar
LS1012A-FRDM and LS1012A-FRWY board. 1-Move all common files applicable for both boards LS1012A-FRDM and LS1012A-FRWY into board directory ls1012afrx. 2-Restructure LS1012A-FRDM code. Only board specific files are in LS1012A-FRDM board directory. Signed-off-by: Pramod Kumar --- Depends

[U-Boot] [PATCH 2/2 v2] board: freescale: ls1012afrwy: Add LS1012A-FRWY board support.

2018-06-06 Thread Pramod Kumar
Add board support for LS1012A-FRWY board, sharing many common functionalities with LS1012A-FRDM. Signed-off-by: Pramod Kumar --- Depends on: http://patchwork.ozlabs.org/patch/918935/ http://patchwork.ozlabs.org/patch/918933/ http://patchwork.ozlabs.org/patch/918932/ Changes for v2: - Rebased

[U-Boot] [PATCH 2/2] board: freescale: ls1012afrwy: Add LS1012A-FRWY board support.

2018-06-05 Thread Pramod Kumar
Add board support for LS1012A-FRWY board, sharing many common functionalities with LS1012A-FRDM. Signed-off-by: Pramod Kumar --- board/freescale/ls1012afrwy/Kconfig| 31 ++ board/freescale/ls1012afrwy/MAINTAINERS| 10 +++ .../{ls1012afrdm

[U-Boot] [PATCH 1/2] board: freescale: ls1012afrx:Common files to support

2018-06-05 Thread Pramod Kumar
LS1012A-FRDM and LS1012A-FRWY board. 1-Move all common files applicable for both boards LS1012A-FRDM and LS1012A-FRWY into board directory ls1012afrx. 2-Restructure LS1012A-FRDM code. Only board specific files are in LS1012A-FRDM board directory. Signed-off-by: Pramod Kumar --- arch/arm