aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-04Merge git://git.denx.de/u-boot-arcTom Rini2-2/+4
2016-07-04arc: make global_data.h usable in assembly filesAlexey Brodkin1-0/+2
2016-07-04arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HSAlexey Brodkin1-2/+2
2016-07-02sunxi: Add defconfig and DTS file for Allwinner R16 EVB (Parrot)Quentin Schulz2-1/+350
2016-07-02sunxi: Add missing boot_media fields in the SPL headerOlliver Schinagl1-0/+2
2016-07-02ARM: uniphier: add external IRQ setup codeMasahiro Yamada2-0/+44
2016-07-02ARM: dts: uniphier: add AIDET nodesMasahiro Yamada8-0/+40
2016-07-02ARM: dts: uniphier: sync Device Trees with upstream LinuxMasahiro Yamada22-138/+99
2016-06-30ARM: uniphier: fix typo "talbe"Masahiro Yamada1-1/+1
2016-06-29x86: coreboot: Remove the dummy pch driverBin Meng2-27/+0
2016-06-28Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini7-124/+21
2016-06-28armv8: dts: fsl: Remove cpu nodes from Layerscape DTSIsAbhimanyu Saini3-105/+0
2016-06-28armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCsPrabhakar Kushwaha3-16/+16
2016-06-26arm: at91: taurus/axm: add DM and DTS supportHeiko Schocher3-0/+124
2016-06-26arm: at91: smartweb: add DM and DTS supportHeiko Schocher3-1/+116
2016-06-26arm: at91: dts: Bring in dts files for AT91SAM9G20 and SAM9260Heiko Schocher4-0/+3012
2016-06-26corvus DTS / DM supportHeiko Schocher3-1/+115
2016-06-26arm: at91: add CONFIG_AT91SAM9M10G45Heiko Schocher1-12/+14
2016-06-26ARM: at91: Don't invoke spl_boot_device() twiceMarek Vasut1-1/+1
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut14-14/+14
2016-06-24board/BuR: rename kwb board to brxre1Hannes Schmelzer1-3/+3
2016-06-24board/BuR: rename tseries board to brppt1Hannes Schmelzer1-3/+3
2016-06-24arm: bcm235xx: update clock frameworkSteve Rae1-5/+5
2016-06-24arm: bcm235xx: fix kps ccuChris Brand1-5/+1
2016-06-24arm: bcm235xx: implement the boot0 hook codeSteve Rae1-0/+15
2016-06-24ARM: armv7: refactor Makefile slightlyMasahiro Yamada1-9/+2
2016-06-24ARM: move #ifdef to match the error handling codeMasahiro Yamada1-2/+5
2016-06-24arm64: optimize smp_kick_all_cpusMasahiro Yamada1-3/+1
2016-06-24board: amlogic: Rename folder for Amlogic boardsCarlo Caione1-1/+1
2016-06-24omap3: bugfix in timer on rolloverDaniel Gorsulowski1-1/+1
2016-06-24armv8/fsl_lsch2: Correct the cores frequency initializationHou Zhiqiang1-3/+5
2016-06-20Kconfig: Add a new DISTRO_DEFAULTS Kconfig optionHans de Goede1-9/+0
2016-06-20sunxi: Add PSCI implementation in CChen-Yu Tsai5-504/+341
2016-06-20sunxi: Add base address for GICChen-Yu Tsai3-4/+6
2016-06-20sunxi: Add CPUCFG debug lock and sun7i cpu power controlsChen-Yu Tsai1-1/+6
2016-06-20sunxi: Group cpu core related controls togetherChen-Yu Tsai2-24/+16
2016-06-20sunxi: Add missing linux/types.h header for cpucfg_sun6i.hChen-Yu Tsai1-0/+2
2016-06-20sunxi: Add packed attribute to struct sunxi_prcm_regChen-Yu Tsai1-1/+3
2016-06-20sunxi: Make CPUCFG_BASE macro names the same across familiesChen-Yu Tsai3-14/+25
2016-06-20ARM: allocate extra space for PSCI stack in secure section during link phaseChen-Yu Tsai1-0/+7
2016-06-20ARM: PSCI: export common PSCI function declarations for C codeChen-Yu Tsai1-0/+7
2016-06-20ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_allChen-Yu Tsai1-0/+2
2016-06-20ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top()Chen-Yu Tsai1-9/+9
2016-06-20sunxi: Add defconfig and dts file for inet86dz boardHans de Goede2-0/+294
2016-06-20sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tabletHans de Goede3-0/+303
2016-06-20sunxi: Select USE_TINY_PRINTFHans de Goede1-0/+1
2016-06-20Merge git://git.denx.de/u-boot-dmTom Rini13-61/+261
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren9-55/+204
2016-06-19reset: implement a reset testStephen Warren2-0/+32
2016-06-19mailbox: add Tegra186 HSP driverStephen Warren2-0/+15