Re: [PATCH 3/3] mbedtls: refactor mbedtls build for XPL

2025-01-31 Thread Raymond Mao
Hi Ilias, On Fri, 31 Jan 2025 at 08:52, Ilias Apalodimas wrote: > > Hi Raymond, Tom > > This config seems reasonable to me and we can now build a combination > of SPL + older crypto + mbedTLS for u-boot proper which was always the > goal. > > I do still think the naming is a bit confusing. > > On

Re: [PATCH 3/3] mbedtls: refactor mbedtls build for XPL

2025-01-31 Thread Ilias Apalodimas
Hi Raymond, Tom This config seems reasonable to me and we can now build a combination of SPL + older crypto + mbedTLS for u-boot proper which was always the goal. I do still think the naming is a bit confusing. On Mon, 27 Jan 2025 at 17:17, Raymond Mao wrote: > > Refactor the entire kconfig pag

[PATCH 3/3] mbedtls: refactor mbedtls build for XPL

2025-01-27 Thread Raymond Mao
Refactor the entire kconfig page for mbedtls, adapt mbedtls makefile and default config file using 'XPL_', in order to have independent mbedtls kconfig options in both U-Boot Proper and SPL. User can choose legacy or mbedtls libraries in SPL independently. Set mbedtls native crypto libraries as de