• ARMv8 EL1 MMU
    Hi,     I am working on bootloader porting to ARM v8 platform. I am facing a problem in enabling MMU in execution level-1 EL1. I am not able to set sctlr_el1.M bit when ever i try to set this bit the...
  • how to understand ARMv8 exception level1 secure/non-secure MMU?
    Hi Experts ,      ARMv8 MMU TTBRn_ELx registers are banked by exception level.      In "DDI0487A_b_armv8_arm.pdf" page 1640, the controlling register of secure EL1&0 stage1 is TTBR0_EL1      and Non-secure...
  • Reason Behind EL2 in non-secured state ARMv8
    Hi Experts, What is the reason behind allowing EL2 only in non-secured state in ARMv8 ? Regards, Techguyz
  • GICv3 Group0 secure interrupts routed to monitor when running in S-EL1
    Hi, In a GICv3 based system, is it possible to have the following configuration: While running NS-EL1/EL0: -NS Group1 interrupts triggered as IRQ to NS-EL1 -Secure Grp1 interrupts routed as FIQ...
  • A strange problem in porting secure os in v8 secure EL1
    Hi, ARM experts:     When we porting a secure os in 32bit mode in v8 secure EL1(our EL3 is running in AARCH 64bit mode), we got a strange problem:          When start booting secure os in secure EL1,...