aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-23cmd: bootefi: carve out do_bootefi_image() from do_bootefi()AKASHI Takahiro1-55/+67
2019-04-23cmd: bootefi: carve out bootmgr code from do_bootefi()AKASHI Takahiro1-8/+36
2019-04-23cmd: bootefi: move do_bootefi_bootmgr_exec() forwardAKASHI Takahiro1-21/+21
2019-04-23cmd: bootefi: carve out efi_selftest code from do_bootefi()AKASHI Takahiro1-53/+92
2019-04-23cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()AKASHI Takahiro1-38/+27
2019-04-23cmd: bootefi: carve out fdt handling from do_bootefi()AKASHI Takahiro1-16/+38
2019-04-23cmd: bootefi: rework set_load_options()AKASHI Takahiro1-9/+27
2019-04-23efi_loader: more short texts for protocols in efidebugHeinrich Schuchardt1-0/+20
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt16-35/+31
2019-04-23efi_loader: export root node handleAKASHI Takahiro2-2/+6
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro1-3/+4
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini39-251/+680
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini37-129/+560
2019-04-21usb: dwc2: fix gadget disconnectFabrice Gasnier2-3/+17
2019-04-21usb: reload watchdog during ums commandPatrick Delaunay1-0/+3
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca1-0/+14
2019-04-21fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan1-3/+3
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay6-3/+90
2019-04-21stm32mp1: migrate USBOTG device to driver modelPatrick Delaunay7-157/+32
2019-04-21stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBOPatrick Delaunay2-2/+0
2019-04-21usb: dwc2: add support for STM32MP1Patrick Delaunay4-2/+56
2019-04-21usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard2-2/+15
2019-04-21usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay3-9/+20
2019-04-21usb: dwc2: Add function for session B checkPatrick Delaunay2-0/+11
2019-04-21usb: dwc2: Add force-b-session-valid supportPatrick Delaunay3-2/+16
2019-04-21usb: dwc2: force reset assert before to probe the driverPatrick Delaunay1-1/+6
2019-04-21usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay2-2/+344
2019-04-21usb: dwc2: remove unused variable regs_otgPatrick Delaunay1-3/+0
2019-04-21phy: usbphyc: increase PLL wait timeoutPatrick Delaunay1-6/+4
2019-04-21phy: usbphyc: move vdda1v1 and vdda1v8 in phy_initPatrick Delaunay1-29/+31
2019-04-21phy: usbphyc: Binding update of vdda supplyPatrick Delaunay4-34/+35
2019-04-21phy: usbphyc: update xlate with DT bindingPatrick Delaunay1-9/+10
2019-04-21phy: usbphyc: remove unused variable indexPatrick Delaunay1-2/+0
2019-04-21fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca1-2/+2
2019-04-21fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca1-1/+1
2019-04-21dfu: Avoid declaring unused variables and absent parametersAndy Shevchenko1-0/+3
2019-04-19usb: Select USB_MUSB_DSPS with USB_MUSB_TIAlex Kiernan9-8/+1
2019-04-19configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to KconfigAlex Kiernan10-14/+9
2019-04-18Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arcTom Rini11-64/+314
2019-04-18ARC: [plat-axs10x]: migrate to DM_MMCEugeniy Paltsev3-29/+30
2019-04-18ARC: [plat-hsdk]: migrate to DM_MMCEugeniy Paltsev3-35/+34
2019-04-18ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboardsEugeniy Paltsev5-0/+250
2019-04-17timer: dw-apb: Add missing 64bit up-conversionMarek Vasut1-1/+1
2019-04-17arm: dts: Stratix10: Add QSPI nodeLey Foon Tan3-0/+73
2019-04-17ddr: altera: Stratix10: Add ECC memory scrubbingLey Foon Tan2-0/+90
2019-04-17arm: socfpga: stratix10: Add cpu_has_been_warmreset()Ley Foon Tan2-0/+12
2019-04-17arm: dts: Stratix10: Modify stratix10 socdk memory nodeLey Foon Tan1-1/+3
2019-04-17configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2Ley Foon Tan1-1/+1
2019-04-17ddr: altera: Stratix10: Add multi-banks DRAM size checkLey Foon Tan1-5/+41
2019-04-17ddr: altera: stratix10: Move SDRAM size check to SDRAM driverLey Foon Tan2-11/+15