index
:
git.armlinux.org.uk/atf-marvell.git
atf-v1.3-17.04
atf-v1.3-armada-17.06
atf-v1.3-armada-17.08
atf-v1.3-armada-17.10
atf-v1.4-armada-18.06
atf-v1.5-armada-18.09
atf-v1.5-armada-18.12
atf-v1.5-armada-18.12-rmk
Unnamed repository; edit this file 'description' to name the repository.
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
aarch64
Age
Commit message (
Expand
)
Author
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