summaryrefslogtreecommitdiff
path: root/include/lib/xlat_tables
AgeCommit message (Expand)Author
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-05-24Add support for Branch Target IdentificationAlexei Fedorov
2019-02-19ARMv7: support non-LPAE mapping (not xlat_v2)Etienne Carriere
2019-01-30lib/xlat_tables: Add support for ARMv8.4-TTSTSathees Balya
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-11SPM: Support multiple xlat tables contextsAntonio Nino Diaz
2018-11-22xlat v2: Support mapping regions with allocated VAAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-26xlat: Fix compatibility between v1 and v2Antonio Nino Diaz
2018-09-28xlat: Remove deprecated interfacesAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-10xlat v2: Support the EL2 translation regimeAntonio Nino Diaz
2018-08-06xlat v2: Cleanup get/change mem attr helpersAntonio Nino Diaz
2018-08-02xlat: Use bool instead of intAntonio Nino Diaz
2018-07-30xlat: Fix MISRA defectsAntonio Nino Diaz
2018-07-15xlat: Remove references to the Trusted FirmwareAntonio Nino Diaz
2018-07-15xlat v2: Make setup_mmu_config publicAntonio Nino Diaz
2018-07-13xlat v2: Turn MMU parameters into 64-bit valuesAntonio Nino Diaz
2018-07-13xlat v2: Remove IMAGE_EL defineAntonio Nino Diaz
2018-07-03xlat v2: Split code into separate filesAntonio Nino Diaz
2018-06-27xlat v2: Split MMU setup and enableJeenu Viswambharan
2018-06-22xlat: Remove mmap_attr_t enum typeAntonio Nino Diaz
2018-06-14Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixesDimitris Papastamos
2018-06-13xlat v2: Introduce xlat granule size helpersAntonio Nino Diaz
2018-06-12Fix MISRA Rule 5.3 Part 2Daniel Boulby
2018-05-09xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZERoberto Vargas
2018-04-26xlat: Set AP[1] to 1 when it is RES1Antonio Nino Diaz
2018-04-17Fix some MISRA defects in SPM codeAntonio Nino Diaz
2018-02-27Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz
2018-01-18bl2-el3: Add BL2_EL3 imageRoberto Vargas
2017-12-06SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAMAntonio Nino Diaz
2017-11-09Merge pull request #1148 from antonio-nino-diaz-arm/an/spmdavidcunado-arm
2017-11-08xlat: Make function to calculate TCR PA bits publicAntonio Nino Diaz
2017-11-01Fix usage of IMAGE_BLx macrosRoberto Vargas
2017-10-17xlat: Introduce API to change memory attributes of a regionSandrine Bailleux
2017-10-17xlat: Introduce API to get memory attributes of a regionSandrine Bailleux
2017-10-17xlat: Define translation regime in AArch32Antonio Nino Diaz
2017-10-05xlat: Add support for EL0 and EL1 mappingsAntonio Nino Diaz
2017-10-05xlat: Introduce function xlat_arch_tlbi_va_regime()Douglas Raillard
2017-10-05xlat: Introduce MAP_REGION2() macroSandrine Bailleux
2017-09-26xlat: remove cast in MAP_REGION to get back building with GCC 4.9Masahiro Yamada
2017-09-15Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_re...davidcunado-arm
2017-09-11Helper macro to create MAIR encodingsIsla Mitchell
2017-09-11xlat: Use MAP_REGION macro as compatibility layerDouglas Raillard
2017-07-26Emphasize that TF only supports 4 KB granule sizeSandrine Bailleux
2017-07-26xlat lib: Fix some typesSandrine Bailleux
2017-07-26xlat lib v2: Expose *_ctx() APIsSandrine Bailleux
2017-07-25xlat lib v2: Export translation context as an opaque typeSandrine Bailleux
2017-07-25xlat lib: Reorganize architectural defsSandrine Bailleux