• Enable/Disable L2 cache on ARM Cortex-A72
    Hi all, Is it possible to Enable/Disable L2 cache on ARM Cortex-A72? If yes could you please guide on how to do that? Thanks a lot.
  • Enable/Disable L2 cache on ARM Cortex-A72
    Hi all, Is it possible to Enable/Disable L2 cache on ARM Cortex-A72? If yes could you please guide on how to do that? Thanks a lot.
  • ARM Bootloader: flush D/I-cache, disable D-cache and enable I-cache
    Hello everyone, I'm analysing u-boot for s3c2440(arm920t), and at the first stage u-boot does something like this: mov R0, #0 mcr P15, 0, R0, C7, C7, 0   ; flush v3/v4 caches mcr P15, 0, R0, C8...
  • ARM Bootloader: flush D/I-cache, disable D-cache and enable I-cache
    Hello everyone, I'm analysing u-boot for s3c2440(arm920t), and at the first stage u-boot does something like this: mov R0, #0 mcr P15, 0, R0, C7, C7, 0   ; flush v3/v4 caches mcr P15, 0, R0, C8...
  • A8: Keeping Cache-enabled and MMU-disabled
    Hi all, A Question about the A8 processor. If I enable the L1 and L2 caches, I see a performance boost even if the MMU is disabled. I was under the impression that the MMU is required to be enabled...