Hi,
Can you please explain below. I am trying to emulate AM4378 on a tool called Imperas. Can you please clarify below for the same.
During L2 cache controller initialization from l2c_write_sec()-->outer_cache.write_sec() --- smc #0 calls are made while writing to Aux register.
1. Can you please let me know if any register needs to be configured in order to use direct writes to registers by using writel_relaxed() instead of using secure calls(i.e. _omap_smc1())?
2. If smc #0 calls are made, where are the function handlers defined? Which register needs to be configured for this?
Thanks.