aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-16configs: enable MbedTLS as default settingTEST/v1-mbedtlsRaymond Mao2-0/+9
2024-04-16mbedtls: disable the unused featuresRaymond Mao1-93/+93
2024-04-16lib/crypto: remove dependence on ASN1 decoderRaymond Mao1-2/+17
2024-04-16lib/crypto: port MSCode parser on MbedTLSRaymond Mao2-0/+108
2024-04-16lib/crypto: port PKCS7 parser on MbedTLSRaymond Mao2-28/+510
2024-04-16lib/crypto: Port x509_cert_parser on MbedTLSRaymond Mao2-0/+464
2024-04-16lib/crypto: Port public_key on MbedTLSRaymond Mao3-1/+82
2024-04-16mbedtls/external: update MbedTLS PKCS7 test suitesRaymond Mao1-2/+2
2024-04-16mbedtls/external: support decoding multiple signer's certRaymond Mao1-28/+47
2024-04-16mbedtls/external: support PKCS9 Authenticate AttributesRaymond Mao3-1/+34
2024-04-16mbedtls/external: support MicroSoft Authentication CodeRaymond Mao3-10/+90
2024-04-16image: switch sha256 to mbedtlsRaymond Mao1-1/+9
2024-04-16efi_loader: switch sha256 to mbedtlsRaymond Mao1-0/+9
2024-04-16makefile: add mbedtls include directoriesRaymond Mao1-0/+13
2024-04-16hash: integrate hash on mbedtlsRaymond Mao2-0/+167
2024-04-16mbedtls: add hash shim layerRaymond Mao6-0/+236
2024-04-16efi_loader: remove redundant hash includesRaymond Mao2-4/+0
2024-04-16image: remove redundant hash includesRaymond Mao2-6/+0
2024-04-16test: py: add sudo for virt-make-fsRaymond Mao1-2/+2
2024-04-16arm: EFI linker script text section alignmentRaymond Mao1-0/+1
2024-04-16mbedtls: add mbedtls into the build systemRaymond Mao9-0/+4320
2024-04-16mbedtls/external: add MbedTLS (Part 2)Raymond Mao87-0/+177825
2024-04-16mbedtls/external: add MbedTLS (Part 1)Raymond Mao1678-0/+447129
2024-04-15Merge tag 'u-boot-imx-master-20240415' of https://gitlab.denx.de/u-boot/custo...WIP/15Apr2024Tom Rini4-245/+65
2024-04-15Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini20-134/+179
2024-04-15Merge tag 'u-boot-socfpga-next-20240415' of https://source.denx.de/u-boot/cus...Tom Rini4-3/+16
2024-04-15clk: imx93: fix anatop basePeng Fan1-1/+1
2024-04-15cpu: drop imx9_cpuPeng Fan1-224/+0
2024-04-15serial: lpuart: use ipg clk for i.MX7ULPPeng Fan1-16/+26
2024-04-15gpio: imx_rgpio2p: support one addressPeng Fan1-4/+38
2024-04-15mmc: cv1800b_sdhci: Remove the unused argumentJaehoon Chung1-1/+1
2024-04-15mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probeYang Xiwen1-1/+10
2024-04-15mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen1-2/+2
2024-04-15mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET...Yang Xiwen1-1/+60
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut2-16/+16
2024-04-15mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callbackMarek Vasut1-1/+4
2024-04-15mmc: Add generic tuning flagMarek Vasut2-1/+8
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut2-3/+3
2024-04-15mmc: renesas-sdhi: Stop transmission in case tuning block transfer failsMarek Vasut1-7/+7
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut1-1/+7
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut10-22/+27
2024-04-15mmc: arm_pl180_mmci: Rely on DMLinus Walleij2-64/+3
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman5-7/+15
2024-04-15mmc: Don't suggest to build modules in Kconfig.Heinrich Schuchardt1-5/+5
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt1-2/+11
2024-04-15drivers: misc: Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA...Wan Yee Lau1-1/+1
2024-04-15chameleonv3: set in defconfig for FPGA to reprogram every rebootMichał Barnaś1-0/+1
2024-04-15arm: socfpga: arria10: add option to reprogram the FPGA every rebootMichał Barnaś2-2/+14
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini7-49/+241
2024-04-14Merge tag 'u-boot-nand-20240414' of https://source.denx.de/u-boot/custodians/...Tom Rini13-62/+1834