summaryrefslogtreecommitdiff
path: root/lib/xlat_tables_v2
Commit message (Expand)AuthorAgeFilesLines
* fix(tree): correct some typosElyes Haouas2023-05-092-2/+2
* feat(spmc): prevent read only xlat tables with the EL3 SPMCSayanta Pattanayak2022-04-131-1/+5
* fix(xlat): fix bug on VERBOSE traceJavier Almansa Sobrino2021-12-031-1/+2
* Merge changes from topic "za/feat_rme" into integrationSoby Mathew2021-10-065-7/+73
|\
| * feat(rme): add xlat table library changes for FEAT_RMEZelalem Aweke2021-10-045-7/+73
* | fix(xlat): remove always true check in assertYann Gautier2021-10-041-3/+1
|/
* Increase type widths to satisfy width requirementsJimmy Brisson2020-10-121-4/+4
* locks: bakery: use is_dcache_enabled() helperMasahiro Yamada2020-04-071-4/+1
* Merge "xlat_tables_v2: use get_current_el_maybe_constant() in is_dcache_enabl...Mark Dykes2020-04-031-2/+2
|\
| * xlat_tables_v2: use get_current_el_maybe_constant() in is_dcache_enabled()Masahiro Yamada2020-04-031-2/+2
* | xlat lib v2: Add support to pass shareability attribute for normal memory regionPramod Kumar2020-04-031-1/+10
|/
* xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLESMasahiro Yamada2020-04-021-8/+1
* xlat_tables_v2: add enable_mmu()Masahiro Yamada2020-03-311-0/+17
* xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE}Masahiro Yamada2020-03-111-5/+6
* Read-only xlat tables for BL31 memoryPetre-Ionut Tudor2020-02-243-2/+119
* xlat_tables_v2: simplify end address checks in mmap_add_region_check()Masahiro Yamada2020-01-221-3/+3
* Coding guideline suggest not to use unsigned longDeepika Bhavnani2019-11-121-1/+2
* xlat_table_v2: Fix enable WARMBOOT_ENABLE_DCACHE_EARLY configArtsem Artsemenka2019-10-181-2/+2
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-012-18/+18
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-242-2/+22
* SPM: Move shim layer to TTBR1_EL1Antonio Nino Diaz2019-04-031-1/+1
* xlat_tables_v2: Revert recent changes to remove recursionAntonio Nino Diaz2019-03-192-341/+153
* xlat_tables_v2: print xlat tables without recursionDavid Pu2019-03-051-55/+111
* xlat_tables_v2: unmap region without recursion.David Pu2019-03-051-41/+109
* xlat_tables_v2: map region without recursion.David Pu2019-03-051-56/+120
* xlat_tables_v2: find VA/idx with helper functions.David Pu2019-02-281-26/+35
* xlat_tables_v2: get unmap action type with helper function.David Pu2019-02-281-49/+64
* xlat_tables_v2: mark 'xlat_clean_dcache_range' unusedVarun Wadekar2019-02-071-1/+1
* xlat v2: Fix commentAntonio Nino Diaz2019-02-011-1/+2
* lib/xlat_tables: Add support for ARMv8.4-TTSTSathees Balya2019-01-304-2/+44
* xlat v2: Dynamically detect need for CnP bitAntonio Nino Diaz2019-01-112-16/+12
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-048-30/+43
* SPM: Support multiple xlat tables contextsAntonio Nino Diaz2018-12-111-0/+30
* xlat v2: Support mapping regions with allocated VAAntonio Nino Diaz2018-11-222-0/+124
* PIE: Use PC relative adrp/adr for symbol referenceSoby Mathew2018-10-291-1/+2
* xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-261-0/+3
* xlat: Fix checks in mmap_add() and mmap_add_ctx()Antonio Nino Diaz2018-10-081-1/+1
* Mark xlat tables initialization codeDaniel Boulby2018-10-032-2/+2
* xlat: Change check in mmap_add and mmap_add_ctx()Daniel Boulby2018-10-031-1/+1
* xlat: Remove deprecated interfacesAntonio Nino Diaz2018-09-281-30/+0
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-32/+32
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-223-3/+3
* xlat v2: Support the EL2 translation regimeAntonio Nino Diaz2018-08-107-45/+190
* xlat v2: Flush xlat tables after being modifiedAntonio Nino Diaz2018-08-075-6/+60
* xlat v2: Cleanup get/change mem attr helpersAntonio Nino Diaz2018-08-062-11/+19
* xlat: Use bool instead of intAntonio Nino Diaz2018-08-025-48/+50
* xlat: Fix MISRA defectsAntonio Nino Diaz2018-07-306-286/+311
* xlat: Remove references to the Trusted FirmwareAntonio Nino Diaz2018-07-152-8/+11
* xlat v2: Make setup_mmu_config publicAntonio Nino Diaz2018-07-154-23/+24
* xlat v2: Turn MMU parameters into 64-bit valuesAntonio Nino Diaz2018-07-134-39/+35