
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 CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/18368 Azure CI: https://dev.azure.com/u-boot/u-boot/_build/results?buildId=7366&view=res... (Azure CI, which is connected to github. Sometime I can see tftp timeout after some part of download there, but that can not be reproduced locally. While Gitblab CI is stable. Because of num tries in CI I suspect this CI was not always reliable.) Azure and Gitlab also have different toolchains and I would say Gitlab generates bigger code then Azure CI. Also many boards have a binary limit size of 800k (even qemu has limits). And increased limits to fit all the code. Specially did it patch by board config to show which boards are failing to build. There I have a question if we really want to support new functionality for old boards (mips, arm32 and etc...). I hope board owners can help me if it's valid to increase these limits.
In this version I used git submodules and friend CI with submodules. But I don't mind if you decide to maintain it in a different way.
I just want to note that generally this is a good improvement on v10 and I'll give things a spin in my lab (am335x_evm excluded ;)).