Re: [Patch] dwc_eth_qos: Revert regression handling fixed phy

2024-04-17 Thread Elmar Psilog
On 4/17/24 13:15, Marek Vasut wrote: On 4/17/24 10:41 AM, Nicole Battenfeld wrote: Subject: [PATCH] dwc_eth_qos: Revert regression handling fixed phy In imx8mp operation on eqos with fixed phy I get without that patch: ERROR: no/invalid Which commit is being reverted here ? True. I just c

Re: [PATCH v3] Let the EQoS in imx8mp handle fixed-phy too.

2023-03-19 Thread Elmar Psilog
Am 19.03.23 um 18:21 schrieb Marek Vasut: On 3/19/23 11:43, Elmar Psilog wrote: Without that patch it lost track to the node to scan speed and duplex. Patch was created by Marek Vasut, just tested by me. Signed-off-by: Elmar Psilog Reviewed-by: Marek Vasut ---    changes v2: fix format

Re: [PATCH v3] Let the EQoS in imx8mp handle fixed-phy too.

2023-03-19 Thread Elmar Psilog
Without that patch it lost track to the node to scan speed and duplex. Patch was created by Marek Vasut, just tested by me. Signed-off-by: Elmar Psilog Reviewed-by: Marek Vasut --- changes v2: fix format issues changes v3: remove {} around single if, add reviewd.. drivers/net

[PATCH v3] Let the EQoS in imx8mp handle fixed-phy too.

2023-02-20 Thread Elmar Psilog
Without that patch it lost track to the node to scan speed and duplex. Patch was created by Marek Vasut, just tested by me. Signed-off-by: Elmar Psilog Reviewed-by: Marek Vasut --- changes v2: fix format issues changes v3: remove {} around single if, add reviewd.. drivers/net

[PATCH v2] Let the EQoS in imx8mp handle fixed-phy too.

2023-02-19 Thread Elmar Psilog
Without that patch it lost track to the node to scan speed and duplex. Patch was created by Marek Vasut, just tested by me. Signed-off-by: Elmar Psilog --- changes v2: fix format issues drivers/net/dwc_eth_qos.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff

[Patch] net: dwc_eth_qos - works with fixed-phy

2023-02-15 Thread Elmar Psilog
Let the EQoS in imx8mp handle fixed-phy too. Without that patch it lost track to the node to scan speed and duplex. Patch was created by Marek Vasut, just tested by me. Signed-off-by: Elmar Psilog --- drivers/net/dwc_eth_qos.c 1 file changed diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net

Re: imx8mp EQOS regression in dwc_eth_qos,c

2023-02-14 Thread Elmar Psilog
Am 15.02.23 um 01:19 schrieb Marek Vasut: On 2/14/23 18:31, Elmar Psilog wrote: Am 13.02.23 um 22:20 schrieb Marek Vasut: On 2/13/23 22:04, Fabio Estevam wrote: Adding Marek, who has sent some EQOS patches recently. On Mon, Feb 13, 2023 at 6:02 PM Elmar Psilog wrote: Hello, Think I found

Re: imx8mp EQOS regression in dwc_eth_qos,c

2023-02-14 Thread Elmar Psilog
Am 13.02.23 um 22:20 schrieb Marek Vasut: On 2/13/23 22:04, Fabio Estevam wrote: Adding Marek, who has sent some EQOS patches recently. On Mon, Feb 13, 2023 at 6:02 PM Elmar Psilog wrote: Hello, Think I found a regression in EQOS driver with fixed-phy. Maybe someone with a imx8mp board

imx8mp EQOS regression in dwc_eth_qos,c

2023-02-13 Thread Elmar Psilog
Hello, Think I found a regression in EQOS driver with fixed-phy. Maybe someone with a imx8mp board might check that use case to confirm? That would be great. While ethernet was working in v2022.04 a "ping" in v2023.01 returns ERROR: no/invalid property! invalid speed 0 eqos_adjust_link() failed:

Re: imx8mp spi fail

2023-02-13 Thread Elmar Psilog
st followed the data. So all works well and even the parsing of old and new fixed-link devicetree works til that line. After that I don't get speed anymore. Can someone please confirm? Best regards, Elmar Am 13.02.23 um 00:38 schrieb Fabio Estevam: Hi Elmar, On Sun, Feb 12, 2023 at 3:04 PM

imx8mp spi fail

2023-02-12 Thread Elmar Psilog
Hello, kindly ask for help about SPI at an IMX8MP. I tried latest 2023.01. If you can please have a look and check it works on your side? sspi command returns: Invalid bus 0 Turning on the log-level: drivers/core/lists.c:201- lists_bind_fdt() bind node spi@3082 drivers/core/lists.c:222

[u-boot] SPI imx8mp problem

2023-02-06 Thread Elmar Psilog
Hello, do have some problems with SPI at an IMX8MP. I tried latest 2023.01. I have a device attached to SPI, that needs to be configured with an SSPI command at u-boot level. Please help me debug that, I am clueless. sspi command returns: Invalid bus 0 my config file: CONFIG_SPL_DM_SPI=y CONFIG

Re: get file via tftp and write to filesystem, get length of tftp transfer

2021-12-01 Thread Elmar Psilog
On Tue, Nov 30, 2021 at 07:51:28AM +0100, Elmar Psilog wrote: Hello, is it possible to download a file via network (tftp) and write it to a filesystem as ext4? This looks like a combination of tftpboot and ext4write but how to get sizebytes? I don't find how to get the length inform

get file via tftp and write to filesystem, get length of tftp transfer

2021-11-30 Thread Elmar Psilog
Hello, is it possible to download a file via network (tftp) and write it to a filesystem as ext4? This looks like a combination of tftpboot and ext4write but how to get sizebytes? I don't find how to get the length information from tftpboot into a variable - it seems to me only displayed on screen

Re: imx8mp evk - boot stucks at BL31

2021-01-21 Thread Elmar Psilog
On 21.01.21 07:37, Elmar Psilog wrote: I am on a imx8.mp evk board. I could build and start loader (SPL, UBOOT, DT, ATF/BL31, mkimage) from the freescale git. Due to some problems I switched to mainland Uboot 2021-1. I found SPL/ATF is booting, but it stops with: NOTICE: BL31: If I

imx8mp evk - boot stucks at BL31

2021-01-21 Thread Elmar Psilog
I am on a imx8.mp evk board. I could build and start loader (SPL, UBOOT, DT, ATF/BL31, mkimage) from the freescale git. Due to some problems I switched to mainland Uboot 2021-1. I found SPL/ATF is booting, but it stops with: NOTICE: BL31: If I replace in imx-mkimage just the file u-boot-nod