summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROMPhilipp Tomsich2017-08-131-1/+17
| * rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driverPhilipp Tomsich2017-08-131-0/+17
| * rockchip: clk: rk3368: implement bandwidth adjust for PLLsPhilipp Tomsich2017-08-131-5/+12
| * rockchip: pinctrl: rk3368: add SPI supportPhilipp Tomsich2017-08-131-0/+118
| * rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driverPhilipp Tomsich2017-08-132-376/+366
| * rockchip: pinctrl: rk3368: add support for configuring the MMC pinsPhilipp Tomsich2017-08-131-0/+48
| * rockchip: pinctrl: rk3368: add GMAC (RGMII only) supportPhilipp Tomsich2017-08-131-0/+36
| * rockchip: rk3368: dts: add sgrf nodePhilipp Tomsich2017-08-131-0/+5
| * rockchip: rk3368: grf: use shifted-constantsPhilipp Tomsich2017-08-132-180/+242
| * rockchip: rk3368: syscon: SGRF support for OF_PLATDATAPhilipp Tomsich2017-08-131-0/+9
| * rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATAPhilipp Tomsich2017-08-131-0/+35
| * rockchip: rk3368: spl: add memory layout for TPL and SPLPhilipp Tomsich2017-08-131-0/+11
| * rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHzPhilipp Tomsich2017-08-131-0/+2
| * rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]Philipp Tomsich2017-08-131-2/+3
| * rockchip: rk3368: mkimage: add support for the RK3368Philipp Tomsich2017-08-131-0/+1
| * rockchip: rk3368: improve Kconfig text for the RK3368Philipp Tomsich2017-08-131-6/+9
| * rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/...Philipp Tomsich2017-08-131-3/+1
| * drivers: spl: consistently use the $(SPL_TPL_) macroPhilipp Tomsich2017-08-131-20/+16
| * spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2017-08-132-1/+8
| * spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2017-08-132-23/+23
| * lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich2017-08-131-5/+5
| * spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich2017-08-131-0/+9
| * spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPLPhilipp Tomsich2017-08-132-2/+11
| * armv8: spl: Support separate stack for TPLPhilipp Tomsich2017-08-132-1/+4
| * armv8: move low-level assembly functions into function-sectionsPhilipp Tomsich2017-08-133-1/+31
| * spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2017-08-132-2/+16
| * spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPLPhilipp Tomsich2017-08-133-3/+33
| * spl: dm: Kconfig: split CLK support for SPL and TPLPhilipp Tomsich2017-08-132-1/+11
| * spl: dm: Kconfig: SPL_CLK depends on SPL_DMPhilipp Tomsich2017-08-131-1/+1
| * spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich2017-08-131-0/+9
| * spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich2017-08-131-1/+1
| * spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPLPhilipp Tomsich2017-08-132-2/+21
| * spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCONPhilipp Tomsich2017-08-131-2/+2
| * spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich2017-08-131-5/+5
| * spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich2017-08-132-2/+12
| * rockchip: back-to-bootrom: simplify the #ifdef-check for LIBCOMMON in TPL/SPLPhilipp Tomsich2017-08-131-2/+2
| * rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPLPhilipp Tomsich2017-08-1321-27/+37
| * rockchip: back-to-bootrom: add 'back-to-bootrom' support for AArch64Philipp Tomsich2017-08-131-0/+37
| * spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich2017-08-131-0/+11
| * spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-135-0/+50
* | stm32f1: remove stm32f1 supportPatrice Chotard2017-08-1312-892/+0
* | cmd/bdinfo: correct comment in board_detailChris Packham2017-08-131-1/+1
* | test: Move the FIT test into the correct placeSimon Glass2017-08-131-0/+0
* | test: Convert the FIT test to test/pySimon Glass2017-08-131-141/+88
* | test: Indent test-fit.py to match the next patchSimon Glass2017-08-131-303/+303
* | ARM: OMAP5: Enable support for AVS0 for OMAP5 production devicesNishanth Menon2017-08-134-4/+29
* | ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0Nishanth Menon2017-08-131-3/+0
* | test: Fix FIT test to pass againSimon Glass2017-08-131-1/+1
* | wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko2017-08-132-6/+6
* | boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu2017-08-131-1/+1