aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic "aa/sel2_support" into integrationOlivier Deprez2019-12-131-0/+10
|\
| * S-EL2 Support: Check for AArch64Artsem Artsemenka2019-12-061-1/+7
| * Add support for enabling S-EL2Achin Gupta2019-12-061-0/+4
* | Merge "libc: add memrchr" into integrationAlexei Fedorov2019-12-112-0/+25
|\ \
| * | libc: add memrchrAmbroise Vincent2019-12-112-0/+25
| |/
* / adding support to enable different personality of the same soc.Pankaj Gupta2019-11-263-13/+18
|/
* Merge "Coding guideline suggest not to use unsigned long" into integrationSandrine Bailleux2019-11-152-12/+13
|\
| * Coding guideline suggest not to use unsigned longDeepika Bhavnani2019-11-122-12/+13
* | Merge "Fix white space errors + remove #if defined" into integrationSandrine Bailleux2019-11-131-7/+5
|\ \
| * | Fix white space errors + remove #if definedlaurenw-arm2019-10-241-7/+5
| |/
* | Merge "Disable stack protection explicitly" into integrationPaul Beesley2019-11-121-1/+3
|\ \ | |/ |/|
| * Disable stack protection explicitlySimon South2019-10-201-1/+3
* | xlat_table_v2: Fix enable WARMBOOT_ENABLE_DCACHE_EARLY configArtsem Artsemenka2019-10-181-2/+2
|/
* Merge "Neoverse N1 Errata Workaround 1542419" into integrationSoby Mathew2019-10-073-1/+113
|\
| * Neoverse N1 Errata Workaround 1542419laurenw-arm2019-10-043-1/+113
* | Merge "Fix the CAS spinlock implementation" into integrationSoby Mathew2019-10-071-35/+18
|\ \
| * | Fix the CAS spinlock implementationSoby Mathew2019-10-041-35/+18
* | | Merge "TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2U" into in...Soby Mathew2019-10-031-2/+26
|\ \ \
| * | | TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov2019-10-031-2/+26
| |/ /
* | | Introducing support for Cortex-A65AEImre Kis2019-10-031-0/+81
* | | Introducing support for Cortex-A65Imre Kis2019-10-021-0/+81
| |/ |/|
* | Merge "Cortex_hercules: Add support for Hercules-AE" into integrationSoby Mathew2019-10-011-0/+100
|\ \
| * | Cortex_hercules: Add support for Hercules-AEArtsem Artsemenka2019-09-301-0/+100
| |/
* | Merge "AArch32: Disable Secure Cycle Counter" into integrationSoby Mathew2019-09-271-4/+22
|\ \ | |/ |/|
| * AArch32: Disable Secure Cycle CounterAlexei Fedorov2019-09-261-4/+22
* | Merge "Fix MTE support from causing unused variable warnings" into integrationSoby Mathew2019-09-271-2/+2
|\ \
| * | Fix MTE support from causing unused variable warningsJustin Chadwell2019-09-201-2/+2
| |/
* / Adding new optional PSCI hook pwr_domain_on_finish_lateMadhukar Pappireddy2019-09-251-1/+9
|/
* Merge changes from topic "db/unsigned_long" into integrationSandrine Bailleux2019-09-181-1/+1
|\
| * SCTLR and ACTLR are 32-bit for AArch32 and 64-bit for AArch64Deepika Bhavnani2019-09-131-1/+1
* | Merge "Refactor ARMv8.3 Pointer Authentication support code" into integrationSoby Mathew2019-09-134-257/+321
|\ \ | |/ |/|
| * Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-134-257/+321
* | Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into in...Soby Mathew2019-09-131-0/+1
|\ \
| * | Assert if power level value greater then PSCI_INVALID_PWR_LVLDeepika Bhavnani2019-09-091-0/+1
* | | Merge "Unify type of "cpu_idx" across PSCI module." into integrationSoby Mathew2019-09-132-17/+19
|\ \ \ | |_|/ |/| |
| * | Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2019-09-132-17/+19
| |/
* | Merge "libc: fix sparse warning for __assert()" into integrationSoby Mathew2019-09-121-4/+5
|\ \
| * | libc: fix sparse warning for __assert()Masahiro Yamada2019-09-111-4/+5
| |/
* | Merge changes from topic "jc/mte_enable" into integrationSoby Mathew2019-09-122-8/+42
|\ \
| * | Enable MTE support in both secure and non-secure worldsJustin Chadwell2019-09-092-8/+42
| |/
* / Zeus: apply the MSR SSBS instructionJohn Tsichritzis2019-09-111-1/+11
|/
* Merge "AArch64: Disable Secure Cycle Counter" into integrationPaul Beesley2019-08-232-39/+96
|\
| * AArch64: Disable Secure Cycle CounterAlexei Fedorov2019-08-212-39/+96
* | Merge "Fix for N1 1043202 Errata Workaround" into integrationAlexei Fedorov2019-08-201-0/+1
|\ \
| * | Fix for N1 1043202 Errata Workaroundlaurenw-arm2019-08-191-0/+1
* | | Merge "Coverity fix: Remove GGC ignore -Warray-bounds" into integrationPaul Beesley2019-08-201-11/+11
|\ \ \
| * | | Coverity fix: Remove GGC ignore -Warray-boundsDeepika Bhavnani2019-08-161-11/+11
| |/ /
* / / FVP_Base_AEMv8A platform: Fix cache maintenance operationsAlexei Fedorov2019-08-161-5/+33
|/ /
* | Merge changes from topic "jc/coverity-fixes" into integrationPaul Beesley2019-08-133-51/+6
|\ \ | |/ |/|
| * Fix Coverity #261967, Infinite loopJustin Chadwell2019-08-061-47/+0