
Hi Tom,
On Tue, 3 Sept 2024 at 11:03, Raymond Mao raymond.mao@linaro.org wrote:
Hi Tom,
On Mon, 19 Aug 2024 at 17:04, Tom Rini trini@konsulko.com wrote:
On Fri, Aug 16, 2024 at 02:43:49PM -0700, Raymond Mao wrote:
Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot.
Motivations:
- MbedTLS is well maintained with LTS versions.
- LWIP is integrated with MbedTLS and easily to enable HTTPS.
- MbedTLS recently switched license back to GPLv2.
Whereas I think v5 did well with global build with mbedTLS being the default option, v6 blows up so many places.
I didn't enable it except qemu_arm64, sandbox and nanopi_a64, I will run it on more platforms via CI.
Just a follow-up:
I made a few changes to fix the kconfig dependency issues which only can be reproduced by a few of the world build platforms. My latest PR passed all CI world builds with MbedTLS enabled at: https://github.com/u-boot/u-boot/pull/642
I will include all the fixes in v7.
Regards, Raymond