summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* ARM: armv7: refactor Makefile slightlyMasahiro Yamada2016-06-241-9/+2
* arm64: optimize smp_kick_all_cpusMasahiro Yamada2016-06-241-3/+1
* omap3: bugfix in timer on rolloverDaniel Gorsulowski2016-06-241-1/+1
* sunxi: Add PSCI implementation in CChen-Yu Tsai2016-06-205-504/+341
* sunxi: Add base address for GICChen-Yu Tsai2016-06-202-4/+4
* sunxi: Make CPUCFG_BASE macro names the same across familiesChen-Yu Tsai2016-06-202-12/+12
* ARM: allocate extra space for PSCI stack in secure section during link phaseChen-Yu Tsai2016-06-201-0/+7
* ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_allChen-Yu Tsai2016-06-201-0/+2
* ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top()Chen-Yu Tsai2016-06-201-9/+9
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-182-10/+7
|\
| * armv8/ls2080: Remove workaround for erratum A008751Sriram Dash2016-06-131-10/+0
| * arm64: fsl-layerscape: add get_svr and IS_SVR_REV helperSriram Dash2016-06-131-0/+7
* | board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVMLokesh Vutla2016-06-131-2/+2
* | armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor2016-06-135-0/+464
* | board: arm:: Add support for Broadcom BCM23550Steve Rae2016-06-1311-0/+1912
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-136-2/+14
|\ \
| * | arm: Allow skipping of low-level init with I-cache onSimon Glass2016-06-126-2/+14
| |/
* | arm: dra7xx: Assign omap_vcores based on board typeKeerthy2016-06-121-78/+0
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-06-125-37/+53
|\ \
| * | arm: mxs: Remove misleading commentsMichael Heimpold2016-06-071-2/+2
| * | imx: mx7: implement reset_miscPeng Fan2016-05-311-0/+8
| * | imx: mx6: correct get_cpu_speed_grade_hz for i.MX6DQPPeng Fan2016-05-241-2/+2
| * | imx: mx6: ddr: support i.MX6D/QPlusPeng Fan2016-05-241-2/+2
| * | imx: mx6: use simpler runtime cpu dection macrosPeng Fan2016-05-243-36/+29
| * | imx: mx6: support i.MX6SOLO when enable/disable_ldb_di_clock_sourcesPeng Fan2016-05-241-2/+2
| * | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2016-05-241-1/+1
| |\ \
| * | | imx: correct speed grading info for i.MX6ULPeng Fan2016-05-181-0/+15
* | | | board: ls2080a: Add "mcinitcmd" env for MC & DPL deploymentPratiyush Mohan Srivastava2016-06-101-0/+29
* | | | armv8/ls2080a: configure PMU's PCTBENR to enable WDTYunhui Cui2016-06-101-0/+12
| |_|/ |/| |
* | | mtd: nand: omap: allow to switch to BCH16Heiko Schocher2016-06-091-2/+4
* | | armv7: omap-common: make SPL board_mmc_init() weakHeiko Schocher2016-06-091-1/+1
* | | arm, am335x: Enable Spread Spectrum for the MPUHeiko Schocher2016-06-091-0/+73
* | | Merge http://git.denx.de/u-boot-samsungTom Rini2016-06-061-0/+3
|\ \ \
| * | | exynos: pwm: Add a driver for the exynos5 PWMSimon Glass2016-05-251-0/+3
* | | | arm/arm64: implement a boot header capabilityAndre Przywara2016-06-061-0/+10
* | | | armv7: fix order of OMAP die ID printingLadislav Michl2016-06-061-2/+2
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-06-061-0/+5
|\ \ \ \
| * | | | ARM64: zynqmp: Extend page_table_sizeMichal Simek2016-06-061-0/+5
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-06-048-2/+229
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | armv8: fsl-layerscape: Add support of QorIQ LS1012A SoCPrabhakar Kushwaha2016-06-036-0/+136
| * | | | armv8: fsl-layerscape: Organize SoC overview at common locationPrabhakar Kushwaha2016-06-033-0/+86
| * | | | armv8: fsl-layerscape: fix compile warning "rcw_tmp"Prabhakar Kushwaha2016-06-031-1/+4
| * | | | armv8: fsl-layerscape: Avoid LS1043A specifc definesPrabhakar Kushwaha2016-06-031-1/+1
| * | | | armv8: fsl-layerscape: Put SMMU config code in SMMU_BASEPrabhakar Kushwaha2016-06-031-0/+2
* | | | | arm: omap: Introduce vcores_init functionKeerthy2016-06-021-0/+11
* | | | | ARM: DRA7: Consolidate voltage macros across different SoCsAnna, Suman2016-06-021-10/+10
* | | | | ARM: DRA7: Define common macros for efuse register offsetsAnna, Suman2016-06-021-10/+10
* | | | | dra7xx: Enable USB_PHY3 32KHz clockRoger Quadros2016-06-022-2/+13
* | | | | ARM: OMAP5+: Provide enable/disable_usb_clocks() for CONFIG_USB_XHCI_OMAPRoger Quadros2016-06-022-2/+2
|/ / / /
* | | | ARM: OMAP4+: Fix DPLL programming sequenceLokesh Vutla2016-05-271-3/+5
OpenPOWER on IntegriCloud