aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-19armv8: cavium: Add ThunderX 88xx board definitionSergey Temerkhanov2-2/+7
2016-01-19armv8: cavium: Add the device tree for ThunderXSergey Temerkhanov3-0/+395
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 Temerkhanov5-6/+199
2016-01-19armv8: 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-16Merge 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-14Fix GCC format-security errors and convert sprintfs.Ben Whitten5-6/+6
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini24-101/+3092
2016-01-14arm: 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
2016-01-14mvebu: Add rudimental MV78230 supportPhil Sutter3-6/+17
2016-01-14mvebu: Introduce kconfig symbols for SoC variantsPhil Sutter1-4/+20
2016-01-14mvebu: axp: refactor board_sat_r_get() and callerPhil Sutter1-31/+15
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter1-0/+2
2016-01-14arm: mvebu: Add runtime detection of UART (xmodem) boot-modeStefan Roese4-20/+24
2016-01-14arm: mvebu: Add runtime boot-device detectionStefan Roese2-7/+39
2016-01-14arm: mvebu: Make local structs static constStefan Roese1-2/+2
2016-01-14arm: mvebu: Move SAR register defines into headerStefan Roese2-16/+24
2016-01-14arm: mvebu: Remove leftover MakefileStefan Roese1-14/+0
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese7-15/+26
2016-01-14arm: mvebu: Consolidate board Kconfig options into one fileStefan Roese2-4/+17
2016-01-14arm: mvebu: Print CPU and SDRAM frequency upon startupStefan Roese3-8/+113