This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5716: smc instruction

Part Number: AM5716
Other Parts Discussed in Thread: SYSBIOS

Hi,

The following code is in 33.4 Services for HLOS Support of AM571x TRM.

SetL2CacheLatency FUNCTION
PUSH {R1-R12, LR}
LDR R12, =0x105
SMC 0x1
POP {R1-R12, PC}
ENDFUNC

When u-boot source is referenced, smc 0 is described as entering secure mode.
smc 0 @ SMC #0 to enter monitor mode

Which is correct?

Best Regards,
Shigehiro Tsuda