This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Enabling top-byte ignore on ARMv8 Base FVP

Greetings,

I would like to enable top-byte ignore support on the FVP. I would be grateful on any guidelines on how to do that. Thank you very much!

Best regards,

Mohannad Ismail

Parents
  • Hi Mohannad, top-byte ignore (TBI) is controlled by the TBI bit (bit 20) in the TCR_EL3 register.  You can set this either in the code running on the model, or by writing to the register via a debugger attached to the model.

Reply
  • Hi Mohannad, top-byte ignore (TBI) is controlled by the TBI bit (bit 20) in the TCR_EL3 register.  You can set this either in the code running on the model, or by writing to the register via a debugger attached to the model.

Children