Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2024-01-08 Thread Fabio Estevam
On Mon, Jan 8, 2024 at 5:43 AM Maxim Uvarov wrote: > I will try, but for some reason there is no i.MX board in the lab. Yes, please. Try to get it. > MAC address is different in two commands, it has to be the same. They are the same actually: u-boot=> net list eth0 : ethernet@30be

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2024-01-08 Thread Maxim Uvarov
On Fri, 5 Jan 2024 at 02:46, Fabio Estevam wrote: > On Thu, Jan 4, 2024 at 12:02 PM Maxim Uvarov > wrote: > > > CI tests this in all qemu emulated boards. I tested it locally on > Raspberry Pi - works well. This version did not > > yet tested on imx8, but the previous version worked on eth0,

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2024-01-04 Thread Fabio Estevam
On Thu, Jan 4, 2024 at 12:02 PM Maxim Uvarov wrote: > CI tests this in all qemu emulated boards. I tested it locally on Raspberry > Pi - works well. This version did not > yet tested on imx8, but the previous version worked on eth0, did not work on > eth1. So I plan to continue testing >

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2024-01-04 Thread Maxim Uvarov
On Wed, 3 Jan 2024 at 20:30, Fabio Estevam wrote: > Hi Maxim, > > On Tue, Jan 2, 2024 at 2:31 PM Maxim Uvarov > wrote: > > > > Small update here. I made changes without any board limit size changes. > > Reordered patches to make them compile in sequence. I think I will do one > > more clean up

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2024-01-03 Thread Fabio Estevam
Hi Maxim, On Tue, Jan 2, 2024 at 2:31 PM Maxim Uvarov wrote: > > Small update here. I made changes without any board limit size changes. > Reordered patches to make them compile in sequence. I think I will do one > more clean up and more testing, > and after that will be able to send an updated

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2024-01-02 Thread Maxim Uvarov
Small update here. I made changes without any board limit size changes. Reordered patches to make them compile in sequence. I think I will do one more clean up and more testing, and after that will be able to send an updated version. Working tree is here: https://github.com/u-boot/u-boot/pull/434

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-12-19 Thread Alexander Dahl
Hello Maxim, Am Mon, Nov 27, 2023 at 06:56:43PM +0600 schrieb Maxim Uvarov: > Hello, > > Please find updated version of lwip patches. Changes are in the > changelog bellow. > > Thank you, > Maxim. > > changelog: > v11: - v11 is mosly respin of v10 patches with CI error fixes. >          

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Fabio Estevam
On Thu, Nov 30, 2023 at 10:14 AM Maxim Uvarov wrote: > I will test that. smsc95xx_eth included in some CI tests and it worked. So > some differences on real hardware... > Log says that a ping packet was sent, but no packet on rx. > Might be the start function of smsc95xx_eth called wrongly

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Maxim Uvarov
On Thu, 30 Nov 2023 at 19:00, Fabio Estevam wrote: > Hi Maxim, > > On Thu, Nov 30, 2023 at 5:39 AM Maxim Uvarov > wrote: > > > If networking for some reason doesn't work on that board (I tested only > virtual board). Please try to compile with: > > Could you also try on a real board? > > Tom

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Maxim Uvarov
On Thu, 30 Nov 2023 at 17:09, Peter Robinson wrote: > Hi Maxim, > > > Please find updated version of lwip patches. Changes are in the > > changelog bellow. > > > > Thank you, > > Maxim. > > > > changelog: > > v11: - v11 is mosly respin of v10 patches with CI error fixes. > >

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Fabio Estevam
Hi Maxim, On Thu, Nov 30, 2023 at 5:39 AM Maxim Uvarov wrote: > If networking for some reason doesn't work on that board (I tested only > virtual board). Please try to compile with: Could you also try on a real board? Tom tested on a Raspberry Pi3 and it failed too:

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Peter Robinson
Hi Maxim, > Please find updated version of lwip patches. Changes are in the > changelog bellow. > > Thank you, > Maxim. > > changelog: > v11: - v11 is mosly respin of v10 patches with CI error fixes. > Gitlab CI: > >

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Maxim Uvarov
On Wed, 29 Nov 2023 at 06:16, Fabio Estevam wrote: > Hi Tim, > > On Tue, Nov 28, 2023 at 9:10 PM Tim Harvey wrote: > > > Fabio, > > > > You won't see this build issue with the entire series applied... only > > with the patches up to and including 'net/lwip: integrate lwIP > > library'. My point

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Fabio Estevam
Hi Tim, On Tue, Nov 28, 2023 at 9:10 PM Tim Harvey wrote: > Fabio, > > You won't see this build issue with the entire series applied... only > with the patches up to and including 'net/lwip: integrate lwIP > library'. My point was there are points in the series where > compilation fails which

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Tim Harvey
On Tue, Nov 28, 2023 at 3:21 PM Fabio Estevam wrote: > > Hi Tim and Maxim, > > On Tue, Nov 28, 2023 at 8:05 PM Tim Harvey wrote: > > > Hi Maxim, > > > > I've tried this series on my imx8mm-venice boards and find that basic > > ping/dhcp/tftp breaks: > > u-boot=> net list > > eth0 :

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Fabio Estevam
Hi Tim and Maxim, On Tue, Nov 28, 2023 at 8:05 PM Tim Harvey wrote: > Hi Maxim, > > I've tried this series on my imx8mm-venice boards and find that basic > ping/dhcp/tftp breaks: > u-boot=> net list > eth0 : ethernet@30be 00:d0:12:78:f8:01 active > u-boot=> setenv ipaddr 192.168.1.1 >

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Tim Harvey
On Mon, Nov 27, 2023 at 5:00 AM Maxim Uvarov wrote: > > Hello, > > Please find updated version of lwip patches. Changes are in the > changelog bellow. > > Thank you, > Maxim. > Hi Maxim, I've tried this series on my imx8mm-venice boards and find that basic ping/dhcp/tftp breaks: u-boot=> net

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Maxim Uvarov
On Tue, 28 Nov 2023 at 16:37, wrote: > Hi, > > On 27/11/2023 13:56, Maxim Uvarov wrote: > > Hello, > > > > Please find updated version of lwip patches. Changes are in the > > changelog bellow. > > I've ran it on the libretech-cc board, and tried to load grub over tftp, > and I got this strange

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread neil . armstrong
Hi, On 27/11/2023 13:56, Maxim Uvarov wrote: Hello, Please find updated version of lwip patches. Changes are in the changelog bellow. I've ran it on the libretech-cc board, and tried to load grub over tftp, and I got this strange EFI boot error:

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 06:56:43PM +0600, Maxim Uvarov wrote: > Hello, > > Please find updated version of lwip patches. Changes are in the > changelog bellow. > > Thank you, > Maxim. > > changelog: > v11: - v11 is mosly respin of v10 patches with CI error fixes. On a RPi 3: U-Boot>

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 06:56:43PM +0600, Maxim Uvarov wrote: > Hello, > > Please find updated version of lwip patches. Changes are in the > changelog bellow. > > Thank you, > Maxim. > > changelog: > v11: - v11 is mosly respin of v10 patches with CI error fixes. >                 Gitlab

[PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-27 Thread Maxim Uvarov
Hello, Please find updated version of lwip patches. Changes are in the changelog bellow. Thank you, Maxim. changelog: v11: - v11 is mosly respin of v10 patches with CI error fixes.                 Gitlab CI: