aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-18Merge tag 'mips-pull-2021-07-18' of https://source.denx.de/u-boot/custodians/...WIP/18Jul2021Tom Rini8-7/+284
2021-07-18MIPS: malta: enable PCI driver modelDaniel Schwierzeck1-0/+4
2021-07-18MIPS: malta: add support for PCI driver modelDaniel Schwierzeck1-1/+79
2021-07-18MIPS: malta: add DT bindings for PCI host controllerDaniel Schwierzeck1-0/+28
2021-07-18pci: msc01: convert to driver modelDaniel Schwierzeck1-1/+71
2021-07-18pci: gt64120: convert to driver modelDaniel Schwierzeck1-1/+73
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck2-3/+19
2021-07-18mips: mt7688: gardena-smart-gateway: Adjust to production valuesReto Schneider1-1/+10
2021-07-18Merge tag 'efi-2021-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini11-480/+192
2021-07-18doc: Update CapsuleUpdate READMEsIlias Apalodimas2-203/+125
2021-07-18mkeficapsule: Remove dtb related optionsIlias Apalodimas1-222/+7
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas7-47/+49
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima1-1/+1
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu1-5/+1
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2-2/+9
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini31-236/+259
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...WIP/17Jul2021Tom Rini55-290/+2826
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima1-14/+25
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima1-6/+12
2021-07-17imx8mq_evk: Enable the USB3.0 host portYe Li2-0/+13
2021-07-17arm: imx8mq: Add USB clock init functionYe Li2-0/+23
2021-07-17arm: dts: imx8mq: Add alias for two usb controllersYe Li1-0/+2
2021-07-17phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQYe Li3-0/+205
2021-07-16tools: Use a single target-independent config to enable OpenSSLAlexandru Gagniuc2-17/+42
2021-07-16image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc1-0/+13
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macroAlexandru Gagniuc1-3/+0
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY macroAlexandru Gagniuc1-4/+1
2021-07-16lib: rsa: Remove #ifdefs from rsa.hAlexandru Gagniuc1-47/+0
2021-07-16lib: ecdsa: Remove #ifdefs from ecdsa.hAlexandru Gagniuc1-25/+0
2021-07-16image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc1-21/+0
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc2-10/+16
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc2-0/+14
2021-07-16common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc1-37/+2
2021-07-16common: Move host-only logic in image-sig.c to separate fileAlexandru Gagniuc2-1/+134
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass2-6/+1
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass2-24/+3
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass2-9/+1
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass2-2/+2
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass18-19/+19
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass8-13/+13
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass2-8/+8
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass3-10/+10
2021-07-16Merge branch '2021-07-15-assorted-fixes'Tom Rini17-41/+77
2021-07-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/16Jul2021Tom Rini3-5/+17
2021-07-16Merge tag 'u-boot-stm32-20210715' of https://source.denx.de/u-boot/custodians...Tom Rini18-76/+369
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet1-1/+1
2021-07-16arm: socfpga: socfpga_stratix10: enable wdt command by defaultMengLi1-0/+1
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi1-4/+15
2021-07-16ARM: dts: stm32mp15: remove mmc aliasPatrick Delaunay2-3/+0
2021-07-16stm32mp: use device sequence number in boot_instance variablePatrick Delaunay3-9/+46