summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich
2017-08-13rockchip: board: lion-rk3368: add support for the RK3368-uQ7Philipp Tomsich
2017-08-13rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich
2017-08-13rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368Philipp Tomsich
2017-08-13rockchip: rk3368: spl: add SPL supportPhilipp Tomsich
2017-08-13rockchip: spl: make spl-boot-order code reusable (split from rk3399)Philipp Tomsich
2017-08-13rockchip: rk3368: spl: add TPL supportPhilipp Tomsich
2017-08-13rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.hPhilipp Tomsich
2017-08-13rockchip: rk3368: dts: add DMC node in rk3368.dtsiPhilipp Tomsich
2017-08-13rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich
2017-08-13rockchip: Makefile: streamline SPL/TPL configurationPhilipp Tomsich
2017-08-13net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich
2017-08-13rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich
2017-08-13rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: implement DPLL (DRAM PLL) supportPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROMPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driverPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: implement bandwidth adjust for PLLsPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: add SPI supportPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driverPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: add support for configuring the MMC pinsPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: add GMAC (RGMII only) supportPhilipp Tomsich
2017-08-13rockchip: rk3368: dts: add sgrf nodePhilipp Tomsich
2017-08-13rockchip: rk3368: grf: use shifted-constantsPhilipp Tomsich
2017-08-13rockchip: rk3368: syscon: SGRF support for OF_PLATDATAPhilipp Tomsich
2017-08-13rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATAPhilipp Tomsich
2017-08-13rockchip: rk3368: spl: add memory layout for TPL and SPLPhilipp Tomsich
2017-08-13rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHzPhilipp Tomsich
2017-08-13rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]Philipp Tomsich
2017-08-13rockchip: rk3368: mkimage: add support for the RK3368Philipp Tomsich
2017-08-13rockchip: rk3368: improve Kconfig text for the RK3368Philipp Tomsich
2017-08-13rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/...Philipp Tomsich
2017-08-13drivers: spl: consistently use the $(SPL_TPL_) macroPhilipp Tomsich
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich
2017-08-13lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich
2017-08-13spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPLPhilipp Tomsich
2017-08-13armv8: spl: Support separate stack for TPLPhilipp Tomsich
2017-08-13armv8: move low-level assembly functions into function-sectionsPhilipp Tomsich
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich
2017-08-13spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPLPhilipp Tomsich
2017-08-13spl: dm: Kconfig: split CLK support for SPL and TPLPhilipp Tomsich
2017-08-13spl: dm: Kconfig: SPL_CLK depends on SPL_DMPhilipp Tomsich
2017-08-13spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich
2017-08-13spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich