aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini108-749/+2141
2018-05-31Merge tag 'arc-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini14-40/+308
2018-05-31ARC: Add support for EM Development Kit boardAlexey Brodkin9-0/+226
2018-05-31ARC: Use elf32-bigarc in case of -EBAlexey Brodkin1-1/+1
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin1-5/+9
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin1-1/+1
2018-05-31ARC: Move .ivt section to the very beginning of the imageAlexey Brodkin1-7/+8
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin1-22/+54
2018-05-31ARC: Make sure .ivt section is not purged by garbage collectorAlexey Brodkin1-1/+1
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin1-4/+8
2018-05-31MAINTAINERS: Add board/synopsys/Alexey Brodkin1-0/+1
2018-05-31tests: Make test_log.py tests depend on cmd_log not logTom Rini1-2/+2
2018-05-31Remove snapshot.commitHeinrich Schuchardt1-1/+0
2018-05-31gitignore: remove stale /LOG patternMasahiro Yamada1-1/+0
2018-05-31logos: provide U-Boot logoHeinrich Schuchardt2-0/+248
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca2-5/+5
2018-05-31scripts/dtc: Re-sync with Linux 4.17-rc4Eugeniu Rosca6-4717/+3
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring23-330/+632
2018-05-31scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9Rob Herring2-1/+10
2018-05-31board: eets: pdu001: Fix wrong default value in KconfigEugeniu Rosca1-1/+1
2018-05-31kconfig: re-sync with Linux 4.17-rc4Eugeniu Rosca77-5621/+1693
2018-05-30Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini7-41/+80
2018-05-30Merge git://git.denx.de/u-boot-riscvTom Rini40-207/+878
2018-05-30fastboot: Update fastboot documentationAlex Kiernan1-84/+156
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan39-363/+156
2018-05-30fastboot: Add support for 'oem format' commandAlex Kiernan3-0/+44
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan18-20/+1338
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan8-13/+28
2018-05-30fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to KconfigAlex Kiernan2-1/+7
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan2-0/+23
2018-05-30ti: fastboot: Move weak overrides to board filesAlex Kiernan3-10/+20
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan5-18/+75
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan2-2/+2
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan8-15/+25
2018-05-30fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan1-1/+1
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan1-13/+0
2018-05-30fastboot: Add missing newlinesAlex Kiernan1-14/+14
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan4-28/+15
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan5-16/+88
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan9-97/+105
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan47-79/+75
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich1-16/+0
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng1-1/+8
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng1-0/+1
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng1-1/+1
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz1-1/+4
2018-05-30travis.yml: Support RISC-V 64-bitRick Chen1-3/+3
2018-05-29Merge git://git.denx.de/u-boot-marvellTom Rini69-96/+2262