aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xlat_tables
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PLAT_xxx_ADDR_SPACE_SIZE definitionsAntonio Nino Diaz2016-12-134-47/+121
* Assert correct granularity when mapping a PAAntonio Nino Diaz2016-12-131-0/+3
* Automatically select initial xlation lookup levelAntonio Nino Diaz2016-08-234-34/+113
* AArch32: Add translation table library supportSoby Mathew2016-08-101-0/+123
* Fix the translation table library for wraparound casesSoby Mathew2016-08-091-6/+6
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-182-6/+6
* Introduce utils.h header fileSandrine Bailleux2016-07-082-3/+2
* 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-133-0/+487