u-boot/lib/mbedtls
ZHANG Yuntian f9edd081b1 mbedtls/external: remove broken git submodule
When we squash imported mbedtls, the git submodule "framework" was
preserved in the commit. However, U-Boot itself does not use git
submodule, and provides no .gitmodules file to specify the submodule
repository.

This is normally not an issue when cloning U-Boot repository. However,
when U-Boot is imported as a submodule, this will break git option
`--recurse-submodules` as it fails to resolve "framework".

As we do not use the submodule, remove it to unbreak existing workflows.

Fixes: 12f1212e95 ("Merge commit '0344c602ea' as 'lib/mbedtls/external/mbedtls'")
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
2025-02-13 09:53:18 -06:00
..
external/mbedtls mbedtls/external: remove broken git submodule 2025-02-13 09:53:18 -06:00
port mbedtls: add mbedtls into the build system 2024-10-14 17:58:12 -06:00
Kconfig mbedtls: Add SHA symbols for VPL 2025-02-03 16:00:42 -06:00
Makefile mbedtls: enable support of hkdf 2025-01-18 17:12:47 -06:00
mbedtls_def_config.h mbedtls: enable support of hkdf 2025-01-18 17:12:47 -06:00
md5.c mbedtls: add digest shim layer for MbedTLS 2024-10-14 17:58:31 -06:00
mscode_parser.c mbedtls: add MSCode parser porting layer 2024-10-14 17:58:48 -06:00
pkcs7_parser.c mbedtls: fix defects in coverity scan 2024-10-18 14:18:12 -06:00
public_key.c mbedtls: add public key porting layer 2024-10-14 17:58:43 -06:00
rsa_helper.c mbedtls: add RSA helper layer on MbedTLS 2024-10-14 17:58:50 -06:00
sha1.c mbedtls: add digest shim layer for MbedTLS 2024-10-14 17:58:31 -06:00
sha256.c lib: mbedtls: sha256: add support of key derivation 2025-01-18 17:12:47 -06:00
sha512.c mbedtls: add digest shim layer for MbedTLS 2024-10-14 17:58:31 -06:00
x509_cert_parser.c mbedtls: fix defects in coverity scan 2024-10-18 14:18:12 -06:00