OP-TEE / optee_os

Trusted side of the TEE
Other
1.56k stars 1.05k forks source link

Add type of suspend operation #6964

Closed tprrt closed 1 month ago

tprrt commented 2 months ago

The suspend level is platform dependent and can be set to various values depending on these platforms. In order to allow platforms setting it in a generic way when entering suspend, reserve some bits in the suspend/resume hint to pass this information.

Also update sama5d2 platforms suspend mode to enter different levels of low power mode according to the suspend/resume hint to pass this information.

tprrt commented 1 month ago

Hello, What's new regarding this pull request? Kind regards, Thomas Perrot