summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8
Commit message (Expand)AuthorAgeLines
* tools: mkimage: Add support for initialization table for Zynq and ZynqMPMike Looijmans2016-11-15-0/+7
* armv8: add hooks for all cache-wide operationsStephen Warren2016-11-07-8/+22
* armv8: define get_ticks() for the ARMv8 Generic TimerAndre Przywara2016-11-05-0/+11
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-19-6/+6
* efi_loader: Add generic PSCI RTSAlexander Graf2016-10-19-5/+26
* arm: Provide common PSCI based reset handlerAlexander Graf2016-10-19-0/+25
* arm: Add PSCI shutdown functionAlexander Graf2016-10-18-0/+15
* arm: Disable HVC PSCI calls by defaultAlexander Graf2016-10-18-3/+11
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-10-12-11/+199
|\
| * armv8: fsl-layerscape: Move DDR config options to KconfigYork Sun2016-10-06-0/+54
| * arm: Move SYS_FSL_SRDS_* and SYS_HAS_SERDES to KconfigYork Sun2016-10-06-0/+16
| * arm: Move FSL_HAS_DP_DDR and NUM_DDR_CONTROLLERS to KconfigYork Sun2016-10-06-0/+8
| * arm: Move SYS_FSL_IFC_BANK_COUNT to KconfigYork Sun2016-10-06-0/+7
| * arm: Move MAX_CPUS to KconfigYork Sun2016-10-06-0/+13
| * arm: Move FSL_LSCH2 FSL_LSCH3 to KconfigYork Sun2016-10-06-0/+15
| * arm: Fix Kconfig for proper display menuYork Sun2016-10-06-4/+7
| * armv8: fsl: Enable USB only when SYSCLK is 100 MHzSriram Dash2016-10-06-0/+20
| * armv8/fsl-lsch2: Implement workaround for PIN MUX erratum A010539Hou Zhiqiang2016-10-06-0/+19
| * armv8: fsl-layerscape: Fix "cpu status" commandYork Sun2016-10-06-4/+33
| * armv8/fsl-layerscape: print SoC revsion numberWenbin Song2016-10-06-0/+3
| * armv8: fsl-lsch2: enable snoopable sata read and writeTang Yuantian2016-10-06-1/+4
| * armv8: fsl-lsch2: adjust sata parameterTang Yuantian2016-10-06-2/+0
* | ARMv8/sec-firmware: fix a compile errorHou Zhiqiang2016-10-06-6/+16
|/
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-26-20/+110
|\
| * Convert CONFIG_SYS_FSL_ERRATUM_A010315 to Kconfig optionYork Sun2016-09-26-0/+8
| * armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021AYork Sun2016-09-26-3/+10
| * armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun2016-09-26-3/+5
| * armv8: ls1046a: disable SATA ECC in DCSRShaohui Xie2016-09-14-0/+4
| * armv8: fsl-layerscape: spl: remove BSS clearing and board_init_rQianyu Gong2016-09-14-5/+0
| * armv8: fsl-layerscape: Increase L2 Data RAM latency and L2 Tag RAM latencyMingkai Hu2016-09-14-0/+15
| * armv8: ls2080a: Remove debug server supportYork Sun2016-09-14-5/+0
| * fsl-layerscape: Add workaround for PCIe erratum A010315Hou Zhiqiang2016-09-14-0/+16
| * arm: fsl-layerscape: move forward the non-secure access permission setupHou Zhiqiang2016-09-14-4/+5
| * fsl: serdes: ensure accessing the initialized maps of serdes protocolHou Zhiqiang2016-09-14-0/+24
| * ls1043ardb: PPA: add PPA validation in case of secure bootSumit Garg2016-09-14-0/+21
| * armv8: fsl-layerscape: Update ddr erratum a008336Shengzhou Liu2016-09-14-2/+4
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-3/+3
* | ARM64: zynqmp: Fix USB ulpi phy sequenceMichal Simek2016-09-22-4/+0
* | ARM64: zynqmp: Add support for USB ulpi phy reset via mode pinsMichal Simek2016-09-22-0/+23
* | ARM64: zynqmp: Add support for DFU from SPLMichal Simek2016-09-22-0/+4
* | ARM64: zynqmp: Force certain bootmode for SPLMichal Simek2016-09-22-0/+55
* | Convert CONFIG_SPL_SPI_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_SPI_FLASH_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_MMC_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_LIBDISK_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
* | Convert CONFIG_SPL_FAT_SUPPORT to KconfigSimon Glass2016-09-16-0/+3
|/
* kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2016-08-12-1/+1