summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-0/+7
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-0/+1
2016-01-21arm: ls1021atwr: Enable driver model lpuart serial driverBin Meng2-1/+17
2016-01-21arm: ls1021atwr: Split off board device treeBin Meng3-3/+18
2016-01-21arm: ls1021atwr: Convert to driver model and enable serial supportBin Meng2-4/+4
2016-01-21arm: dts: dra7-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: dra72-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am335x-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am335x-boneblack: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am437x-gp-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am437x-sk-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: omap-common: do not build timer when CONFIG_TIMER definedMugunthan V N1-0/+6
2016-01-20stm32: move stm32 specific code to mach-stm32Vikas Manocha17-6/+37
2016-01-20armv7: Add missing newline after OMAP die IDLadislav Michl1-2/+2
2016-01-20m68k: M54418TWR: drop board/freescale/m54418twr/config.mkMasahiro Yamada1-4/+4
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-20armv8: cavium: Add ThunderX 88xx board definitionSergey Temerkhanov2-2/+7
2016-01-20armv8: cavium: Add the device tree for ThunderXSergey Temerkhanov3-0/+395
2016-01-20armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructureSergey Temerkhanov3-0/+97
2016-01-20armv8: New MMU setup code allowing to use 48+ bits PA/VASergey Temerkhanov5-6/+199
2016-01-20armv8: Add read_mpidr() functionSergey Temerkhanov1-0/+11
2016-01-19x86: quark: Fix boot breakageBin Meng1-11/+16
2016-01-19Add more SPDX-License-Identifier tagsTom Rini46-492/+46
2016-01-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini45-1005/+2361
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-16MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2-10/+25
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 Schwierzeck4-3/+3
2016-01-16MIPS: Kconfig: refactor machine setupDaniel Schwierzeck1-1/+6
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck6-0/+43
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
2016-01-16socfpga: Modify qts-filter args to allow input for bsp generated files and qu...Dalon Westergreen1-31/+45
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini1-1/+2
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten5-6/+6
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini24-101/+3092
2016-01-15arm: initialize gd for AArch64Stephen Warren1-0/+2
2016-01-14Merge git://www.denx.de/git/u-boot-marvellTom Rini27-373/+1554
2016-01-14mvebu: Support Synology DS414Phil Sutter4-2/+347