summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima
2021-07-17imx8mq_evk: Enable the USB3.0 host portYe Li
2021-07-17arm: imx8mq: Add USB clock init functionYe Li
2021-07-17arm: dts: imx8mq: Add alias for two usb controllersYe Li
2021-07-17phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQYe Li
2021-07-16tools: Use a single target-independent config to enable OpenSSLAlexandru Gagniuc
2021-07-16image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macroAlexandru Gagniuc
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY macroAlexandru Gagniuc
2021-07-16lib: rsa: Remove #ifdefs from rsa.hAlexandru Gagniuc
2021-07-16lib: ecdsa: Remove #ifdefs from ecdsa.hAlexandru Gagniuc
2021-07-16image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc
2021-07-16common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc
2021-07-16common: Move host-only logic in image-sig.c to separate fileAlexandru Gagniuc
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass
2021-07-16Merge branch '2021-07-15-assorted-fixes'Tom Rini
2021-07-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2021-07-16Merge tag 'u-boot-stm32-20210715' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet
2021-07-16arm: socfpga: socfpga_stratix10: enable wdt command by defaultMengLi
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi
2021-07-16ARM: dts: stm32mp15: remove mmc aliasPatrick Delaunay
2021-07-16stm32mp: use device sequence number in boot_instance variablePatrick Delaunay
2021-07-16stm32mp: stm32prog: use defines for virtual partition sizePatrick Delaunay
2021-07-16configs: stm32mp1: activate command rngPatrick Delaunay
2021-07-16stm32mp: syscon: manage clock when present in device treePatrick Delaunay
2021-07-16clk: stm32mp1: add support of SYSCFG clockPatrick Delaunay
2021-07-16arm: dts: stm32mp15: alignment with v5.13Patrick Delaunay
2021-07-16stm32mp: cmd_stm32key: add subcommand closePatrick Delaunay
2021-07-16stm32mp: cmd_stm32key: add read OTP subcommandPatrick Delaunay
2021-07-16stm32mp: cmd_stm32key: add get_misc_dev functionPatrick Delaunay
2021-07-16stm32mp: cmd_stm32key: lock of PKH OTP after fusePatrick Delaunay
2021-07-16stm32mp: cmd_stm32key: handle error in fuse_hash_valuePatrick Delaunay
2021-07-16stm32mp: cmd_stm32key: use sub commandPatrick Delaunay
2021-07-16stm32mp: configs: activate the command stm32key only for ST boardsPatrick Delaunay