summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-15net: correct wget_connected debug messagesHeinrich Schuchardt
2024-10-15net/wget: set filesizeHeinrich Schuchardt
2024-10-15Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"Jonas Karlman
2024-10-15Merge patch series "test: Minor fixes to test.py"Tom Rini
2024-10-15Merge patch series to add a "fallback" keyword to extlinux.conf parsingTom Rini
2024-10-15test: Add tests for the bootmeth set commandMartyn Welch
2024-10-15test: Fix mulptiplex_log typoSimon Glass
2024-10-15bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch
2024-10-15test: Tidy up remaining exceptionsSimon Glass
2024-10-15boot: Add logic to enable booting from fallback optionMartyn Welch
2024-10-15test: Detect dead connectionsSimon Glass
2024-10-15boot: pxe_utils: Add fallback supportMartyn Welch
2024-10-15test: Separate out the exception handlingSimon Glass
2024-10-15test: Move the receive code into a functionSimon Glass
2024-10-15test: Create a common function to get the configSimon Glass
2024-10-15test: Avoid failing skipped testsSimon Glass
2024-10-15test: Use a constant for the test timeoutSimon Glass
2024-10-15Merge patch series "mtd: Make sure UBIFS does not do multi-pass page programm...Tom Rini
2024-10-15mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashesTakahiro Kuwano
2024-10-15mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()Takahiro Kuwano
2024-10-15mtd: spi-nor: Replace default_init() hook with late_init()Takahiro Kuwano
2024-10-15mtd: spi-nor: Check nor->info before setting macronix_octal_fixupsTakahiro Kuwano
2024-10-15mtd: spi-nor: Allow flashes to specify MTD writesizeTakahiro Kuwano
2024-10-15mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashesTakahiro Kuwano
2024-10-14dts: Deduplicate dtbs targetMarek Vasut
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14configs: enable MbedTLS as default settingRaymond Mao
2024-10-14test: Remove ASN1 library testRaymond Mao
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