aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8
AgeCommit message (Expand)AuthorFilesLines
2017-12-26Move CONFIG_PANIC_HANG to KconfigMasahiro Yamada1-0/+3
2017-12-18armv8: ls2085a: Update README file for NAND bootYork Sun1-3/+5
2017-12-13armv8: layerscape: Discard the needless cpu nodesWenbin song1-0/+27
2017-12-13armv8: ls1043a/ls2080a: check SoC by device IDWenbin song3-11/+10
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+2
2017-12-06armv8: LS1088A_QSPI: SECURE_BOOT: Images validationUdit Agarwal1-0/+1
2017-12-06armv8: Workaround for USB erratua on LS1012ARan Wang2-7/+24
2017-12-06armv8: fsl-layerscape: Add support of disabling core prefetchPrabhakar Kushwaha2-0/+58
2017-12-04armv8: mmu: fix page table mappingPeng Fan1-1/+4
2017-12-04armv8: shrink exception table codeAndre Przywara1-73/+56
2017-11-28arm64: zynqmp: Wire QSPI boot mode for SPLMichal Simek1-0/+5
2017-11-28arm64: zynqmp: Add SD1 level shifter mode to alternative selectionMichal Simek1-0/+4
2017-11-28arm64: zynqmp: Enable config DEFINE_TCM_OCM_MMAP if CONFIG_MP definedSiva Durga Prasad Paladugu1-0/+1
2017-11-28tools: mkimage: Extend mkimage to also include pmufwMichal Simek1-0/+8
2017-11-28arm64: zynqmp: Provide a Kconfig option to use specified memory for MMU tableSiva Durga Prasad Paladugu2-0/+19
2017-11-28arm64: zynqmp: mp: Correct the R5 release sequenceSiva Durga Prasad Paladugu1-0/+14
2017-11-28arm64: zynqmp: Remove slcr with mio status pin detectionMichal Simek2-64/+0
2017-11-28arm64: zynqmp: remove unnecessary logical constraintHeinrich Schuchardt1-2/+2
2017-11-17arm64: support running at addr other than linked toStephen Warren1-0/+26
2017-11-15driver: net: fsl-mc: Use base 16 in simple_strtoulPrabhakar Kushwaha1-1/+1
2017-11-15armv8: ls1088ardb: Add SD boot support for ls1088Ashish Kumar1-0/+44
2017-11-15armv8: ls1088: Enable SATA for ls1088Ashish Kumar1-0/+1
2017-10-27armv8: sec_firmware: Add support for loadables in FITSumit Garg2-7/+101
2017-10-27arm64: layerscape: Move CONFIG_HAS_FSL_XHCI_USB to KconfigRan Wang1-0/+7
2017-10-09armv8: layerscape: Enable falcon bootYork Sun2-0/+165
2017-10-09armv8: fsl-layerscape: Avoid running dram_init_banksize againYork Sun1-1/+17
2017-10-09spl: fix assignment of board info to global dataYork Sun1-0/+1
2017-10-09armv8: fsl-layerscape: Allocate Secure memory from first ddr regionSumit Garg1-41/+18
2017-10-09armv8: Apply workaround for USB erratum A-009007 to LS1088ARan Wang2-2/+3
2017-09-22armv8: fsl: i2c: Put I2C related code under CONFIG_SYS_I2CSriram Dash1-1/+1
2017-09-22armv8: fsl: ifc: Put IFC related code under CONFIG_FSL_IFCSriram Dash1-0/+2
2017-09-22armv8: fsl-layerscape: Put SATA code under SATA configsAshish Kumar1-0/+4
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-15/+0
2017-09-11armv8: fsl-layerscape: Add back L3 flushing for all exception levelsYork Sun1-4/+0
2017-09-11armv8: fsl-layerscape: Fix MC reserved memory calculationYork Sun1-3/+12
2017-09-11armv8: Add workaround for USB erratum A-009007Ran Wang2-0/+48
2017-09-11armv8: Add workaround for USB erratum A-008997Ran Wang2-0/+30
2017-09-11armv8: Add workaround for USB erratum A-009798Ran Wang2-0/+30
2017-09-11armv8: Add workaround for USB erratum A-009008Ran Wang2-0/+29
2017-09-11armv8: fsl-layerscape: Support to add RGMII for ls1088aqdsAshish Kumar2-0/+25
2017-09-11armv8: ls1088aqds: Add support of LS1088AQDSAshish Kumar1-1/+1
2017-09-11armv8: ls1088ardb: Add support for LS1088ARDB platformAshish Kumar2-0/+2
2017-09-11armv8: ls1088a: Add NXP LS1088A SoC supportAshish Kumar6-9/+219
2017-09-11armv8: fsl: Use correct conditional compile for ls1012aRan Wang1-1/+1
2017-09-11armv8: fsl-lsch3: Make CCN-504 related code conditionalAshish Kumar2-3/+9
2017-09-11LS2080ARDB: QSPI boot: Secure Boot image validationUdit Agarwal1-1/+2
2017-09-11SECURE_BOOT: Unify memory map for Layerscape based platformsSumit Garg1-6/+6
2017-09-11fsl-layerscape: Consolidate registers space defination for CCI-400 busAshish Kumar3-3/+21
2017-08-26ARMv8/sec_firmware : Update chosen/kaslr-seed with random numberRuchika Gupta2-3/+133
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1