aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-08configs: spi: Add the SPI_FLASH_BAR for ESPIXiaowei Bao1-0/+1
2019-11-08fsl-layerscape: fix warning if no hwconfig is definedPankaj Bansal1-1/+3
2019-11-08drivers: net: fsl_enetc: fix RGMII configurationMichael Walle1-0/+3
2019-11-08drivers: net: fsl_enetc: set phydev->nodeMichael Walle1-0/+1
2019-11-08armv8: fsl-layerscape: introduce fsl_board_late_init()Michael Walle1-1/+6
2019-11-08armv8: fsl-lsch3: convert CONFIG_TARGET_x to CONFIG_ARCH_xMichael Walle1-5/+5
2019-11-08armv8: ls1028a: add erratum A-050382 workaroundLaurentiu Tudor2-0/+18
2019-11-08armv8: lx2160a: add icid setup for platform devicesLaurentiu Tudor7-4/+58
2019-11-08fsl-layerscape: add missing SATA3 and SATA4 base addressesLaurentiu Tudor1-0/+2
2019-11-08armv8: ls2088a: add icid setup for platform devicesLaurentiu Tudor5-1/+44
2019-11-08fsl-layerscape: fix compile error with sec fw disabledLaurentiu Tudor1-1/+1
2019-11-08armv8: fsl-layerscape: guard caam specific definesLaurentiu Tudor2-0/+4
2019-11-08fsl-layerscape: do not use layerscape EFI reset if PSCI usedMathew McBride1-1/+1
2019-11-08armv8: dts: ls1088a: add PSCI binding for LS1088AMathew McBride1-0/+5
2019-11-08pci: layerscape: Only set EP CFG READY bitPankaj Bansal1-1/+5
2019-11-07Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini12-271/+610
2019-11-06Merge branch '2019-11-06-reenable-llvm-in-ci'Tom Rini4-1/+18
2019-11-06gitlab/azure: Enable LLVM testsTom Rini2-0/+13
2019-11-06travis: Fix the clang-7 testTom Rini1-1/+1
2019-11-06common/console.c: Fix unused warning with console_doenv()Tom Rini1-0/+4
2019-11-06Makefile: fix dependency for imx targetsHeiko Schocher1-1/+9
2019-11-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini18-87/+992
2019-11-06Merge tag 'mmc-2019-11-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini3-260/+139
2019-11-06mpc85xx, socrates: add DM PCI supportHeiko Schocher4-46/+12
2019-11-06mpc85xx, socrates: enable DM serialHeiko Schocher3-12/+8
2019-11-06mpc85xx, socrates: enable DM I2CHeiko Schocher2-18/+4
2019-11-06mpc85xx, socrates: disable VIDEOHeiko Schocher3-196/+2
2019-11-06mpc85xx, socrates: get rid of DM_USB warningHeiko Schocher1-1/+2
2019-11-06mpc85xx, socrates: add DM supportHeiko Schocher3-7/+27
2019-11-06mpc85xx, dts, socrates: add u-boot specific dtsiHeiko Schocher2-0/+41
2019-11-06mpc85xx: add socrates dts from linuxHeiko Schocher3-1/+352
2019-11-06mpc85xx, socrates: suppress unknown flash warningHeiko Schocher1-0/+1
2019-11-06pci: add DM based mpc85xx driverHeiko Schocher4-0/+171
2019-11-05travis: Rework how we write the ~/.buildman fileTom Rini1-3/+3
2019-11-05Merge tag 'fdt-pull-5nov19' of git://git.denx.de/u-boot-fdtTom Rini54-1181/+1645
2019-11-05mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan1-0/+3
2019-11-05mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan1-5/+7
2019-11-05mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu1-104/+100
2019-11-05mmc: fsl_esdhc: always check write protect stateYangbo Lu2-12/+4
2019-11-05mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu1-14/+4
2019-11-05mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu1-35/+8
2019-11-05mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu1-48/+22
2019-11-05mmc: fsl_esdhc: fix voltage validationYangbo Lu2-32/+17
2019-11-05mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()Yangbo Lu1-36/+0
2019-11-04binman: Move to use Python 3Simon Glass1-1/+1
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-11-04binman: Convert a few tests to Python 3Simon Glass1-7/+7
2019-11-04binman: Remember the pre-reset entry sizeSimon Glass1-1/+8
2019-11-04pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-2/+2
2019-11-04pylibfdt: Sync up with upstreamSimon Glass1-12/+33