• MMU: force identity mapping without pages?
    hi, on a cortex a53, I would like to get the best of both worlds. Having dcache enabled but no page walk in case of a miss. I want no memory protection because we manage the whole system ( kind of...
  • MMU: force identity mapping without pages?
    hi, on a cortex a53, I would like to get the best of both worlds. Having dcache enabled but no page walk in case of a miss. I want no memory protection because we manage the whole system ( kind of...
  • ARM920T MMU configuration
    Note: This was originally posted on 16th August 2010 at http://forums.arm.com Hello. I'm making boot loader for arm board SMDK2443 based on ARM920T. There is 128 Mb of RAM on board, and i set up MMU to...
  • ARM920T MMU configuration
    Note: This was originally posted on 16th August 2010 at http://forums.arm.com Hello. I'm making boot loader for arm board SMDK2443 based on ARM920T. There is 128 Mb of RAM on board, and i set up MMU to...
  • help me to understand this assembly program for configuring MMU for ArmV8,A53.
    ******************************************************************************/ /*****************************************************************************/ /** * @file translation_table.s * ...