• FVP just can't prefetch,why?!!
    i built a A9 FVP model in my proj and do some prefetch work,here is my code: #include <stdio.h> #include <stdlib.h> int main(void) { int a = 30; int b = 10; float c[20] = {1,2,3,4,5,6,7,8,9,10,11...
  • FVP just can't prefetch,why?!!
    i built a A9 FVP model in my proj and do some prefetch work,here is my code: #include <stdio.h> #include <stdlib.h> int main(void) { int a = 30; int b = 10; float c[20] = {1,2,3,4,5,6,7,8,9,10,11...
  • I am TF-a newcomer.I would like to ask about ATF related questions.
    1.How is the exception level of armv8 created for initialization?It seems that only the initialization of el3 is available here? 2.Is there any way to implement multi-core boot in BL phase (for multi...