summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-20spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R
2016-01-20mmc: emmc and hw partitions partition table id bugfix.Erik Tideman
2016-01-20arm, ubifs: fix gcc5.x compiler warningHeiko Schocher
2016-01-20ARM: uniphier: remove unneeded if conditionalsMasahiro Yamada
2016-01-20ARM: uniphier: move UMC register macros to umc-regs.hMasahiro Yamada
2016-01-20ARM: uniphier: set active ways to really enable outer cacheMasahiro Yamada
2016-01-20ARM: uniphier: fix range invalidate for outer cacheMasahiro Yamada
2016-01-20ARM: uniphier: factor out outer cache sync as a helper functionMasahiro Yamada
2016-01-20ARM: uniphier: refactor outer cache operation slightlyMasahiro Yamada
2016-01-20ARM: uniphier: add bootm_low environmentMasahiro Yamada
2016-01-20ARM: uniphier: define CONFIG_SYS_BOOTMAPSZMasahiro Yamada
2016-01-19armv8: cavium: Get DRAM size from ATFSergey Temerkhanov
2016-01-19armv8: cavium: Add an implementation of ATF calling functionsSergey Temerkhanov
2016-01-19armv8: cavium: Add ThunderX 88xx board definitionSergey Temerkhanov
2016-01-19armv8: cavium: Add the device tree for ThunderXSergey Temerkhanov
2016-01-19armv8: Add psci.h from the Linux kernelSergey Temerkhanov
2016-01-19armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructureSergey Temerkhanov
2016-01-19armv8: New MMU setup code allowing to use 48+ bits PA/VASergey Temerkhanov
2016-01-19armv8: Add read_mpidr() functionSergey Temerkhanov
2016-01-19arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov
2016-01-19arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov
2016-01-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-01-19x86: quark: Fix boot breakageBin Meng
2016-01-19power: regulator: max77686: Don't use switch() on boolsTom Rini
2016-01-19spi: rk_spi: Fix debug format warningTom Rini
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-19scripts/Makefile* Add SPDX-License-Identifier tagTom Rini
2016-01-19gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini
2016-01-19axm/taurus: Enable tiny printf in SPLTom Rini
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini
2016-01-19image: fix getenv_bootm_size() functionMasahiro Yamada
2016-01-16Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-01-16MIPS: implement bit manipulating I/O accessorsDaniel Schwierzeck
2016-01-16MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck
2016-01-16MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck
2016-01-16MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck
2016-01-16MIPS: vct: fix I/O accessor callsDaniel Schwierzeck
2016-01-16MIPS: malta: fix IO accessor callDaniel Schwierzeck
2016-01-16MIPS: malta: do not pull in target header files in config.hDaniel Schwierzeck
2016-01-16MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck
2016-01-16MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck
2016-01-16MIPS: Kconfig: refactor machine setupDaniel Schwierzeck
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck
2016-01-16MIPS: do not build position-independent executables for SPLDaniel Schwierzeck
2016-01-16MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck
2016-01-16MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck
2016-01-16MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal