summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common: Move CONFIG_BOOTARGS to KconfigSam Protsenko2017-08-14418-544/+551
* ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not definedTom Rini2017-08-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-08-14203-860/+4234
|\
| * rockchip: clk: remove RATE_TO_DIVKever Yang2017-08-137-29/+20
| * rockchip: clk: update dwmmc clock divKever Yang2017-08-136-19/+26
| * rockchip: rk322x: update max-frequency for mmc nodeKever Yang2017-08-132-3/+2
| * rockchip: dts: rk322x: add sdmmc device nodeKever Yang2017-08-132-0/+74
| * scripts: setlocalversion: safely extract variables from auto.conf using awkPhilipp Tomsich2017-08-131-1/+5
| * rockchip: rk322x: set the DDR region as non-secure in SPLKever Yang2017-08-131-0/+4
| * rockchip: rk3288: fix EMMC_DIV_MASK definition in headerKever Yang2017-08-131-1/+1
| * rockchip: rk3368: spl: move SPL_LDSCRIPT to KconfigPhilipp Tomsich2017-08-132-1/+3
| * spl: moveconfig: remove SPL_LDSCRIPT definitions for header-filesPhilipp Tomsich2017-08-1362-84/+0
| * spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich2017-08-1313-0/+50
| * rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich2017-08-134-4/+14
| * rockchip: remove the hard coded uart iomux setting for px5 evbAndy Yan2017-08-131-24/+0
| * rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boardsAndy Yan2017-08-133-0/+3
| * rockchip: add u-boot specific dts for rk3368 based boardsAndy Yan2017-08-133-0/+102
| * rockchip: rk3368: remove setup of secure timer from TPL/SPLPhilipp Tomsich2017-08-132-39/+0
| * rockchip: lion-rk3368: defconfig: enable DM timer for all stagesPhilipp Tomsich2017-08-132-1/+5
| * dts: rk3368: make timer0 accessible for SPL and TPLPhilipp Tomsich2017-08-132-1/+6
| * rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich2017-08-133-0/+115
| * dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-137-13/+24
| * timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich2017-08-131-2/+6
| * configs: mpc85xx: fix fallout from SPL/TPL changesPhilipp Tomsich2017-08-1316-16/+32
| * rockchip: board: puma_rk3399: rename ATF firmwareKlaus Goger2017-08-132-2/+2
| * rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.itsPhilipp Tomsich2017-08-131-9/+9
| * moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-134-7/+10
| * rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size fr...Philipp Tomsich2017-08-131-0/+2
| * armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich2017-08-131-1/+1
| * spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich2017-08-131-0/+39
| * rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368Philipp Tomsich2017-08-132-2/+7
| * spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-133-3/+27
| * rockchip: board: lion-rk3368: add support for the RK3368-uQ7Philipp Tomsich2017-08-1313-4/+583
| * rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich2017-08-131-0/+9
| * rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368Philipp Tomsich2017-08-131-0/+7
| * rockchip: rk3368: spl: add SPL supportPhilipp Tomsich2017-08-132-1/+99
| * rockchip: spl: make spl-boot-order code reusable (split from rk3399)Philipp Tomsich2017-08-133-105/+109
| * rockchip: rk3368: spl: add TPL supportPhilipp Tomsich2017-08-133-0/+190
| * rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.hPhilipp Tomsich2017-08-131-0/+1
| * rockchip: rk3368: dts: add DMC node in rk3368.dtsiPhilipp Tomsich2017-08-131-6/+19
| * rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich2017-08-139-61/+1303
| * rockchip: Makefile: streamline SPL/TPL configurationPhilipp Tomsich2017-08-131-18/+28
| * net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich2017-08-132-0/+79
| * rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich2017-08-131-26/+107
| * rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich2017-08-131-1/+1
| * rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich2017-08-132-2/+20
| * rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich2017-08-131-6/+7
| * rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich2017-08-132-32/+95
| * rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQPhilipp Tomsich2017-08-131-0/+4
| * rockchip: clk: rk3368: implement DPLL (DRAM PLL) supportPhilipp Tomsich2017-08-131-0/+35