summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | x86: qemu: Enable NVMe driverBin Meng2017-08-132-0/+9
* | nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng2017-08-131-0/+21
* | nvme: Fix number of blocks detectionJon Nettleton2017-08-131-1/+1
* | nvme: Detect devices that are class Storage ExpressJon Nettleton2017-08-132-1/+2
* | nvme: Add nvme commandsZhikang Zhang2017-08-134-0/+241
* | nvme: Add show routine to print detailed informationZhikang Zhang2017-08-133-1/+139
* | nvme: Add NVM Express driver supportZhikang Zhang2017-08-139-0/+1753
* | dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-134-1/+9
* | arm: mvebu: ddr3_debug: remove self assignmentsxypron.glpk@gmx.de2017-08-131-9/+0
* | arm: mvebu: remove self assignmentxypron.glpk@gmx.de2017-08-131-2/+0
* | tpm: add missing va_endxypron.glpk@gmx.de2017-08-131-1/+4
* | ARM: hisilicon: hikey: do not rely on random stack valuexypron.glpk@gmx.de2017-08-131-1/+1
* | stm32: remove redundant 'else if'xypron.glpk@gmx.de2017-08-131-1/+1
* | arm: mvebu: avoid possible NULL dereferencexypron.glpk@gmx.de2017-08-131-5/+5
* | armv7m: mpu_config add missing breakxypron.glpk@gmx.de2017-08-131-0/+1
* | bcm281xx: clock: avoid possible NULL dereferencexypron.glpk@gmx.de2017-08-131-2/+2
* | arm: bcm235xx: clk_set_rate avoid possible NULL derefxypron.glpk@gmx.de2017-08-131-1/+1
* | arm: bcm235xx: avoid possible NULL dereferencexypron.glpk@gmx.de2017-08-131-1/+1
* | arm: spear: do not return random value from stackxypron.glpk@gmx.de2017-08-131-1/+1
* | api: remove superfluous assignmentxypron.glpk@gmx.de2017-08-131-1/+1