index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-13
rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368
Philipp Tomsich
2017-08-13
spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig
Philipp Tomsich
2017-08-13
rockchip: board: lion-rk3368: add support for the RK3368-uQ7
Philipp Tomsich
2017-08-13
rockchip: spi: enable support for the rk_spi driver for the RK3368
Philipp Tomsich
2017-08-13
rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
Philipp Tomsich
2017-08-13
rockchip: rk3368: spl: add SPL support
Philipp Tomsich
2017-08-13
rockchip: spl: make spl-boot-order code reusable (split from rk3399)
Philipp Tomsich
2017-08-13
rockchip: rk3368: spl: add TPL support
Philipp Tomsich
2017-08-13
rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h
Philipp Tomsich
2017-08-13
rockchip: rk3368: dts: add DMC node in rk3368.dtsi
Philipp Tomsich
2017-08-13
rockchip: rk3368: add DRAM controller driver with DRAM initialisation
Philipp Tomsich
2017-08-13
rockchip: Makefile: streamline SPL/TPL configuration
Philipp Tomsich
2017-08-13
net: gmac_rockchip: Add support for the RK3368 GMAC
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: add support for configuring the SPI clocks
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: implement MMC/SD clock reparenting
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: implement DPLL (DRAM PLL) support
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver
Philipp Tomsich
2017-08-13
rockchip: clk: rk3368: implement bandwidth adjust for PLLs
Philipp Tomsich
2017-08-13
rockchip: pinctrl: rk3368: add SPI support
Philipp Tomsich
2017-08-13
rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
Philipp Tomsich
2017-08-13
rockchip: pinctrl: rk3368: add support for configuring the MMC pins
Philipp Tomsich
2017-08-13
rockchip: pinctrl: rk3368: add GMAC (RGMII only) support
Philipp Tomsich
2017-08-13
rockchip: rk3368: dts: add sgrf node
Philipp Tomsich
2017-08-13
rockchip: rk3368: grf: use shifted-constants
Philipp Tomsich
2017-08-13
rockchip: rk3368: syscon: SGRF support for OF_PLATDATA
Philipp Tomsich
2017-08-13
rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA
Philipp Tomsich
2017-08-13
rockchip: rk3368: spl: add memory layout for TPL and SPL
Philipp Tomsich
2017-08-13
rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz
Philipp Tomsich
2017-08-13
rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]
Philipp Tomsich
2017-08-13
rockchip: rk3368: mkimage: add support for the RK3368
Philipp Tomsich
2017-08-13
rockchip: rk3368: improve Kconfig text for the RK3368
Philipp Tomsich
2017-08-13
rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/...
Philipp Tomsich
2017-08-13
drivers: spl: consistently use the $(SPL_TPL_) macro
Philipp Tomsich
2017-08-13
spl: add TPL_DRIVER_MISC_SUPPORT option
Philipp Tomsich
2017-08-13
spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
Philipp Tomsich
2017-08-13
lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata
Philipp Tomsich
2017-08-13
spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
Philipp Tomsich
2017-08-13
spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL
Philipp Tomsich
2017-08-13
armv8: spl: Support separate stack for TPL
Philipp Tomsich
2017-08-13
armv8: move low-level assembly functions into function-sections
Philipp Tomsich
2017-08-13
spl: dm: use CONFIG_IS_ENABLED to test for the DM option
Philipp Tomsich
2017-08-13
spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL
Philipp Tomsich
2017-08-13
spl: dm: Kconfig: split CLK support for SPL and TPL
Philipp Tomsich
2017-08-13
spl: dm: Kconfig: SPL_CLK depends on SPL_DM
Philipp Tomsich
2017-08-13
spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)
Philipp Tomsich
[next]