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
Currently, we check tokens for compatibility with the ABL version used. However, we do not take into account the processor generation--and ABL starts back at 0x1000xxxx each generation.
The text was updated successfully, but these errors were encountered:
For example, ABL version used in Milan 1.0.0.a is 0x100a_5010.
For example, ABL version used in Genoa 1.0.0.0 is 0x1000_8014.
For example, ABL version used in Genoa 1.0.0.b is 0x100b_8012.
Our version check is generation independent, but should be generation dependent somehow.
Maybe make the user provide a general closure |generation, abl_version| that does the check.
But the generation is from amd-efs
and would have to be passed as a context somehow
but validation is done every time the token setter is used
so apcb in general would have to know it
and the type would have to be known; so amd-apcb would have to define it (or something like it, anyway)!
Currently, we check tokens for compatibility with the ABL version used. However, we do not take into account the processor generation--and ABL starts back at 0x1000xxxx each generation.
The text was updated successfully, but these errors were encountered: