summaryrefslogtreecommitdiff
path: root/lib/xlat_tables
Commit message (Expand)AuthorAgeFilesLines
* fix(tree): correct some typosElyes Haouas2023-05-092-2/+2
* style: remove useless trailing semicolon and line continuationsElyes Haouas2023-03-091-2/+2
* build: always prefix section names with `.`Chris Kay2023-02-202-3/+3
* chore: fvp_r: Initial No-EL3 and MPU ImplementationGary Morrison2021-09-301-2/+2
* Aarch32 xlat_tables lib: Fix MISRA-2012 defectsAlexei Fedorov2020-07-291-89/+104
* Coding guideline suggest not to use unsigned longDeepika Bhavnani2019-11-121-11/+11
* Fix Coverity #343008, Side affect in assertionJustin Chadwell2019-08-061-2/+3
* Update base code to not rely on undefined overflow behaviourJustin Chadwell2019-07-121-2/+2
* SPM: Move shim layer to TTBR1_EL1Antonio Nino Diaz2019-04-031-3/+3
* ARMv7: support non-LPAE mapping (not xlat_v2)Etienne Carriere2019-02-191-0/+550
* lib/xlat_tables: Add support for ARMv8.4-TTSTSathees Balya2019-01-303-4/+27
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-044-23/+33
* xlat: Fix checks in mmap_add() and mmap_add_ctx()Antonio Nino Diaz2018-10-081-1/+1
* xlat: Change check in mmap_add and mmap_add_ctx()Daniel Boulby2018-10-031-1/+1
* xlat: Remove deprecated interfacesAntonio Nino Diaz2018-09-282-33/+0
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-1/+1
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-222-2/+2
* xlat v2: Support the EL2 translation regimeAntonio Nino Diaz2018-08-101-2/+14
* xlat: Use bool instead of intAntonio Nino Diaz2018-08-021-10/+10
* xlat: Fix MISRA defectsAntonio Nino Diaz2018-07-304-99/+110
* xlat: Remove references to the Trusted FirmwareAntonio Nino Diaz2018-07-151-3/+8
* DynamIQ: Enable MMU without using stackJeenu Viswambharan2018-06-271-0/+4
* xlat v1: Provide direct MMU-enabling stubsJeenu Viswambharan2018-06-272-1/+11
* xlat: Remove mmap_attr_t enum typeAntonio Nino Diaz2018-06-221-5/+5
* Merge pull request #1370 from antonio-nino-diaz-arm/an/fix-parangedanh-arm2018-05-031-6/+6
|\
| * xlat: Have all values of PARange for 8.x architecturesAntonio Nino Diaz2018-05-021-6/+6
* | xlat: Set AP[1] to 1 when it is RES1Antonio Nino Diaz2018-04-261-2/+14
|/
* Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-271-1/+1
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-0/+4
|\
| * ARMv7 may not support large page addressingEtienne Carriere2017-11-081-0/+4
* | Add ARMv8.2 ID_AA64MMFR0_EL1.PARange valueAntonio Nino Diaz2017-11-171-1/+4
|/
* Set TCR_EL1.EPD1 bit to 1Antonio Nino Diaz2017-09-211-1/+5
* xlat lib: Fix some typesSandrine Bailleux2017-07-262-4/+4
* xlat lib: Reorganize architectural defsSandrine Bailleux2017-07-253-129/+16
* Resolve signed-unsigned comparison issuesDavid Cunado2017-06-272-9/+9
* aarch32: Apply workaround for errata 813419 of Cortex-A57Dimitris Papastamos2017-06-221-1/+1
* Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bitdavidcunado-arm2017-05-054-5/+53
|\
| * Fix execute-never permissions in xlat tables libsAntonio Nino Diaz2017-05-024-5/+53
* | Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-044-100/+4
|\ \ | |/ |/|
| * Use SPDX license identifiersdp-arm2017-05-034-100/+4
* | Merge pull request #923 from nmenon/fix_xlat_1davidcunado-arm2017-05-021-13/+20
|\ \ | |/ |/|
| * xlat lib: Don't set mmap_attr_t enum to be -1Nishanth Menon2017-05-021-13/+20
* | Merge branch 'integration' into tf_issue_461Scott Branden2017-04-293-13/+14
|\ \ | |/
| * Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvementsdavidcunado-arm2017-04-241-5/+6
| |\
| | * xlat lib: Use mmap_attr_t type consistentlySandrine Bailleux2017-04-201-5/+6
| * | Control inclusion of helper code used for assertsAntonio Nino Diaz2017-04-203-8/+8
| |/
* | Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden2017-04-291-1/+1
|/
* Add support to change xlat_tables to non-cacheableSummer Qin2017-03-282-11/+26
* Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz2017-03-081-1/+1
* Forbid block descriptors in initial xlat table levelsAntonio Nino Diaz2016-12-132-1/+32