• 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...
  • ARMv8 Foundation Model GICv2 Address Map Overlap?
    Hi, I'm looking at the ARMv8 Foundation Model User Guide (ARM DUI 0677C). In section 3.1, Memory Map, the following data appears regarding the address of GICv2 registers: 0x00_2C00_0000 0x00_2C00_1FFF...
  • Baremetal AARCH64 application with file IO
    Is it possible to run an baremetal application with fileio on the ARMv8 Foundation model. If so do you have example linker script?
  • Entering aarch32 state through software instruction
    Hi, I have a 64bit application running on armv8(foundation model) My question is 1. Can I link aarch32 library to aarch64 application ? 2. Is there a way to enter aarch32 state when application...
  • 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...