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
Make it possible to dynamically set MRP parameters.
Right now MRP parameters have to be compile-time constants, except for ICDs.
But in some cases the same binary might be used on different types of hardware
that have different MRP requirements. This change makes it possible to set the
MRP parameters at run time, based on the actual hardware involved, not just
compile time. The new functionality is gated by a new default-off compiler
flag, so only systems that really need it pay the cost for it.
0 commit comments