summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-13nvme: Add show routine to print detailed informationZhikang Zhang3-1/+139
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang9-0/+1753
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang4-1/+9
2017-08-13arm: mvebu: ddr3_debug: remove self assignmentsxypron.glpk@gmx.de1-9/+0
2017-08-13arm: mvebu: remove self assignmentxypron.glpk@gmx.de1-2/+0
2017-08-13tpm: add missing va_endxypron.glpk@gmx.de1-1/+4
2017-08-13ARM: hisilicon: hikey: do not rely on random stack valuexypron.glpk@gmx.de1-1/+1
2017-08-13stm32: remove redundant 'else if'xypron.glpk@gmx.de1-1/+1
2017-08-13arm: mvebu: avoid possible NULL dereferencexypron.glpk@gmx.de1-5/+5
2017-08-13armv7m: mpu_config add missing breakxypron.glpk@gmx.de1-0/+1
2017-08-13bcm281xx: clock: avoid possible NULL dereferencexypron.glpk@gmx.de1-2/+2
2017-08-13arm: bcm235xx: clk_set_rate avoid possible NULL derefxypron.glpk@gmx.de1-1/+1
2017-08-13arm: bcm235xx: avoid possible NULL dereferencexypron.glpk@gmx.de1-1/+1
2017-08-13arm: spear: do not return random value from stackxypron.glpk@gmx.de1-1/+1
2017-08-13api: remove superfluous assignmentxypron.glpk@gmx.de1-1/+1
2017-08-13Convert CONFIG_OMAP3_SPI to KconfigAdam Ford69-24/+54
2017-08-13rockchip: clk: remove RATE_TO_DIVKever Yang7-29/+20
2017-08-13rockchip: clk: update dwmmc clock divKever Yang6-19/+26
2017-08-13rockchip: rk322x: update max-frequency for mmc nodeKever Yang2-3/+2
2017-08-13rockchip: dts: rk322x: add sdmmc device nodeKever Yang2-0/+74
2017-08-13scripts: setlocalversion: safely extract variables from auto.conf using awkPhilipp Tomsich1-1/+5
2017-08-13rockchip: rk322x: set the DDR region as non-secure in SPLKever Yang1-0/+4
2017-08-13rockchip: rk3288: fix EMMC_DIV_MASK definition in headerKever Yang1-1/+1
2017-08-13rockchip: rk3368: spl: move SPL_LDSCRIPT to KconfigPhilipp Tomsich2-1/+3
2017-08-13spl: moveconfig: remove SPL_LDSCRIPT definitions for header-filesPhilipp Tomsich62-84/+0
2017-08-13spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich13-0/+50
2017-08-13rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich4-4/+14
2017-08-13rockchip: remove the hard coded uart iomux setting for px5 evbAndy Yan1-24/+0
2017-08-13rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boardsAndy Yan3-0/+3
2017-08-13rockchip: add u-boot specific dts for rk3368 based boardsAndy Yan3-0/+102
2017-08-13rockchip: rk3368: remove setup of secure timer from TPL/SPLPhilipp Tomsich2-39/+0
2017-08-13rockchip: lion-rk3368: defconfig: enable DM timer for all stagesPhilipp Tomsich2-1/+5
2017-08-13dts: rk3368: make timer0 accessible for SPL and TPLPhilipp Tomsich2-1/+6
2017-08-13rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich3-0/+115
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich7-13/+24
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich1-2/+6
2017-08-13configs: mpc85xx: fix fallout from SPL/TPL changesPhilipp Tomsich16-16/+32
2017-08-13rockchip: board: puma_rk3399: rename ATF firmwareKlaus Goger2-2/+2
2017-08-13rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.itsPhilipp Tomsich1-9/+9
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich4-7/+10
2017-08-13rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size fr...Philipp Tomsich1-0/+2
2017-08-13armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich1-1/+1
2017-08-13spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich1-0/+39
2017-08-13rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368Philipp Tomsich2-2/+7
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich3-3/+27
2017-08-13rockchip: board: lion-rk3368: add support for the RK3368-uQ7Philipp Tomsich13-4/+583
2017-08-13rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich1-0/+9
2017-08-13rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368Philipp Tomsich1-0/+7
2017-08-13rockchip: rk3368: spl: add SPL supportPhilipp Tomsich2-1/+99
2017-08-13rockchip: spl: make spl-boot-order code reusable (split from rk3399)Philipp Tomsich3-105/+109