Re: [PATCH v5 0/4] NET_LWIP LMB fixes

2025-04-24 Thread Simon Glass
Hi Jerome, On Thu, 17 Apr 2025 at 07:27, Jerome Forissier wrote: > > Two small patches fixing issues with tftp and wget when the network > stack is NET_LWIP and LMB is enabled. Plus one prerequisite patch > fixing a problem with wget that does printf()/puts()/putc() when > called from EFI which i

Re: [PATCH v5 0/4] NET_LWIP LMB fixes

2025-04-24 Thread Sughosh Ganu
On Thu, 17 Apr 2025 at 18:57, Jerome Forissier wrote: > > Two small patches fixing issues with tftp and wget when the network > stack is NET_LWIP and LMB is enabled. Plus one prerequisite patch > fixing a problem with wget that does printf()/puts()/putc() when > called from EFI which is not allowe

Re: [PATCH v5 0/4] NET_LWIP LMB fixes

2025-04-24 Thread Jerome Forissier
On 4/24/25 14:00, Sughosh Ganu wrote: > On Thu, 17 Apr 2025 at 18:57, Jerome Forissier > wrote: >> >> Two small patches fixing issues with tftp and wget when the network >> stack is NET_LWIP and LMB is enabled. Plus one prerequisite patch >> fixing a problem with wget that does printf()/puts()/

[PATCH v5 0/4] NET_LWIP LMB fixes

2025-04-17 Thread Jerome Forissier
Two small patches fixing issues with tftp and wget when the network stack is NET_LWIP and LMB is enabled. Plus one prerequisite patch fixing a problem with wget that does printf()/puts()/putc() when called from EFI which is not allowed (messes with the console output) and a small refactoring in net