• Vector Table for ARMv8 (cortex A57)
    Hi, How do i configure vector table for cortex A-57? From the documents - "The vector table has 16 entries, with each entry being 128 bytes (32 instructions) in size. The table effectively consists...
  • Embedded ARMv8 dev board
    I'm an arduino guy looking for more power and I'd like to start using the high performance ARM chips such as the A57 and soon the A75, but I'm having an impossible time finding dev boards for anything...
  • D-Cache read problem in EL2 mode ARM V8
    Hello, I am working on EL2 mode ARM V8 , Problem I am facing when I enable D-cache then I am not able to read the data. My boot flow is EL3 to EL2 and in EL2 snippet of code is below 1 stp x29...
  • How interrupts are routed in EL3/EL2/EL1 mode
    Sorry for basic question, For ARM64, we have different interrupt vector table for each mode EL3/EL2/EL1 I am wondering, how a specific IRQ is routed to given mode. in GIC, I am not able to find...
  • Exception handlers and interrupt
    Hi All, i went through this link http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0471g/BABGCFHB.html and related a53 vector table implementation. in this regard, i have a question...