aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-20spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R1-3/+3
2016-01-20mmc: emmc and hw partitions partition table id bugfix.Erik Tideman1-0/+10
2016-01-20arm, ubifs: fix gcc5.x compiler warningHeiko Schocher2-9/+9
2016-01-20ARM: uniphier: remove unneeded if conditionalsMasahiro Yamada1-8/+2
2016-01-20ARM: uniphier: move UMC register macros to umc-regs.hMasahiro Yamada2-48/+27
2016-01-20ARM: uniphier: set active ways to really enable outer cacheMasahiro Yamada1-0/+2
2016-01-20ARM: uniphier: fix range invalidate for outer cacheMasahiro Yamada1-0/+23
2016-01-20ARM: uniphier: factor out outer cache sync as a helper functionMasahiro Yamada1-4/+8
2016-01-20ARM: uniphier: refactor outer cache operation slightlyMasahiro Yamada1-2/+4
2016-01-20ARM: uniphier: add bootm_low environmentMasahiro Yamada1-3/+6
2016-01-20ARM: uniphier: define CONFIG_SYS_BOOTMAPSZMasahiro Yamada1-0/+2
2016-01-19armv8: cavium: Get DRAM size from ATFSergey Temerkhanov1-0/+27
2016-01-19armv8: cavium: Add an implementation of ATF calling functionsSergey Temerkhanov6-1/+430
2016-01-19armv8: cavium: Add ThunderX 88xx board definitionSergey Temerkhanov8-2/+290
2016-01-19armv8: cavium: Add the device tree for ThunderXSergey Temerkhanov3-0/+395
2016-01-19armv8: Add psci.h from the Linux kernelSergey Temerkhanov1-0/+90
2016-01-19armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructureSergey Temerkhanov3-0/+97
2016-01-19armv8: New MMU setup code allowing to use 48+ bits PA/VASergey Temerkhanov6-12/+228
2016-01-19armv8: Add read_mpidr() functionSergey Temerkhanov1-0/+11
2016-01-19arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov1-0/+22
2016-01-19arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov1-0/+28
2016-01-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-26/+26
2016-01-19x86: quark: Fix boot breakageBin Meng1-11/+16
2016-01-19power: regulator: max77686: Don't use switch() on boolsTom Rini1-20/+8
2016-01-19spi: rk_spi: Fix debug format warningTom Rini1-1/+1
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini179-1733/+182
2016-01-19scripts/Makefile* Add SPDX-License-Identifier tagTom Rini7-0/+20
2016-01-19gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini1-0/+2
2016-01-19axm/taurus: Enable tiny printf in SPLTom Rini2-0/+2
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini13-51/+0
2016-01-19image: fix getenv_bootm_size() functionMasahiro Yamada1-2/+2
2016-01-16Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini54-1026/+2396
2016-01-16MIPS: implement bit manipulating I/O accessorsDaniel Schwierzeck1-0/+55
2016-01-16MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck14-55/+32
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck8-553/+1211
2016-01-16MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck10-364/+941
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck1-7/+21
2016-01-16MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2-10/+25
2016-01-16MIPS: vct: fix I/O accessor callsDaniel Schwierzeck1-2/+4
2016-01-16MIPS: malta: fix IO accessor callDaniel Schwierzeck1-1/+2
2016-01-16MIPS: malta: do not pull in target header files in config.hDaniel Schwierzeck1-6/+3
2016-01-16MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck4-15/+24
2016-01-16MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck8-7/+7
2016-01-16MIPS: Kconfig: refactor machine setupDaniel Schwierzeck1-1/+6
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck7-1/+44
2016-01-16MIPS: do not build position-independent executables for SPLDaniel Schwierzeck1-4/+14
2016-01-16MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck1-1/+3
2016-01-16MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2-7/+11
2016-01-16MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal1-0/+1