summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-2419-519/+712
|\
| * cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot2018-08-216-0/+455
| * device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-212-19/+49
| * dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-214-12/+34
| * dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot2018-08-211-6/+10
| * uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-212-0/+32
| * net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot2018-08-211-1/+2
| * usb: gadget: Add bcdDevice for the DWC3 USB Gadget ControllerJean-Jacques Hiblot2018-08-211-0/+2
| * usb: musb-new: omap2430: Enable DM_USB and OF supportAdam Ford2018-08-211-1/+149
| * usb: musb-new: omap2430: Remove dead codeAdam Ford2018-08-211-512/+0
| * cmd: fastboot: Validate user inputSam Protsenko2018-08-211-1/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-246-54/+80
|\ \
| * | usb: musb-new: Call musb_platform_exit from musb_stopJagan Teki2018-08-231-0/+1
| * | usb: musb-new: sunxi: Add proper musb exit supportJagan Teki2018-08-231-21/+28
| * | musb-new: sunxi: Access ahb_reset0_cfg via ccm offsetJagan Teki2018-08-231-12/+28
| * | usb: musb-new: sunxi: Allocate struct phy in privateJagan Teki2018-08-231-13/+11
| * | usb: musb-new: Fix improper musb host pointerJagan Teki2018-08-235-15/+19
* | | ARM: dts: am33xx: fix SLEWCTRL_FAST pinctrl bindingChristian Amann2018-08-241-1/+2
* | | env: ubi: Add missing ENV_NAMEMarek Vasut2018-08-241-0/+1
* | | u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-08-241-1/+4
* | | ARM: display5: Remove "factory procedure" from display5 board configLukasz Majewski2018-08-242-23/+1
* | | dm: test: Fix typo in test-main commentMichal Simek2018-08-241-1/+1
* | | malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt2018-08-241-1/+2
* | | board: arm: bcmstb: Declare get_ticks in timer.hThomas Fitzsimmons2018-08-241-1/+1
* | | boards: amlogic: remove ethernet gpio reset code from boardsBeniamino Galvani2018-08-242-12/+0
* | | common: avb_verify: Fix division by zero in mmc_byte_io()Eugeniu Rosca2018-08-241-0/+3
* | | common: avb_verify: Fix never-occurring avb_free(ops_data)Eugeniu Rosca2018-08-241-1/+1
* | | common: avb_verify: Fix memory leaksEugeniu Rosca2018-08-241-5/+8
* | | common: avb_verify: Make local data staticEugeniu Rosca2018-08-241-1/+1
* | | common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDSEugeniu Rosca2018-08-241-0/+1
* | | common: avb_verify: Fix invalid 'for' loop conditionEugeniu Rosca2018-08-241-1/+1
* | | libavb: Handle wrong hashtree_error_mode in avb_append_options()Ievgen Maliarenko2018-08-241-0/+3
* | | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-08-233-1/+3
|\ \ \
| * | | armv8: layerscape: Build u-boot-with-spl.bin for selected boardsJagdish Gediya2018-08-232-0/+2
| * | | armv8: fsl-layerscape: Update README.falcon for compressionYork Sun2018-08-231-1/+1
| |/ /
* | | Partially revert "efi_loader: Rename sections to allow for implicit data"Simon Glass2018-08-232-8/+4
* | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2018-08-223-8/+29
|\ \ \
| * | | ARM: tegra: avoid more operations in non-secure worldStephen Warren2018-08-212-8/+19
| * | | arm: tegra: Restore host1x/dc dm-pre-reloc propertiesNicolas Chauvet2018-08-211-0/+10
| |/ /
* | | Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini2018-08-2116-82/+250
|\ \ \ | |/ / |/| |
| * | cmd: efi: Clarify calculation precedence for '&' and '?'Eugeniu Rosca2018-08-211-1/+1
| * | efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributesEugeniu Rosca2018-08-212-0/+7
| * | efi: Fix truncation of constant valueEugeniu Rosca2018-08-213-29/+24
| * | efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt2018-08-211-8/+14
| * | efi_selftest: correct block device unit testHeinrich Schuchardt2018-08-201-1/+1
| * | efi_loader: document runtime functionsHeinrich Schuchardt2018-08-201-4/+149
| * | efi_loader: update runtime services table crc32Heinrich Schuchardt2018-08-203-12/+18
| * | lib: crc32: mark function crc32() as __efi_runtimeHeinrich Schuchardt2018-08-201-12/+14
| * | efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt2018-08-201-1/+3
| * | efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro2018-08-201-1/+2