aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pcm058: Fix unused variable warningsTom Rini2017-05-121-6/+3
* | gdsys: P1022: Fix unused variable warningsTom Rini2017-05-121-25/+24
* | gw_ventana: Fix unused variable warningsTom Rini2017-05-122-29/+1
* | mx6ul_14x14_evk: Fix unused variable warningTom Rini2017-05-121-0/+2
* | mx6slevk: Fix unused variable warningTom Rini2017-05-121-0/+2
* | cgtqmx6eval: Fix unused variable warningTom Rini2017-05-121-0/+2
* | ot1200: Fix unused variable warningTom Rini2017-05-121-4/+0
* | rk3036: Fix unused variable warningTom Rini2017-05-121-1/+1
* | socrates: Fix a misleading indentation warningTom Rini2017-05-121-1/+1
* | common: env: remove superfluous assignmentxypron.glpk@gmx.de2017-05-121-1/+0
* | tools: kwbimage fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+30
* | rsa: Fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+38
* | net/arp: remove superfluous assignmentsxypron.glpk@gmx.de2017-05-121-3/+0
* | lib/slre: remove superfluous assignmentxypron.glpk@gmx.de2017-05-121-1/+1
* | pci: avoid memory leakxypron.glpk@gmx.de2017-05-121-0/+1
* | env: avoid possible NULL pointer accessxypron.glpk@gmx.de2017-05-121-0/+4
* | env: correct sign for error codexypron.glpk@gmx.de2017-05-121-1/+1
* | arm: amx3xx: Add support for early debugLokesh Vutla2017-05-121-0/+4
* | arm: omap5+: Add support for early debugLokesh Vutla2017-05-121-0/+4
* | arm: am33xx: Add support for mulitiple PLL input frequenciesLokesh Vutla2017-05-1210-69/+173
* | board: am335x: Introduce scale_vcoresLokesh Vutla2017-05-121-119/+148
* | arm: am33xx: Fix MPU opp selectionLokesh Vutla2017-05-125-13/+31
* | configs: convert CONFIG_SYS_MPUCLK to KconfigLokesh Vutla2017-05-1216-17/+11
* | common: dfu: ignore reset for spl-dfuB, Ravi2017-05-123-1/+9
* | spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi2017-05-121-0/+1
* | stm32f7: configure mpu valid for f7 familyVikas Manocha2017-05-121-3/+12
* | stm32: use armv7m MPU configuration supportVikas Manocha2017-05-122-58/+22
* | armv7m: add MPU configuration supportVikas Manocha2017-05-124-21/+150
* | armv7m: correct mpu region size define for 8MB sizeVikas Manocha2017-05-121-1/+2
* | arvm7m: add cleanup before linux bootingVikas Manocha2017-05-121-0/+19
* | armv7m: cache: add flush & invalidate all dcacheVikas Manocha2017-05-121-0/+23
* | arm: am335x: Enable tiny printf in SPLLokesh Vutla2017-05-111-0/+1
* | configs: am335x_evm: Enable SPL_DMLokesh Vutla2017-05-113-1/+7
* | am33xx: Provide platform data for mmcLokesh Vutla2017-05-111-0/+32
* | configs: am335x_evm: Use omap2 generic spl load scriptLokesh Vutla2017-05-1114-69/+13
* | dm: mmc: omap_hsmmc: Add pre-reloc flag to the driverLokesh Vutla2017-05-111-0/+1
* | dm: mmc: omap_hsmmc: Update to support of-platdataLokesh Vutla2017-05-112-10/+23
* | serial: omap: Support debug UARTLokesh Vutla2017-05-113-11/+54
* | Add 16-bit single register pin controller supportJames Balean2017-05-111-8/+8
* | boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi2017-05-111-0/+40
* | spl: fdt: support for fdt fixup for falcon bootB, Ravi2017-05-113-2/+8
* | qspi: dra7xx: enable qspi-boot for dra7x paltformB, Ravi2017-05-111-0/+2
* | arch: arm: omap: Declare size of ddr very earlyLokesh Vutla2017-05-112-0/+5
* | spl: reorder the assignment of board info to global dataLokesh Vutla2017-05-111-1/+1
* | spl: Makefile: include /config in the (reduced) FDT used by the SPL stagePhilipp Tomsich2017-05-111-1/+1
* | doc: document /config/u-boot, spl-payload-offset propertyPhilipp Tomsich2017-05-111-0/+5
* | spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich2017-05-111-3/+12
* | arm: Support cache invalidateSimon Glass2017-05-113-1/+40
* | arm: Correct signature for get_ticks()Simon Glass2017-05-111-1/+1
* | disk: Return the partition number in part_get_info_by_name()Alex Deymo2017-05-113-5/+6