• MMU problem on ARM926EJ-S
    Note: This was originally posted on 19th January 2011 at http://forums.arm.com Hello community! I've faced a problem while porting an OKL4 3.0 kernel to an ARM926EJ-S (Samsung S3C2412) board. I'm able...
  • ARM926ejs MMU problem
    Note: This was originally posted on 17th December 2010 at http://forums.arm.com I am working on an ARM926ejs core (Fiujitsu) with Linux as the OS. I am trying to disable the MMU and re enable it again...
  • Problem disabling cache on ARM926ej-s
  • Problem disabling cache on ARM926ej-s
    I've been using mmu.c to setup my MMU table and enable the caches - for months now, so I think that part is OK. Now I need to disable the icache, dcache and mmu, do some stuff and re-enable them...
  • [ARM926EJS] improve write miss
    Note: This was originally posted on 5th October 2010 at http://forums.arm.com Hello experts,     The platform I am using is ARM926EJS. Cache policy is write-back and only read-allocate.     From the profile...