Commit Graph

45307 Commits (4d02d2060514c10749f99160a3b91544ebd61204)
 

Author SHA1 Message Date
Philipp Tomsich 4d02d20605 rockchip: board: lion-rk3368: add support for the RK3368-uQ7 7 years ago
Philipp Tomsich d16120a6de rockchip: spi: enable support for the rk_spi driver for the RK3368 7 years ago
Philipp Tomsich 5071457e44 rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368 7 years ago
Philipp Tomsich fbbd38001f rockchip: rk3368: spl: add SPL support 7 years ago
Philipp Tomsich 9b0bc59366 rockchip: spl: make spl-boot-order code reusable (split from rk3399) 7 years ago
Philipp Tomsich a55e497156 rockchip: rk3368: spl: add TPL support 7 years ago
Philipp Tomsich 1c78740285 rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h 7 years ago
Philipp Tomsich 1ac973a193 rockchip: rk3368: dts: add DMC node in rk3368.dtsi 7 years ago
Philipp Tomsich 403e9cbcd5 rockchip: rk3368: add DRAM controller driver with DRAM initialisation 7 years ago
Philipp Tomsich 832567d5aa rockchip: Makefile: streamline SPL/TPL configuration 7 years ago
Philipp Tomsich 793f2fd2dc net: gmac_rockchip: Add support for the RK3368 GMAC 7 years ago
Philipp Tomsich cf8aceb1c9 rockchip: clk: rk3368: add support for configuring the SPI clocks 7 years ago
Philipp Tomsich 4e4c40df30 rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate() 7 years ago
Philipp Tomsich df0ae00041 rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock 7 years ago
Philipp Tomsich 6292469073 rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL) 7 years ago
Philipp Tomsich f5a432959a rockchip: clk: rk3368: implement MMC/SD clock reparenting 7 years ago
Philipp Tomsich 05c57e12d1 rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ 7 years ago
Philipp Tomsich a00dfa042d rockchip: clk: rk3368: implement DPLL (DRAM PLL) support 7 years ago
Philipp Tomsich 4bebf94e85 rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM 7 years ago
Philipp Tomsich bee6180126 rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver 7 years ago
Philipp Tomsich ddfe77df15 rockchip: clk: rk3368: implement bandwidth adjust for PLLs 7 years ago
Philipp Tomsich e95b6312e5 rockchip: pinctrl: rk3368: add SPI support 7 years ago
Philipp Tomsich a49773d6cf rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver 7 years ago
Philipp Tomsich abcde4751e rockchip: pinctrl: rk3368: add support for configuring the MMC pins 7 years ago
Philipp Tomsich 5282a3f162 rockchip: pinctrl: rk3368: add GMAC (RGMII only) support 7 years ago
Philipp Tomsich 8f362dbb41 rockchip: rk3368: dts: add sgrf node 7 years ago
Philipp Tomsich c1828cf7ab rockchip: rk3368: grf: use shifted-constants 7 years ago
Philipp Tomsich 81bd0ad07c rockchip: rk3368: syscon: SGRF support for OF_PLATDATA 7 years ago
Philipp Tomsich 66a63fec81 rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA 7 years ago
Philipp Tomsich c61177aa10 rockchip: rk3368: spl: add memory layout for TPL and SPL 7 years ago
Philipp Tomsich e78b04f9d5 rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz 7 years ago
Philipp Tomsich 525a8c8f2c rockchip: rk3368: pmugrf: add definitions for os_reg[0..3] 7 years ago
Philipp Tomsich 0da5c2e779 rockchip: rk3368: mkimage: add support for the RK3368 7 years ago
Philipp Tomsich 9a8f009f24 rockchip: rk3368: improve Kconfig text for the RK3368 7 years ago
Philipp Tomsich 9e27c816a8 rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot 7 years ago
Philipp Tomsich 87c16d49a6 drivers: spl: consistently use the $(SPL_TPL_) macro 7 years ago
Philipp Tomsich c3916e7bdb spl: add TPL_DRIVER_MISC_SUPPORT option 7 years ago
Philipp Tomsich f94e643ef9 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds 7 years ago
Philipp Tomsich 6dced7dffc lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata 7 years ago
Philipp Tomsich d60b5f74fd spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL 7 years ago
Philipp Tomsich 1749858a64 spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL 7 years ago
Philipp Tomsich c3be6190f9 armv8: spl: Support separate stack for TPL 7 years ago
Philipp Tomsich e6a0586277 armv8: move low-level assembly functions into function-sections 7 years ago
Philipp Tomsich f1c6e1922e spl: dm: use CONFIG_IS_ENABLED to test for the DM option 7 years ago
Philipp Tomsich f291ce1298 spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL 7 years ago
Philipp Tomsich 7c819e7f22 spl: dm: Kconfig: split CLK support for SPL and TPL 7 years ago
Philipp Tomsich f0776a5517 spl: dm: Kconfig: SPL_CLK depends on SPL_DM 7 years ago
Philipp Tomsich c336c3c35f spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM) 7 years ago
Philipp Tomsich 45233301b6 spl: dm: Kconfig: SPL_RAM depends on SPL_DM 7 years ago
Philipp Tomsich c6ac6c1bd4 spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL 7 years ago