Re: [PATCH 23/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
From: John Hubbard
Date: Mon Dec 08 2025 - 01:09:28 EST
On 12/6/25 1:36 PM, Joel Fernandes wrote:
On Tue, Dec 02, 2025 at 09:59:15PM -0800, John Hubbard wrote:...
+/// FSP Chain of Trust (COT) version for Blackwell.
+/// GB202 uses version 2 (not 1 like GH100)
+const FSP_COT_VERSION: u16 = 2;
the comment says that Hopper needs this to be version 1 so how does this
series boot on Hopper? maybe we need to add a new function to return a
different version number for Hopper versus Blackwell?
That's correct. And the signature size is also different between
them, I'll fix that up too.
I'll work on getting the Hopper testing done, to shake out any
other issues.
Yes, the cover letter mentions not tested on Hopper, because it
edit: I just noticed in the cover letter that you mentioned this is tested
only on Blackwell. I think perhaps we should drop the claim that the series
works on hopper in the patches / cover letter.
hasn't been. I don't recall any hard claims that it works on Hopper,
only that "support" has been added (code complete, not tested).
But hopefully I'll get a Hopper test run finished soon, to fortify
the v2 posting of this series.
thanks,
--
John Hubbard