• Armv8 Foundation simulator
    Hi, i'm doing some experiments on Aarch64/Aarch32 using the Foundationv8 simulator. For starting, i got the linux/bootwrapper/toolchain code from linaro, compiled the software and the linux kernel in...
  • why Foundation Model can not produce Address size fault,Translation fault, Access flag fault?
    Hi,      I  want  to produce an exception in Foundation Model to test my ARMV8 U-boot. But when I set AF bit to 0 in last level page table entry, and want to produce an Access Flag exception, it failed...
  • Executing thumb instructions on foundation model
    Hello, I want to execute thumb instructions on foundation model. Please suggest how this can be done. If I run the thumb instructions as it is, the trace shows them as undefined instructions. The test...
  • Foundation Model for ARMv8
    Hello. I am using ARMv8 foundation model for my project. When configure foundation model with multi cores (cores=4) my code does not run. Can you lease help me solve this problem?
  • how to study bootloader for ARMv8 64bit SOC?
    hi, experts: I want to study bootloader code for ARMv8 64bit CPU. But not find any development board with 64bit ARM CPU. I found ARM company had released 基础模型 - ARM . So, i have a question about this...