index
:
imx-atf.git
imx_4.14.78_1.0.0_ga
imx_4.9.51_imx8_beta1
imx_5.4.24_2.1.0
toradex_imx_5.4.24_2.1.0
toradex_imx_5.4.70_2.3.0
Reference implementation of ARM secure world software for i.MX
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
aarch64
Age
Commit message (
Expand
)
Author
2017-10-17
Introduce functions to disable the MMU in EL1
Antonio Nino Diaz
2017-06-21
Exit early if size zero for cache helpers
Soby Mathew
2017-05-03
Use SPDX license identifiers
dp-arm
2017-04-20
Remove build option `ASM_ASSERTION`
Antonio Nino Diaz
2017-03-20
Replace ASM signed tests with unsigned
Douglas Raillard
2017-02-06
Introduce unified API to zero memory
Douglas Raillard
2016-12-14
Fix integer comparison in memcpy16
Douglas Raillard
2016-04-13
Refactor the xlat_tables library code
Soby Mathew
2016-03-31
Remove xlat_helpers.c
Antonio Nino Diaz
2016-03-11
Merge pull request #542 from sandrine-bailleux-arm/km/pt-zero
danh-arm
2016-03-07
Initialize all translation table entries
Kristina Martsenko
2016-03-03
Extend memory attributes to map non-cacheable memory
Sandrine Bailleux
2016-02-01
Use tf_printf() for debug logs from xlat_tables.c
Soby Mathew
2016-01-14
Remove direct usage of __attribute__((foo))
Soren Brinkmann
2015-09-14
Make generic code work in presence of system caches
Achin Gupta
2015-04-08
Add support to indicate size and end of assembly functions
Kévin Petit
2015-03-16
Add macro to calculate number of elements in an array
Vikram Kanigiri
2014-10-29
Add support for level specific cache maintenance operations
Soby Mathew
2014-08-20
Introduce framework for CPU specific operations
Soby Mathew
2014-07-28
Merge pull request #172 from soby-mathew/sm/asm_assert
danh-arm
2014-07-28
Implement an assert() callable from assembly code
Soby Mathew
2014-07-28
Simplify management of SCTLR_EL3 and SCTLR_EL1
Achin Gupta
2014-07-19
Make enablement of the MMU more flexible
Achin Gupta
2014-07-09
Calculate TCR bits based on VA and PA
Lin Ma
2014-06-16
Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2
danh-arm
2014-06-10
Make system register functions inline assembly
Andrew Thoelke
2014-06-02
Enable mapping higher physical address
Lin Ma
2014-05-23
Add enable mmu platform porting interfaces
Dan Handley
2014-05-23
Split platform.h into separate headers
Dan Handley
2014-05-23
Merge pull request #102 from achingupta:ag/tf-issues#104-v2
Andrew Thoelke
2014-05-22
Use secure timer to generate S-EL1 interrupts
Achin Gupta
2014-05-22
Merge pull request #91 from linmaonly/lin_dev
Andrew Thoelke
2014-05-20
Address issue 156: 64-bit addresses get truncated
Lin Ma
2014-05-16
Rework BL3-1 unhandled exception handling and reporting
Soby Mathew
2014-05-08
Merge pull request #58 from athoelke/optimise-cache-flush-v2
danh-arm
2014-05-07
Optimise data cache clean/invalidate operation
Andrew Thoelke
2014-05-07
Remove unused or invalid asm helper functions
Andrew Thoelke
2014-05-07
Access system registers directly in assembler
Andrew Thoelke
2014-05-07
Replace disable_mmu with assembler version
Andrew Thoelke
2014-05-07
Correct usage of data and instruction barriers
Andrew Thoelke
2014-05-06
Reduce deep nesting of header files
Dan Handley
2014-05-06
Always use named structs in header files
Dan Handley
2014-05-06
Move include and source files to logical locations
Dan Handley