aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge "xlat_tables_v2: add enable_mmu()" into integrationMark Dykes2020-03-311-0/+3
|\
| * xlat_tables_v2: add enable_mmu()Masahiro Yamada2020-03-311-0/+3
* | Merge "Add get_current_el_maybe_constant()" into integrationMark Dykes2020-03-311-0/+17
|\|
| * Add get_current_el_maybe_constant()Masahiro Yamada2020-03-311-0/+17
* | Create separate header for ARM specific SMCCC definesManish V Badarkhe2020-03-303-5/+16
|/
* FVP: Add BL2 hash calculation in BL1Alexei Fedorov2020-03-252-0/+9
* Merge "Fix 'tautological-constant-compare' error" into integrationMark Dykes2020-03-251-2/+2
|\
| * Fix 'tautological-constant-compare' errorManish V Badarkhe2020-03-251-2/+2
* | Merge "context: TPIDR_EL2 register not saved/restored" into integrationManish Pandey2020-03-241-2/+4
|\ \ | |/ |/|
| * context: TPIDR_EL2 register not saved/restoredOlivier Deprez2020-03-201-2/+4
* | raw_nand: correct static analysis tool warningYann Gautier2020-03-231-1/+2
* | spd: tlkd: support new TLK SMCs for RPMB serviceMustafa Yigit Bilgen2020-03-211-0/+3
* | Merge "el3_entrypoint_common: avoid overwriting arg3" into integrationManish Pandey2020-03-191-1/+9
|\ \
| * | el3_entrypoint_common: avoid overwriting arg3Yann Gautier2020-02-211-1/+9
* | | tlkd: remove system off/reset handlersVarun Wadekar2020-03-181-2/+1
* | | Tegra194: enable dual execution for EL2 and EL3Kalyani Chidambaram2020-03-181-0/+5
| |/ |/|
* | Merge changes from topic "rpix-multi-console" into integrationSandrine Bailleux2020-03-181-5/+1
|\ \
| * | rpi3: gpio: Simplify GPIO setupAndre Przywara2020-03-171-5/+1
* | | Implement SMCCC_ARCH_SOC_ID SMC callManish V Badarkhe2020-03-173-1/+24
* | | Merge "SPMD: Add support for SPCI_ID_GET" into integrationSandrine Bailleux2020-03-131-0/+5
|\ \ \
| * | | SPMD: Add support for SPCI_ID_GETMax Shvetsov2020-03-121-0/+5
| |/ /
* | | Merge changes from topic "mp/enhanced_pal_hw" into integrationMark Dykes2020-03-122-2/+11
|\ \ \
| * | | fconf: necessary modifications to support fconf in BL31 & SP_MINMadhukar Pappireddy2020-03-111-0/+1
| * | | fconf: enhancements to firmware configuration frameworkMadhukar Pappireddy2020-03-111-2/+10
* | | | Merge "Use Speculation Barrier instruction for v8.5 cores" into integrationMark Dykes2020-03-122-1/+11
|\ \ \ \
| * | | | Use Speculation Barrier instruction for v8.5 coresMadhukar Pappireddy2020-03-112-1/+11
| |/ / /
* | / / spd: tlkd: secure timer interrupt handlerVarun Wadekar2020-03-111-0/+2
| |/ / |/| |
* | | Merge "Fix crash dump for lower EL" into integrationMark Dykes2020-03-112-2/+7
|\ \ \
| * | | Fix crash dump for lower ELAlexei Fedorov2020-03-062-2/+7
* | | | Merge "TF-A GICv3 driver: Separate GICD and GICR accessor functions" into int...Mark Dykes2020-03-111-3/+3
|\ \ \ \
| * | | | TF-A GICv3 driver: Separate GICD and GICR accessor functionsAlexei Fedorov2020-03-101-3/+3
* | | | | Merge changes from topic "xlat" into integrationSandrine Bailleux2020-03-113-47/+39
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-0/+21
| * | | | xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPECMasahiro Yamada2020-03-111-2/+3
| * | | | xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE}Masahiro Yamada2020-03-112-45/+15
| |/ / /
* | | | Merge changes from topic "sb/dualroot" into integrationMark Dykes2020-03-101-1/+1
|\ \ \ \
| * | | | plat/arm: Pass cookie argument down to arm_get_rotpk_info()Sandrine Bailleux2020-02-241-1/+1
* | | | | Merge changes from topic "sb/dualroot" into integrationSandrine Bailleux2020-03-101-0/+19
|\| | | | | |/ / / |/| | |
| * | | Introduce a new "dualroot" chain of trustSandrine Bailleux2020-02-241-0/+19
* | | | Merge "aarch32: stop speculative execution past exception returns" into integ...Mark Dykes2020-03-092-2/+15
|\ \ \ \
| * | | | aarch32: stop speculative execution past exception returnsMadhukar Pappireddy2020-03-012-2/+15
* | | | | TBB: Add an IO abstraction layer to load encrypted firmwaresSumit Garg2020-03-065-2/+67
* | | | | drivers: crypto: Add authenticated decryption frameworkSumit Garg2020-03-063-4/+45
| |_|/ / |/| | |
* | | | Merge changes from topic "spmd-sel2" into integrationOlivier Deprez2020-03-065-21/+177
|\ \ \ \
| * | | | SPMD: add command line parameter to run SPM at S-EL2 or S-EL1Max Shvetsov2020-03-031-7/+0
| * | | | SPMD: SPMC init, SMC handler cosmetic changesMax Shvetsov2020-03-031-1/+1
| * | | | SPMD: Adds partially supported EL2 registers.Max Shvetsov2020-03-032-86/+134
| * | | | SPMD: save/restore EL2 system registers.Max Shvetsov2020-03-023-8/+123
| |/ / /
* | | | SPMD: loading Secure Partition payloadsManish Pandey2020-03-041-0/+4
* | | | fconf: Add Secure Partitions information as propertyOlivier Deprez2020-03-032-0/+31
|/ / /