summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt
2020-10-12rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET
2020-10-12fit: cipher: aes: allow to read the IV in the FIT imagePhilippe Reynes
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes
2020-10-12lib/hashtable: remove superfluous checkHeinrich Schuchardt
2020-10-12doc: verified-boot: add required-mode informationThirupathaiah Annapureddy
2020-10-12test: vboot: add tests for multiple required keysThirupathaiah Annapureddy
2020-10-12vboot: add DTB policy for supporting multiple required conf keysThirupathaiah Annapureddy
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle
2020-10-12mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle
2020-10-12mmc: fsl_esdhc: use dma-mapping APIMichael Walle
2020-10-12mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen
2020-10-12configs: lx2160ardb: enable eMMC HS400 mode supportYangbo Lu
2020-10-12arm: dts: lx2160ardb: support eMMC HS400 modeYangbo Lu
2020-10-12mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu
2020-10-12mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu
2020-10-12mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu
2020-10-12mmc: add a hs400_tuning flagYangbo Lu
2020-10-12mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu
2020-10-12mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu
2020-10-12mmc: fsl_esdhc: add a reinit() callbackYangbo Lu
2020-10-12mmc: add a reinit() APIYangbo Lu
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra
2020-10-12configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddrNishanth Menon
2020-10-12configs: j721e_evm: Get rid of overlayaddrNishanth Menon
2020-10-12env: ti: ufs: Use dtboaddr instead of overlayaddrNishanth Menon
2020-10-12configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENVNishanth Menon
2020-10-12dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra
2020-10-12configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAYVignesh Raghavendra
2020-10-12board: ti: j721e: Fix OSPI node compatibleVignesh Raghavendra
2020-10-12am335x, guardian: update the maintainer listMoses Christopher
2020-10-11Merge branch '2020-10-10-log-improvements'Tom Rini
2020-10-10doc: remove redundant doc/README.logHeinrich Schuchardt
2020-10-10log: syslog: Handle errors in net_initSean Anderson
2020-10-10net: Expose some errors generated in net_initSean Anderson
2020-10-10log: Disable the syslog driver by defaultSimon Glass
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass
2020-10-10log: Drop #ifdef in log_testSimon Glass
2020-10-10log: Add a flag to enable log driversSimon Glass
2020-10-10lib: Allow hexdump to be used in SPLSimon Glass
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass
2020-10-09Merge branch '2020-10-09-kconfig-reorg'Tom Rini