summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-09arm: Round the dma_alloc_coherent memory size to cache line alignedYe Li1-1/+1
2019-01-09doc: README.commands: fix typeHeinrich Schuchardt1-1/+1
2019-01-09dm: video: lcd: MIGRATION: Add migration plan for videoSimon Glass2-0/+18
2019-01-09dm: pci: MIGRATION: Add migration plan for PCISimon Glass2-0/+20
2019-01-09igep003x: MAINTAINER: Remove myself as maintainer and add JavierEnric Balletbo i Serra1-1/+1
2019-01-09Add a github template telling people to not use pull requests thereTom Rini1-0/+3
2019-01-09mmc: bring back partition init for non-DM MMC driversAndre Przywara1-0/+4
2019-01-09sunxi: drop default SPL_LIBDISK_SUPPORT enablementAndre Przywara1-1/+0
2019-01-09Makefile: Correct logic for DM_SCSI + unconverted drivers checkTom Rini1-1/+3
2019-01-08Prepare v2019.01-rc3Tom Rini1-1/+1
2019-01-08configs: Resync with savedefconfigTom Rini305-493/+140
2019-01-07Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini9-15/+20
2019-01-06Merge tag 'for-master-20190106' of git://git.denx.de/u-boot-rockchipTom Rini1-2/+3
2019-01-06rockchip: rk3399: fix missing braces in full pinctrlPhilipp Tomsich1-2/+3
2019-01-04exynos: Leave the compiler to choose the register to avoid possible r0 corrup...Guillaume GARDET1-2/+1
2019-01-03Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-videoTom Rini4-4/+26
2019-01-03Merge tag 'for-master-20190103' of git://git.denx.de/u-boot-rockchipTom Rini16-13/+317
2019-01-03exynos: allow SPL to build in thumb modeGuillaume GARDET1-1/+2
2019-01-03rockchip: rk3399-puma: Set VDD_LOG to 950 mV.Christoph Muellner1-1/+1
2019-01-03rockchip: rk3399-puma: enable full pinctrl driver in Puma defconfig.Christoph Muellner1-0/+1
2019-01-03rockchip: rk3399: Add Kconfig option for full pinctrl driverChristoph Muellner2-0/+19
2019-01-03rockchip: rk3399: Add improved pinctrl driver.Christoph Muellner1-0/+227
2019-01-03dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner2-0/+34
2019-01-03rockchip: rk3399-puma: enable PWM regulator in Puma defconfig.Christoph Muellner1-0/+1
2019-01-03power: regulator: Allow PWM regulator to be omitted from SPL.Christoph Muellner2-1/+8
2019-01-03rockchip: rk3399-puma: Cleanup of vdd_log DTS entry.Christoph Muellner1-4/+1
2019-01-03rockchip: ram: update license for sdram driverKever Yang6-6/+6
2019-01-03rockchip: rk3036: ram: update licenseKever Yang1-2/+2
2019-01-02rockchip: sdram-common: fix wrong size for 4GB in 32bit SoCKever Yang1-0/+18
2019-01-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini4-4/+34
2019-01-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-10/+8
2019-01-01dm: MIGRATION: Update migration plan for DM_SPI_FLASHJagan Teki1-0/+10
2019-01-01dm: MIGRATION: Update migration plan for SPIJagan Teki2-3/+18
2019-01-01mtd: nand: raw: Add Hynix H27UBG8T2BTR id tableNikolai Zhubr1-0/+4
2019-01-01spi: sun4i: Add rx_buf NULL pointer checkStefan Mavrodiev1-1/+2
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini106-564/+8718
2019-01-01pico-imx7d: Increase the CONFIG_ENV_OFFSET sizeFabio Estevam1-1/+13
2019-01-01nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)Lukasz Majewski1-0/+47
2019-01-01Kconfig: Add entry for VF610 NAND NFC device tree aware driverLukasz Majewski1-0/+11
2019-01-01nand: vybrid: Use calloc() instead of malloc() to allocate struct nfcLukasz Majewski1-1/+1
2019-01-01imx: mx53ppd: fix build errorPeng Fan1-3/+3
2019-01-01pcm058: fix NAND flash not using badblock tableHarald Seiler1-0/+1
2019-01-01imx8m: ddr: removed unused macrosPeng Fan1-188/+0
2019-01-01imx: add i.MX8MQ EVK supportPeng Fan13-0/+3671
2019-01-01drivers: ddr: introduce DDR driver for i.MX8MPeng Fan12-0/+2084
2019-01-01imx: imx8m: add lpddr4 header filePeng Fan1-0/+97
2019-01-01imx: imx8m: not build bootaux when building SPLPeng Fan1-0/+2
2019-01-01imx: imx8mq: build flash.binPeng Fan3-0/+73
2019-01-01imx: imx8m: introduce imximage cfg filePeng Fan1-0/+17
2019-01-01imx: imx8m: introduce script to generate fit imagePeng Fan1-0/+137