aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-13rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]Philipp Tomsich1-2/+3
2017-08-13rockchip: rk3368: mkimage: add support for the RK3368Philipp Tomsich1-0/+1
2017-08-13rockchip: rk3368: improve Kconfig text for the RK3368Philipp Tomsich1-6/+9
2017-08-13rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/...Philipp Tomsich1-3/+1
2017-08-13drivers: spl: consistently use the $(SPL_TPL_) macroPhilipp Tomsich1-20/+16
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2-1/+8
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2-23/+23
2017-08-13lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich1-5/+5
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich1-0/+9
2017-08-13spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPLPhilipp Tomsich2-2/+11
2017-08-13armv8: spl: Support separate stack for TPLPhilipp Tomsich2-1/+4
2017-08-13armv8: move low-level assembly functions into function-sectionsPhilipp Tomsich3-1/+31
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2-2/+16
2017-08-13spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPLPhilipp Tomsich3-3/+33
2017-08-13spl: dm: Kconfig: split CLK support for SPL and TPLPhilipp Tomsich2-1/+11
2017-08-13spl: dm: Kconfig: SPL_CLK depends on SPL_DMPhilipp Tomsich1-1/+1
2017-08-13spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich1-0/+9
2017-08-13spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich1-1/+1