index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
mmu-arm.S
Age
Commit message (
Expand
)
Author
2010-09-08
Rename cache coherency functions.
Thomas Martitz
2010-05-30
Update Samsung YP-S3 bootloader demo
Bertrik Sikken
2010-05-29
cpucache_invalidate: use bx reg instead of mov pc, reg to return
Rafaël Carré
2010-05-13
as3525: use DMA for recording
Rafaël Carré
2010-04-13
s5l870x : use mmu-arm.S
Rafaël Carré
2010-04-13
mmu-arm.S: comment out dump_dcache_range()
Rafaël Carré
2010-04-13
mmu-arm.S: disable MMU functions on CPUs which don't use them
Rafaël Carré
2010-04-13
mmu-arm.S: Use correct implementations on arm926ej-s CPUs
Rafaël Carré
2010-04-13
mmu-arm* : cpucache_invalidate() needs to be in IRAM for rolo
Rafaël Carré
2010-04-13
mmu-arm (v4/v5) : fix previous commit, clean/invalidate correctly the first s...
Rafaël Carré
2010-04-13
mmu-arm (v4/v5) : use one less instruction in invalidate_dcache/clean_dcache
Rafaël Carré
2009-10-18
Split ARMv6 code from mmu-arm.S
Rafaël Carré
2009-10-17
Fix S5L870x cache coherency functions. They were split into a different file,...
Michael Sparmann
2009-10-09
Added S5L870X cache coherency support
Michael Sparmann
2009-02-11
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...
Michael Sevakis