TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
901b0a3015a652d9eb66c063b0984fade9adf08f
/
include
/
lib
/
xlat_tables
2a1cdee
feat(drtm): add platform functions for DRTM
by johpow01
· 3 years, 5 months ago
3621823
feat(rme): add xlat table library changes for FEAT_RME
by Zelalem Aweke
· 4 years, 1 month ago
d7b5f40
Increase type widths to satisfy width requirements
by Jimmy Brisson
· 5 years ago
0922e48
xlat_tables_v2: add base table section name parameter for spm_mm
by Masahisa Kojima
· 5 years ago
06aca85
xlat lib v2: Add support to pass shareability attribute for normal memory region
by Pramod Kumar
· 5 years ago
268131c
xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES
by Masahiro Yamada
· 5 years ago
f554773
xlat_tables_v2: add enable_mmu()
by Masahiro Yamada
· 5 years ago
e282245
xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPEC
by Masahiro Yamada
· 5 years ago
363830d
xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE}
by Masahiro Yamada
· 5 years ago
60e8f3c
Read-only xlat tables for BL31 memory
by Petre-Ionut Tudor
· 6 years ago
402b3cf
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 6 years ago
d5dfdeb
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
by Julius Werner
· 6 years ago
9fc5963
Add support for Branch Target Identification
by Alexei Fedorov
· 6 years ago
c9fe6fe
ARMv7: support non-LPAE mapping (not xlat_v2)
by Etienne Carriere
· 8 years ago
cedfa04
lib/xlat_tables: Add support for ARMv8.4-TTST
by Sathees Balya
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
bbc8100
SPM: Support multiple xlat tables contexts
by Antonio Nino Diaz
· 7 years ago
9056f10
xlat v2: Support mapping regions with allocated VA
by Antonio Nino Diaz
· 7 years ago
c3cf06f
Standardise header guards across codebase
by Antonio Nino Diaz
· 7 years ago
03987d0
xlat: Fix compatibility between v1 and v2
by Antonio Nino Diaz
· 7 years ago
90e0c98
xlat: Remove deprecated interfaces
by Antonio Nino Diaz
· 7 years ago
93c78ed
libc: Fix all includes in codebase
by Antonio Nino Diaz
· 7 years ago
1a92a0e
xlat v2: Support the EL2 translation regime
by Antonio Nino Diaz
· 7 years ago
e5d5951
xlat v2: Cleanup get/change mem attr helpers
by Antonio Nino Diaz
· 7 years ago
5b395e3
xlat: Use bool instead of int
by Antonio Nino Diaz
· 7 years ago
e7b9886
xlat: Fix MISRA defects
by Antonio Nino Diaz
· 7 years ago
1dd6c05
xlat: Remove references to the Trusted Firmware
by Antonio Nino Diaz
· 7 years ago
63ddbae
xlat v2: Make setup_mmu_config public
by Antonio Nino Diaz
· 7 years ago
6563c0b
xlat v2: Turn MMU parameters into 64-bit values
by Antonio Nino Diaz
· 7 years ago
aa1d5f6
xlat v2: Remove IMAGE_EL define
by Antonio Nino Diaz
· 7 years ago
fd2299e
xlat v2: Split code into separate files
by Antonio Nino Diaz
· 7 years ago
0cc7aa8
xlat v2: Split MMU setup and enable
by Jeenu Viswambharan
· 7 years ago
3a1b7b1
xlat: Remove mmap_attr_t enum type
by Antonio Nino Diaz
· 7 years ago
59c4346
Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes
by Dimitris Papastamos
· 7 years ago
a0b9bb7
xlat v2: Introduce xlat granule size helpers
by Antonio Nino Diaz
· 7 years ago
896a590
Fix MISRA Rule 5.3 Part 2
by Daniel Boulby
· 7 years ago
d92a286
xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE
by Roberto Vargas
· 7 years ago
01c0a38
xlat: Set AP[1] to 1 when it is RES1
by Antonio Nino Diaz
· 7 years ago
b3323cd
Fix some MISRA defects in SPM code
by Antonio Nino Diaz
· 7 years ago
883d1b5
Add comments about mismatched TCR_ELx and xlat tables
by Antonio Nino Diaz
· 7 years ago
b1d27b4
bl2-el3: Add BL2_EL3 image
by Roberto Vargas
· 8 years ago
45d640f
SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM
by Antonio Nino Diaz
· 8 years ago
9500d5a
Merge pull request #1148 from antonio-nino-diaz-arm/an/spm
by davidcunado-arm
· 8 years ago
ad02a75
xlat: Make function to calculate TCR PA bits public
by Antonio Nino Diaz
· 8 years ago
e8a87ac
Fix usage of IMAGE_BLx macros
by Roberto Vargas
· 8 years ago
996d6b3
xlat: Introduce API to change memory attributes of a region
by Sandrine Bailleux
· 8 years ago
1be910b
xlat: Introduce API to get memory attributes of a region
by Sandrine Bailleux
· 8 years ago
8bf5bac
xlat: Define translation regime in AArch32
by Antonio Nino Diaz
· 8 years ago
609c919
xlat: Add support for EL0 and EL1 mappings
by Antonio Nino Diaz
· 8 years ago
b4ae615
xlat: Introduce function xlat_arch_tlbi_va_regime()
by Douglas Raillard
· 8 years ago
fdb1964
xlat: Introduce MAP_REGION2() macro
by Sandrine Bailleux
· 8 years ago
03f55a5
xlat: remove cast in MAP_REGION to get back building with GCC 4.9
by Masahiro Yamada
· 8 years ago
756f9bb
Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region
by davidcunado-arm
· 8 years ago
04880e3
Helper macro to create MAIR encodings
by Isla Mitchell
· 8 years ago
769d65d
xlat: Use MAP_REGION macro as compatibility layer
by Douglas Raillard
· 8 years ago
de3d704
Emphasize that TF only supports 4 KB granule size
by Sandrine Bailleux
· 8 years ago
0044231
xlat lib: Fix some types
by Sandrine Bailleux
· 8 years ago
a9ad848
xlat lib v2: Expose *_ctx() APIs
by Sandrine Bailleux
· 8 years ago
55c8496
xlat lib v2: Export translation context as an opaque type
by Sandrine Bailleux
· 8 years ago
8933c34
xlat lib: Reorganize architectural defs
by Sandrine Bailleux
· 8 years ago
030567e
include: add U()/ULL() macros for constants
by Varun Wadekar
· 8 years ago
e769db3
Minor fixes to the xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
5e62327
Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit
by davidcunado-arm
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
a564025
Fix execute-never permissions in xlat tables libs
by Antonio Nino Diaz
· 8 years ago
0f22bef
Merge branch 'integration' into tf_issue_461
by Scott Branden
· 8 years ago
53d9c9c
Move defines in utils.h to utils_def.h to fix shared header compile issues
by Scott Branden
· 8 years ago
28fa2e9
xlat lib: Use mmap_attr_t type consistently
by Sandrine Bailleux
· 8 years ago
5d21b03
Add support to change xlat_tables to non-cacheable
by Summer Qin
· 8 years ago
0b64f4e
Add dynamic region support to xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
7bb01fb
Add version 2 of xlat tables library
by Antonio Nino Diaz
· 8 years ago