aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-07cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZESAlexander Dahl2-3/+11
2019-11-07cmd: nand: Remove not used declarationAlexander Dahl1-1/+0
2019-11-07arm: caches: Disable mmu only if mmu is availableLokesh Vutla1-0/+6
2019-11-07hush: re-sequence includesHeinrich Schuchardt1-1/+1
2019-11-07dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt1-1/+1
2019-11-07spl: fix SPI config dependenciesSimon Goldschmidt1-10/+11
2019-11-07arm: socfpga: gen5: fix ERR_PTR_OFFSETSimon Goldschmidt1-0/+3
2019-11-07linux err: make ERR_PTR/PTR_ERR architecture specificSimon Goldschmidt1-4/+4
2019-11-07Kconfig add config ERR_PTR_OFFSETSimon Goldschmidt1-0/+14
2019-11-07arm64: Add memcpy_{from, to}io() and memset_io() helpersVignesh Raghavendra1-0/+97
2019-11-07api: storage: Add the missing write operation supportCristian Ciocaltea3-21/+63
2019-11-07configs: Resync with savedefconfigTom Rini414-851/+57
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
2019-11-04pylibfdt: Convert to Python 3Simon Glass6-33/+6
2019-11-04rkmux: Convert to Python 3Simon Glass1-8/+8
2019-11-04move_config: Convert to Python 3Simon Glass1-41/+41