summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-13rockchip: rk3368: spl: add TPL supportPhilipp Tomsich3-0/+190
2017-08-13rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.hPhilipp Tomsich1-0/+1
2017-08-13rockchip: rk3368: dts: add DMC node in rk3368.dtsiPhilipp Tomsich1-6/+19
2017-08-13rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich9-61/+1303
2017-08-13rockchip: Makefile: streamline SPL/TPL configurationPhilipp Tomsich1-18/+28
2017-08-13net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich2-0/+79
2017-08-13rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich1-26/+107
2017-08-13rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich1-1/+1
2017-08-13rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich2-2/+20
2017-08-13rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich1-6/+7
2017-08-13rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich2-32/+95
2017-08-13rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQPhilipp Tomsich1-0/+4
2017-08-13rockchip: clk: rk3368: implement DPLL (DRAM PLL) supportPhilipp Tomsich1-0/+35
2017-08-13rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROMPhilipp Tomsich1-1/+17
2017-08-13rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driverPhilipp Tomsich1-0/+17
2017-08-13rockchip: clk: rk3368: implement bandwidth adjust for PLLsPhilipp Tomsich1-5/+12
2017-08-13rockchip: pinctrl: rk3368: add SPI supportPhilipp Tomsich1-0/+118
2017-08-13rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driverPhilipp Tomsich2-376/+366
2017-08-13rockchip: pinctrl: rk3368: add support for configuring the MMC pinsPhilipp Tomsich1-0/+48
2017-08-13rockchip: pinctrl: rk3368: add GMAC (RGMII only) supportPhilipp Tomsich1-0/+36
2017-08-13rockchip: rk3368: dts: add sgrf nodePhilipp Tomsich1-0/+5
2017-08-13rockchip: rk3368: grf: use shifted-constantsPhilipp Tomsich2-180/+242
2017-08-13rockchip: rk3368: syscon: SGRF support for OF_PLATDATAPhilipp Tomsich1-0/+9
2017-08-13rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATAPhilipp Tomsich1-0/+35
2017-08-13rockchip: rk3368: spl: add memory layout for TPL and SPLPhilipp Tomsich1-0/+11
2017-08-13rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHzPhilipp Tomsich1-0/+2