summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-17lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar
2024-10-16net: lwip: tftp: add support of blksize option to clientJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: tftp: bind to TFTP port only when in server modeJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: lwip: build lwIPJerome Forissier
2024-10-16Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip'Tom Rini
2024-10-15lmb: replace the double-underscore with single-underscore for all functionsSughosh Ganu
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15lmb: remove call to efi_lmb_reserve()Sughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15x86: e820: use the lmb API for adding RAM memorySughosh Ganu
2024-10-15layerscape: use the lmb API's to add RAM memorySughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15efi_memory: do not add U-Boot memory to the memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15efi: memory: use the lmb API's for allocating and freeing memorySughosh Ganu
2024-10-15lmb: add and reserve memory above ram_topSughosh Ganu
2024-10-15lmb: add a flag to allow suppressing memory map change notificationSughosh Ganu
2024-10-15lmb: add versions of the lmb API with flagsSughosh Ganu
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14asn1_decoder: add build options for ASN1 decoderRaymond Mao
2024-10-14lib/rypto: Adapt rsa_helper to MbedTLSRaymond Mao
2024-10-14mbedtls: add RSA helper layer on MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt mscode_parser to MbedTLSRaymond Mao
2024-10-14mbedtls: add MSCode parser porting layerRaymond Mao
2024-10-14lib/crypto: Adapt PKCS7 parser to MbedTLSRaymond Mao
2024-10-14mbedtls: add PKCS7 parser porting layerRaymond Mao
2024-10-14lib/crypto: Adapt x509_cert_parser to MbedTLSRaymond Mao
2024-10-14mbedtls: add X509 cert parser porting layerRaymond Mao
2024-10-14lib/crypto: Adapt public_key header with MbedTLSRaymond Mao
2024-10-14mbedtls: add public key porting layerRaymond Mao
2024-10-14pkcs7: move common functions to PKCS7 helperRaymond Mao
2024-10-14x509: move common functions to x509 helperRaymond Mao
2024-10-14public_key: move common functions to public key helperRaymond Mao
2024-10-14mbedtls/external: update MbedTLS PKCS7 test suitesRaymond Mao
2024-10-14mbedtls/external: support decoding multiple signer's certRaymond Mao
2024-10-14mbedtls/external: support PKCS9 Authenticate AttributesRaymond Mao
2024-10-14mbedtls/external: support Microsoft Authentication CodeRaymond Mao
2024-10-14mbedtls: Enable smaller implementation for SHA256/512Raymond Mao
2024-10-14mbedtls: add digest shim layer for MbedTLSRaymond Mao
2024-10-14sha1: Remove sha1 non-watchdog APIRaymond Mao
2024-10-14md5: Remove md5 non-watchdog APIRaymond Mao
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao
2024-10-14mbedtls: add mbedtls into the build systemRaymond Mao
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass