summaryrefslogtreecommitdiff
path: root/lib/xlat_tables
AgeCommit message (Expand)Author
2018-02-27Update ULL() macro and instances of ull to comply with MISRADavid Cunado
2017-11-23Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm
2017-11-17Add ARMv8.2 ID_AA64MMFR0_EL1.PARange valueAntonio Nino Diaz
2017-11-08ARMv7 may not support large page addressingEtienne Carriere
2017-09-21Set TCR_EL1.EPD1 bit to 1Antonio Nino Diaz
2017-07-26xlat lib: Fix some typesSandrine Bailleux
2017-07-25xlat lib: Reorganize architectural defsSandrine Bailleux
2017-06-27Resolve signed-unsigned comparison issuesDavid Cunado
2017-06-22aarch32: Apply workaround for errata 813419 of Cortex-A57Dimitris Papastamos
2017-05-05Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bitdavidcunado-arm
2017-05-04Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-05-02Fix execute-never permissions in xlat tables libsAntonio Nino Diaz
2017-05-02Merge pull request #923 from nmenon/fix_xlat_1davidcunado-arm
2017-05-02xlat lib: Don't set mmap_attr_t enum to be -1Nishanth Menon
2017-04-29Merge branch 'integration' into tf_issue_461Scott Branden
2017-04-29Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden
2017-04-24Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvementsdavidcunado-arm
2017-04-20xlat lib: Use mmap_attr_t type consistentlySandrine Bailleux
2017-04-20Control inclusion of helper code used for assertsAntonio Nino Diaz
2017-03-28Add support to change xlat_tables to non-cacheableSummer Qin
2017-03-08Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz
2016-12-13Forbid block descriptors in initial xlat table levelsAntonio Nino Diaz
2016-12-13Add PLAT_xxx_ADDR_SPACE_SIZE definitionsAntonio Nino Diaz
2016-12-13Assert correct granularity when mapping a PAAntonio Nino Diaz
2016-08-23Automatically select initial xlation lookup levelAntonio Nino Diaz
2016-08-10AArch32: Add translation table library supportSoby Mathew
2016-08-09Fix the translation table library for wraparound casesSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-08Introduce utils.h header fileSandrine Bailleux
2016-07-08xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributesSandrine Bailleux
2016-07-08xlat lib: Refactor mmap_desc() functionSandrine Bailleux
2016-04-26Fix computation of L1 bitmask in the translation table libSandrine Bailleux
2016-04-15Limit support for region overlaps in xlat_tablesAntonio Nino Diaz
2016-04-13Refactor the xlat_tables library codeSoby Mathew