summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/mmu-arm.S
AgeCommit message (Expand)AuthorFilesLines
2012-06-07imx233: define HAVE_TEST_AND_CLEAN_CACHEAmaury Pouly1-0/+1
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-20/+0
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis1-9/+9
2011-07-23imx233/fuze+: prepare target to enable MMUAmaury Pouly1-0/+4
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann1-1/+2
2010-09-08Rename cache coherency functions.Thomas Martitz1-44/+63
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken1-1/+1
2010-05-29cpucache_invalidate: use bx reg instead of mov pc, reg to returnRafaël Carré1-1/+1
2010-05-13as3525: use DMA for recordingRafaël Carré1-2/+0
2010-04-13s5l870x : use mmu-arm.SRafaël Carré1-12/+26
2010-04-13mmu-arm.S: comment out dump_dcache_range()Rafaël Carré1-0/+2
2010-04-13mmu-arm.S: disable MMU functions on CPUs which don't use themRafaël Carré1-12/+28
2010-04-13mmu-arm.S: Use correct implementations on arm926ej-s CPUsRafaël Carré1-22/+41
2010-04-13mmu-arm* : cpucache_invalidate() needs to be in IRAM for roloRafaël Carré1-2/+2
2010-04-13mmu-arm (v4/v5) : fix previous commit, clean/invalidate correctly the first s...Rafaël Carré1-2/+2
2010-04-13mmu-arm (v4/v5) : use one less instruction in invalidate_dcache/clean_dcacheRafaël Carré1-13/+11
2009-10-18Split ARMv6 code from mmu-arm.SRafaël Carré1-137/+2
2009-10-17Fix S5L870x cache coherency functions. They were split into a different file,...Michael Sparmann1-4/+0
2009-10-09Added S5L870X cache coherency supportMichael Sparmann1-0/+5
2009-02-11Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...Michael Sevakis1-0/+487