We are porting an hypervisor on a Keystone II board (XTCIEVMK2X) and arm generic timer registers are not possible to modify (virtual or physical).
We can read the counter and it is counting and we executed the boot monitor before executing our code.
Could you explain what needs to be done to make those registers writeable ? same low level init code is working on an omap5 where no clock or anything else needs to be done to use arm generic timers.
Thanks for your help