summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini55-47/+1246
2016-09-26armv7: ls102xa: Rename GIC_ADDR and DCSR_RCPM_ADDRYork Sun2-4/+4
2016-09-26armv7: ls1021a: Convert CONFIG_LS1_DEEP_SLEEP to Kconfig optionYork Sun2-0/+5
2016-09-26Convert CONFIG_SYS_FSL_ERRATUM_A010315 to Kconfig optionYork Sun5-2/+17
2016-09-26armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021AYork Sun6-8/+16
2016-09-26armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun6-4/+11
2016-09-24arm: mvebu: NAND support for DB-88F6820-AMCChris Packham1-0/+8
2016-09-24arm: mvebu: add DB-88F6820-AMC boardChris Packham3-0/+163
2016-09-24arm: mvebu: create generic 88F6820 config optionChris Packham2-4/+4
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada16-16/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada55-55/+55
2016-09-24treewide: use #include <...> to include public headersMasahiro Yamada2-8/+8
2016-09-24arch, board: squash lines for immediate returnMasahiro Yamada9-39/+10
2016-09-24x86: squash lines for immediate returnMasahiro Yamada4-28/+4
2016-09-22Merge git://git.denx.de/u-boot-rockchipTom Rini12-8/+454
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini22-203/+374
2016-09-22ARM: dts: uniphier: sync clock/reset controller nodes with LinuxMasahiro Yamada13-181/+301
2016-09-22ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada7-7/+71
2016-09-22ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada2-15/+2
2016-09-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini4-1/+92
2016-09-22rk3399: add a empty "sys_proto.h" header fileKever Yang1-0/+10
2016-09-22rockchip: rk3288: skip lowlevel_init processXu Ziyuan2-8/+0
2016-09-22dts: rk3399-evb: add regulator-fixed for usb host vbusKever Yang1-0/+6
2016-09-22dts: rk3399: add dwc3_typec node for rk3399MengDongyang2-0/+53
2016-09-22rockchip: select DM_USB for rockchip SoCMengDongyang1-0/+1
2016-09-22rk3288: add arch_cpu_init for rk3288Kever Yang2-0/+20
2016-09-22rockchip: use dummy byte only enable OF_PLATDATAXu Ziyuan1-0/+4
2016-09-22dts: rk3399: add pinctrl for sdmmcKever Yang1-0/+37
2016-09-22pinctrl: add driver for rk3399Kever Yang1-0/+321
2016-09-22rk3399: syscon: add support for pmugrfKever Yang2-0/+2
2016-09-22ARM64: zynqmp: Fix USB ulpi phy sequenceMichal Simek1-4/+0
2016-09-22ARM64: zynqmp: Add support for USB ulpi phy reset via mode pinsMichal Simek2-1/+33
2016-09-22ARM64: zynqmp: Add support for DFU from SPLMichal Simek1-0/+4
2016-09-22ARM: Add new BOOT_DEVICE_DFU boot modeMichal Simek1-0/+1
2016-09-22ARM64: zynqmp: Add USB boot modeMichal Simek1-0/+1
2016-09-22ARM64: zynqmp: Force certain bootmode for SPLMichal Simek3-0/+57
2016-09-21Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini17-74/+904
2016-09-21MIPS: Hang if run on a secondary CPUPaul Burton2-1/+27
2016-09-21MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton2-26/+21
2016-09-21boston: Introduce support for the MIPS Boston development boardPaul Burton3-0/+241
2016-09-21MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton1-0/+2
2016-09-21MIPS: Clear hazard between TagLo writes & cache opsPaul Burton1-0/+1
2016-09-21MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton1-0/+1
2016-09-21MIPS: Malta: Enable CM & L2 supportPaul Burton1-0/+2
2016-09-21MIPS: Join the coherent domain when a CM is presentPaul Burton2-0/+43
2016-09-21MIPS: L2 cache supportPaul Burton6-6/+291
2016-09-21MIPS: Map CM Global Control RegistersPaul Burton5-0/+88
2016-09-21MIPS: Define register names for cache initPaul Burton1-19/+23
2016-09-21MIPS: If we don't need DDR for cache init, init cache firstPaul Burton1-0/+9