summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/02Dec2019Tom Rini2019-12-0215-11/+45
|\
| * configs: ls1028a: enable CMD_DMAlex Marginean2019-11-294-0/+4
| * board: fsl: lx2160a: Fix the typo in board_fix_fdtPankaj Bansal2019-11-291-1/+1
| * configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfigPriyanka Jain2019-11-294-0/+4
| * include/configs: ls1012a: add pfe stop commandBiwen Li2019-11-274-5/+5
| * armv8: ls1043aqds: modify the qspi_bootcmd definitionWen He2019-11-271-2/+2
| * configs: ls1028a: enable OF_LIBFDT_OVERLAYAlex Marginean2019-11-274-0/+4
| * armv8: ls1028a: Add environment variables to facilitate the bootYuantian Tang2019-11-271-3/+25
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2019-12-0245-4671/+0
|\ \
| * | MIPS: remove Micronas VCT boardsDaniel Schwierzeck2019-11-2945-4671/+0
| |/
* | Merge git://git.denx.de/u-boot-socfpgaWIP/28Nov2019Tom Rini2019-11-283-1/+24
|\ \
| * | ARM: socfpga: Unreset NAND in SPL on Gen5Marek Vasut2019-11-251-0/+7
| * | ARM: socfpga: Introduce u-boot-with-nand-spl.sfp targetMarek Vasut2019-11-251-0/+11
| * | ARM: socfpga: Add ArriaV ST/SX IDMarek Vasut2019-11-251-0/+2
| * | ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5Marek Vasut2019-11-251-0/+3
| * | ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disableMarek Vasut2019-11-251-1/+1
* | | Merge git://git.denx.de/u-boot-usbTom Rini2019-11-289-60/+364
|\ \ \
| * | | sandbox: enable USB_KEYBOARD_FN_KEYSHeinrich Schuchardt2019-11-254-0/+4
| * | | dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-252-18/+293
| * | | usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt2019-11-252-6/+6
| * | | usb: kbd: implement special keysHeinrich Schuchardt2019-11-252-0/+48
| * | | usb: kbd: simplify coding for arrow keysHeinrich Schuchardt2019-11-251-35/+12
| * | | usb: kbd: signature of usb_kbd_put_queue()Heinrich Schuchardt2019-11-251-1/+1
| * | | usb: kbd: fix typoHeinrich Schuchardt2019-11-251-1/+1
| |/ /
* | | Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-11-2813-180/+265
|\ \ \
| * | | mmc: tmio: sdhi: Add calibration tablesMarek Vasut2019-11-272-17/+89
| * | | mmc: tmio: sdhi: Skip bad tapsMarek Vasut2019-11-272-1/+49
| * | | mmc: tmio: sdhi: Add SCC error checkingMarek Vasut2019-11-271-0/+85
| * | | mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut2019-11-271-5/+3
| * | | mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut2019-11-271-4/+4
| * | | mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut2019-11-271-3/+3
| * | | mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut2019-11-271-3/+6
| * | | mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2019-11-272-8/+11
| * | | mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2019-11-272-15/+17
| * | | mpc83xx: remove unused clock.hYangbo Lu2019-11-271-22/+0
| * | | arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu2019-11-275-35/+0
| * | | arm: ls1021a: drop redundant board_mmc_init()Yangbo Lu2019-11-273-43/+0
| * | | mmc: fsl_esdhc: get clock directly from global dataYangbo Lu2019-11-271-30/+4
| * | | mmc: sdhci: make sdhci_get_cd staticBaruch Siach2019-11-271-1/+1
| | |/ | |/|
* | | Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-11-2838-538/+1014
|\ \ \
| * | | stm32mp1: add support for virtual partition readPatrick Delaunay2019-11-264-0/+86
| * | | stm32mp1: board: add spi nand supportPatrick Delaunay2019-11-262-5/+37
| * | | stm32mp1: configs: activate CONFIG_MTD_SPI_NANDPatrick Delaunay2019-11-263-0/+3
| * | | stm32mp1: activate SET_DFU_ALT_INFOPatrick Delaunay2019-11-263-0/+194
| * | | stm32mp1: activate DFU support and command MTDPatrick Delaunay2019-11-263-0/+12
| * | | ARM: dts: stm32: update eMMC configuration for stm32mp157c-ev1Patrick Delaunay2019-11-264-8/+66
| * | | ARM: dts: stm32: DT alignment with kernel v5.4-rc4Patrick Delaunay2019-11-2612-15/+239
| * | | ARM: dts: stm32: DT alignment with kernel v5.3Patrick Delaunay2019-11-2622-511/+377
| * | | configs: stih410-b2260: Enable DM_ETH flagPatrice Chotard2019-11-261-0/+1
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-11-2859-0/+109
|\ \ \ | |/ / |/| |