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
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Line 245:
print_tcb_version("Reported TCB", &report->platform_version);
Should be:
print_tcb_version("Reported TCB", &report->reported_tcb);
I noticed this when implementing it in rust, the "SNP firmware SVN" was different in my version and I couldn't work out why!
So at least on my report "platform_version" isn't the same as "reported_tcb", in one snp is 5 and the other it's 6.