<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in hal.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>99676aed1fec109d62822e21a06760eb098dc5f4 - gpu: nova-core: move lifetime to `Bar0`</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/nova-core/fsp/hal.rs#99676aed1fec109d62822e21a06760eb098dc5f4</link>
        <description>gpu: nova-core: move lifetime to `Bar0`Currently Nova code uses `&amp;&apos;a Bar0` a lot. This is `&amp;&apos;a Mmio`, where `Mmio`represents an owned MMIO region; this type only exists as a target for`Deref` so `Bar` and `IoMem` can share code and should be avoided to benamed directly. The upcoming I/O projection series would make `Io` traitmuch simpler to implement, and thus the owned MMIO type would be removedin favour of direct `Io` implementation on `Bar` and `IoMem`.Add lifetime parameter to `Bar0&lt;&apos;a&gt;` and change it to be alias of `&amp;&apos;apci::Bar&lt;&apos;a, ..&gt;`. This also prepares Nova core so that when I/O projectionseries land, this could be changed to using a MMIO view type directly whichavoids double indirection.Signed-off-by: Gary Guo &lt;gary@garyguo.net&gt;Acked-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;Reviewed-by: Eliot Courtney &lt;ecourtney@nvidia.com&gt;Link: https://patch.msgid.link/20260602170416.2268531-1-gary@kernel.org[ Rebase onto latest drm-rust-next (Blackwell enablement). - Danilo ]Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/nova-core/fsp/hal.rs</description>
        <pubDate>Tue, 02 Jun 2026 19:04:07 +0200</pubDate>
        <dc:creator>Gary Guo &lt;gary@garyguo.net&gt;</dc:creator>
    </item>
<item>
        <title>d317e4585fa39bcee4d075f5c485494b0f238713 - gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/nova-core/fsp/hal.rs#d317e4585fa39bcee4d075f5c485494b0f238713</link>
        <description>gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootBuild and send the Chain of Trust message to FSP, bundling theDMA-coherent boot parameters that FSP reads at boot time.Signed-off-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Link: https://patch.msgid.link/20260603-b4-blackwell-v13-6-d9f3a06939e0@nvidia.com[acourbot: rename `frts_offset` to `frts_vidmem_offset`.][acourbot: add note about frts_sysmem_* CoT members.]Co-developed-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;Signed-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;

            List of files:
            /linux/drivers/gpu/nova-core/fsp/hal.rs</description>
        <pubDate>Wed, 03 Jun 2026 09:30:23 +0200</pubDate>
        <dc:creator>John Hubbard &lt;jhubbard@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>a355d8142f343cffd28ff0f97c251a0334d3c0b3 - gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust version</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/nova-core/fsp/hal.rs#a355d8142f343cffd28ff0f97c251a0334d3c0b3</link>
        <description>gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust versionThe FSP Chain of Trust handshake is versioned: Hopper speaks version 1and Blackwell speaks version 2. Provide the version through the FSP HALso the boot message carries the value FSP expects, and so chipsets thatdo not use FSP need not express a version at all.Signed-off-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Reviewed-by: Eliot Courtney &lt;ecourtney@nvidia.com&gt;Link: https://patch.msgid.link/20260603-b4-blackwell-v13-5-d9f3a06939e0@nvidia.comSigned-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;

            List of files:
            /linux/drivers/gpu/nova-core/fsp/hal.rs</description>
        <pubDate>Wed, 03 Jun 2026 09:30:22 +0200</pubDate>
        <dc:creator>John Hubbard &lt;jhubbard@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>82eaa14e7efcbb3933083b4c27fd5496fbb1a4be - gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/nova-core/fsp/hal.rs#82eaa14e7efcbb3933083b4c27fd5496fbb1a4be</link>
        <description>gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingHopper and Blackwell use FSP instead of SEC2 for secure boot. Thedriver must wait for FSP secure boot to complete before continuingwith GSP bring-up. Poll for boot success with a 5-second timeout, andreturn the FSP interface only on success so that later Chain of Trustoperations cannot run before FSP is ready. The interface owns the FSPfalcon and the FMC firmware.Signed-off-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Reviewed-by: Eliot Courtney &lt;ecourtney@nvidia.com&gt;Link: https://patch.msgid.link/20260602032111.224790-13-jhubbard@nvidia.com[acourbot: use `inspect_err` instead of `map_err` and display actual error][acourbot: limit visibility of `fsp_hal` to `super``]Co-developed-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;Signed-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;

            List of files:
            /linux/drivers/gpu/nova-core/fsp/hal.rs</description>
        <pubDate>Tue, 02 Jun 2026 05:21:00 +0200</pubDate>
        <dc:creator>John Hubbard &lt;jhubbard@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
