You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a working implementation of runtime SetVariable() that passes the requests to StMM running under OPTEE, that then uses the normal world optee-supplicant to commit the changes to flash.
It is very important for distros. I'm still on the fence on whether or not it should be required. Not all platforms will be able to implement it, but there really isn't a great alternative at this time without re-architecting distro installers.
In chapter 4 this requirement is made:
"Firmware needs a method to modify variable storage at runtime while the OS controls access to the device."
In the footnote: "If firmware doesn't have a dedicated channel to the storage device, then the OS must proxy all runtime storage IO."
The requirement should be removed.
The text was updated successfully, but these errors were encountered: