• INCLUDING Memory Map space into simulating
    How can i automaticly include memorymap.init to the simulating project NOT everytime during debuging! I need to prepare memory space in the controller before i use simulator. Now I have to do this everytime...
  • INCLUDING Memory Map space into simulating
    How can i automaticly include memorymap.init to the simulating project NOT everytime during debuging! I need to prepare memory space in the controller before i use simulator. Now I have to do this everytime...
  • SMC not going into EL3
    Hello experts, In my project I need to write some bare metal code in order to boot my software (A VxWorks image), and would like to make the absolute minimum configurations before loading the VxWorks...
  • SMC not going into EL3
    Hello experts, In my project I need to write some bare metal code in order to boot my software (A VxWorks image), and would like to make the absolute minimum configurations before loading the VxWorks...
  • Is it possible to implement EL3 AArch64 and change it later to EL3 AArch32?
    I was reading the ARM architecture reference manual... and thought Is it possible to implement EL3 AArch64 and change it later to EL3 AArch32? How to change is... If I start on cold reset, it will start...