summaryrefslogtreecommitdiff
path: root/firmware/target/arm/mmu-arm.S
AgeCommit message (Expand)Author
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken
2010-05-29cpucache_invalidate: use bx reg instead of mov pc, reg to returnRafaël Carré
2010-05-13as3525: use DMA for recordingRafaël Carré
2010-04-13s5l870x : use mmu-arm.SRafaël Carré
2010-04-13mmu-arm.S: comment out dump_dcache_range()Rafaël Carré
2010-04-13mmu-arm.S: disable MMU functions on CPUs which don't use themRafaël Carré
2010-04-13mmu-arm.S: Use correct implementations on arm926ej-s CPUsRafaël Carré
2010-04-13mmu-arm* : cpucache_invalidate() needs to be in IRAM for roloRafaël Carré
2010-04-13mmu-arm (v4/v5) : fix previous commit, clean/invalidate correctly the first s...Rafaël Carré
2010-04-13mmu-arm (v4/v5) : use one less instruction in invalidate_dcache/clean_dcacheRafaël Carré
2009-10-18Split ARMv6 code from mmu-arm.SRafaël Carré
2009-10-17Fix S5L870x cache coherency functions. They were split into a different file,...Michael Sparmann
2009-10-09Added S5L870X cache coherency supportMichael Sparmann
2009-02-11Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...Michael Sevakis