aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-01Prepare v2018.11-rc1v2018.11-rc1Tom Rini1-2/+2
2018-10-01MAINTAINERS: at91: update entry for at91 boardsEugen Hristev10-10/+10
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini97-199/+3211
2018-09-30MAINTAINERS: Update some entries for missed boardsTom Rini3-1/+3
2018-09-30fs: btrfs: Fix cache alignment bugsMarek Vasut3-13/+17
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried1-1/+2
2018-09-30db410c: automatically launch fastbootRamon Fried1-1/+2
2018-09-30DB410c: Enable fastboot supportRamon Fried1-0/+10
2018-09-30usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried1-0/+12
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried1-0/+6
2018-09-30ehci: msm: use init_type in probeRamon Fried1-2/+4
2018-09-30ehci: msm: switch to generic PHY uclassRamon Fried2-45/+10
2018-09-30configs: db410c: Enable USB PHYRamon Fried1-0/+1
2018-09-30dts: db410c: Add bindings for MSM USB phyRamon Fried1-0/+7
2018-09-30phy: db410c: Add MSM USB PHY driverRamon Fried4-0/+119
2018-09-30db410c: serial# env using msm board serialRamon Fried2-0/+11
2018-09-30dts: db410c: add alias for USBRamon Fried1-0/+4
2018-09-30ehci: msm: Add missing platdataRamon Fried1-0/+1
2018-09-30ehci: Replace board_prepare_usb with board_usb_initRamon Fried2-9/+4
2018-09-30serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCsPatrice Chotard1-1/+1
2018-09-30u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton1-1/+4
2018-09-30kbuild: fix # escaping in appending U-Boot own DTMasahiro Yamada1-1/+1
2018-09-30Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-2/+3
2018-09-30spl: mmc: Report device number when we failAlex Kiernan1-1/+2
2018-09-30clk: Add support for Arm's Versatile Express OSC clock generatorsLiviu Dudau3-0/+117
2018-09-30cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton1-1/+2
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini35-31/+2791
2018-09-29dm: test: Add "/firmware" node scan testRajan Vaja7-1/+52
2018-09-29firmware: Add FIRMWARE config prompt stringRajan Vaja1-1/+1
2018-09-29sandbox: Add an explanation of the sandbox variantsSimon Glass1-0/+24
2018-09-29buildman: Avoid hanging when the config changesSimon Glass1-1/+1
2018-09-29include/dm.h: Remove duplicated include directiveLiviu Dudau1-1/+0
2018-09-29include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau1-1/+1
2018-09-29fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander1-23/+21
2018-09-29cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut1-0/+37
2018-09-29test: Add tests for board uclassMario Six12-1/+198
2018-09-29board: Add gazerbeam driverMario Six4-0/+336
2018-09-29drivers: Add board uclassMario Six7-0/+216
2018-09-29test: Add tests for dev_{enable, disable}_by_pathMario Six1-0/+28
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six2-0/+94
2018-09-29test: Add tests for DT-manipulation functionsMario Six1-0/+54
2018-09-29core: Add functions to set properties in live-treeMario Six2-0/+116
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass4-8/+46
2018-09-29binman: Support ELF files for U-Boot and SPLSimon Glass6-0/+130
2018-09-29binman: Correct fmap output on x86Simon Glass8-16/+121
2018-09-29binman: Record the parent section of each sectionSimon Glass3-4/+9
2018-09-29binman: Support x86 microcode in TPLSimon Glass9-21/+151
2018-09-29binman: Support hashing entriesSimon Glass9-0/+143
2018-09-29binman: Mention section attributes in docsSimon Glass1-2/+2
2018-09-29binman: Support expanding entriesSimon Glass8-2/+136