aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xlat_tables/xlat_tables_common.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-8/+11
* 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
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-1/+1
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+1
* xlat: Use bool instead of intAntonio Nino Diaz2018-08-021-10/+10
* xlat: Fix MISRA defectsAntonio Nino Diaz2018-07-301-56/+65
* xlat: Remove references to the Trusted FirmwareAntonio Nino Diaz2018-07-151-3/+8
* xlat: Remove mmap_attr_t enum typeAntonio Nino Diaz2018-06-221-5/+5
* 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
* Resolve signed-unsigned comparison issuesDavid Cunado2017-06-271-7/+7
* Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bitdavidcunado-arm2017-05-051-5/+9
|\
| * Fix execute-never permissions in xlat tables libsAntonio Nino Diaz2017-05-021-5/+9
* | Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-041-25/+1
|\ \ | |/ |/|
| * Use SPDX license identifiersdp-arm2017-05-031-25/+1
* | xlat lib: Don't set mmap_attr_t enum to be -1Nishanth Menon2017-05-021-13/+20
|/
* 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-201-3/+3
|/
* Forbid block descriptors in initial xlat table levelsAntonio Nino Diaz2016-12-131-1/+2
* Add PLAT_xxx_ADDR_SPACE_SIZE definitionsAntonio Nino Diaz2016-12-131-1/+9
* Assert correct granularity when mapping a PAAntonio Nino Diaz2016-12-131-0/+3
* Automatically select initial xlation lookup levelAntonio Nino Diaz2016-08-231-10/+13
* Fix the translation table library for wraparound casesSoby Mathew2016-08-091-6/+6
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-181-5/+6
* Introduce utils.h header fileSandrine Bailleux2016-07-081-1/+1
* xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributesSandrine Bailleux2016-07-081-2/+5
* xlat lib: Refactor mmap_desc() functionSandrine Bailleux2016-07-081-17/+43
* Fix computation of L1 bitmask in the translation table libSandrine Bailleux2016-04-261-2/+3
* Limit support for region overlaps in xlat_tablesAntonio Nino Diaz2016-04-151-35/+108
* Refactor the xlat_tables library codeSoby Mathew2016-04-131-0/+281