summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8
Commit message (Expand)AuthorAgeLines
* kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2016-08-12-1/+1
* armv8: mmu: Detect page table overflow in emergency pt creationAlexander Graf2016-08-05-0/+4
* ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIPHou Zhiqiang2016-08-02-1/+1
* zynq: Increase the early malloc() sizeSimon Glass2016-07-27-0/+4
* armv8: fsl-layerscape: mmu: Fix enabling MMUYork Sun2016-07-26-1/+4
* armv8: fsl_lsch2: Add LS1046A SoC supportMingkai Hu2016-07-26-2/+168
* armv8: fsl_lsch2: Add SerDes 2 supportQianyu Gong2016-07-26-0/+19
* armv8: fsl-layerscape: Add A72 core detectionAlison Wang2016-07-26-1/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-07-22-16/+0
|\
| * ARM64: zynqmp: Remove get_uart_clk()Michal Simek2016-07-22-16/+0
* | ARM: Add save_boot_params for ARMv8Stephen Warren2016-07-21-0/+9
|/
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-19-380/+599
|\
| * ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang2016-07-19-0/+32
| * ARMv8/Layerscape: switch SMP method accordinglyHou Zhiqiang2016-07-19-3/+46
| * ARMv8/layerscape: Add FSL PPA supportHou Zhiqiang2016-07-19-0/+49
| * ARMv8: add the secure monitor firmware frameworkHou Zhiqiang2016-07-19-0/+324
| * armv8: fsl-layerscape: add i/d-cache enable function to enable_cachesHou Zhiqiang2016-07-19-4/+10
| * armv8: layerscape: Convert to use common MMU frameworkYork Sun2016-07-19-309/+51
| * armv8: mmu: Add support of non-identical mappingYork Sun2016-07-15-28/+42
| * armv8: mmu: split block if necessaryYork Sun2016-07-15-32/+38
| * armv8: mmu: house cleaningYork Sun2016-07-15-5/+8
| * armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-15-10/+10
* | Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-2/+2
* | arm64: add better and more generic spin-table supportMasahiro Yamada2016-07-14-4/+113
|/
* Revert "armv8: Enable CPUECTLR.SMPEN for coherency"Tom Rini2016-07-14-8/+0
* armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu2016-07-08-0/+8
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-06-28-5/+7
|\
| * armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCsPrabhakar Kushwaha2016-06-28-2/+2
| * armv8/fsl_lsch2: Correct the cores frequency initializationHou Zhiqiang2016-06-24-3/+5
* | common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-26-2/+2
* | arm64: optimize smp_kick_all_cpusMasahiro Yamada2016-06-24-3/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-18-10/+7
|\
| * armv8/ls2080: Remove workaround for erratum A008751Sriram Dash2016-06-13-10/+0
| * arm64: fsl-layerscape: add get_svr and IS_SVR_REV helperSriram Dash2016-06-13-0/+7
* | armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor2016-06-13-0/+464
* | board: ls2080a: Add "mcinitcmd" env for MC & DPL deploymentPratiyush Mohan Srivastava2016-06-10-0/+29
* | armv8/ls2080a: configure PMU's PCTBENR to enable WDTYunhui Cui2016-06-10-0/+12
|/
* arm/arm64: implement a boot header capabilityAndre Przywara2016-06-06-0/+10
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-06-06-0/+5
|\
| * ARM64: zynqmp: Extend page_table_sizeMichal Simek2016-06-06-0/+5
* | armv8: fsl-layerscape: Add support of QorIQ LS1012A SoCPrabhakar Kushwaha2016-06-03-0/+136
* | armv8: fsl-layerscape: Organize SoC overview at common locationPrabhakar Kushwaha2016-06-03-0/+86
* | armv8: fsl-layerscape: fix compile warning "rcw_tmp"Prabhakar Kushwaha2016-06-03-1/+4
* | armv8: fsl-layerscape: Avoid LS1043A specifc definesPrabhakar Kushwaha2016-06-03-1/+1
* | armv8: fsl-layerscape: Put SMMU config code in SMMU_BASEPrabhakar Kushwaha2016-06-03-0/+2
|/
* arm64: rename __asm_flush_dcache_level to __asm_dcache_levelMasahiro Yamada2016-05-27-6/+6
* arm64: fix comment "flush & invalidate"Masahiro Yamada2016-05-27-2/+2
* arm64: optimize __asm_{flush, invalidate}_dcache_allMasahiro Yamada2016-05-27-8/+2
* arm: implement generic PSCI reset call for armv8Beniamino Galvani2016-05-27-0/+16
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-05-24-7/+56
|\