[PATCH 4/4] t208xqds: add support for backplane kr

2020-03-16 Thread Florinel Iordache
Add support for backplane kr on t208xqds: remove board specific fixups on t208xqds for ethernet interfaces specified in device tree as supported backplane modes. Signed-off-by: Florinel Iordache --- board/freescale/t208xqds/eth_t208xqds.c | 29 - 1 file changed, 20

[PATCH 0/4] Backplane KR support

2020-03-16 Thread Florinel Iordache
Add phy support for Ethernet Backplane KR modes: 10gbase-kr, 40gbase-kr4 and remove fixups (platform generic and board specific) for phy interfaces specified in device tree as supported backplane mode Florinel Iordache (4): phy: add support for backplane kr mode ls1046aqds: add support for

[PATCH 3/4] lx2160aqds: add support for backplane kr

2020-03-16 Thread Florinel Iordache
Add support for backplane kr on lx2160aqds: remove board specific fixups on lx2160aqds for ethernet interfaces specified in device tree as supported backplane modes. Signed-off-by: Florinel Iordache --- board/freescale/lx2160a/eth_lx2160aqds.c | 9 - 1 file changed, 8 insertions(+), 1

[PATCH 1/4] phy: add support for backplane kr mode

2020-03-16 Thread Florinel Iordache
Add generic support for backplane kr modes currently available: 10gbase-kr, 40gbase-kr4. Remove platform generic fixups (armv8/layerscape and powerpc) for ethernet interfaces specified in device tree as supported backplane modes. Signed-off-by: Florinel Iordache --- arch/arm/cpu/armv8/fsl

[PATCH 2/4] ls1046aqds: add support for backplane kr

2020-03-16 Thread Florinel Iordache
Add support for backplane kr on ls1046aqds: remove board specific fixups on ls1046aqds for ethernet interfaces specified in device tree as supported backplane modes. Signed-off-by: Florinel Iordache --- board/freescale/ls1046aqds/eth.c | 19 +++ 1 file changed, 7 insertions

[U-Boot] [u-boot][PATCH v2] drivers/fsl-mc: Support DPSPARSER object and apply spb command

2019-11-19 Thread Florinel Iordache
Add support for DPSPARSER object (create/destroy, open/close, apply spb) required to configure Soft Parser by using MC. Also add uboot command to apply Soft Parser Blob with command: fsl_mc apply spb Signed-off-by: Florinel Iordache --- drivers/net/fsl-mc/Kconfig | 12 ++ drivers/net/fsl

[U-Boot] [u-boot 2/2] drivers/fsl-mc: Support DPSPARSER object and apply spb command

2019-05-15 Thread Florinel Iordache
Add support for DPSPARSER object (create/destroy, open/close, apply spb) required to configure Soft Parser by using MC. Also add uboot command to apply a Soft Parser Blob by using a command like: fsl_mc apply spb Signed-off-by: Florinel Iordache --- drivers/net/fsl-mc/Kconfig | 12

[U-Boot] [u-boot 1/2] drivers/fsl-mc: Create Kconfig file to manage driver specific configs better

2019-05-15 Thread Florinel Iordache
Create drivers/net/fsl-mc/Kconfig and move fsl-mc specific configs from arch/arm/cpu/armv8/fsl-layerscape/Kconfig to this new Kconfig Signed-off-by: Florinel Iordache --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 17 - drivers/net/Kconfig | 1 + drivers

[U-Boot] [u-boot][PATCH] ls1046aqds: Bypass xfi port fixup for KR mode

2018-12-10 Thread Florinel Iordache
n KR mode as it is defined in DTS. Signed-off-by: Florinel Iordache --- board/freescale/ls1046aqds/eth.c | 35 +-- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/board/freescale/ls1046aqds/eth.c b/board/freescale/ls1046aqds/eth.c index d3e88