Commit Graph

45317 Commits (b1a16002f269051bfc82c4b6948e6c069928f704)
 

Author SHA1 Message Date
Philipp Tomsich b1a16002f2 timer: add OF_PLATDATA support for timer-uclass 7 years ago
Philipp Tomsich b65236ae3a configs: mpc85xx: fix fallout from SPL/TPL changes 7 years ago
Klaus Goger 4ce8b4d6a7 rockchip: board: puma_rk3399: rename ATF firmware 7 years ago
Philipp Tomsich 12760080bc rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its 7 years ago
Philipp Tomsich 5aa49af311 moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE 7 years ago
Philipp Tomsich 4cf4378ed0 rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL 7 years ago
Philipp Tomsich faa18dbe25 armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK 7 years ago
Philipp Tomsich b3ed6ce780 spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig 7 years ago
Philipp Tomsich d9d1242b82 rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368 7 years ago
Philipp Tomsich dd6fbcb938 spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig 7 years ago
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