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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>-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:
>> ls
>-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
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
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
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
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
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
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
>-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
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 on
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
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
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
29 matches
Mail list logo