Home
last modified time | relevance | path

Searched refs:FwSec (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/gpu/nova/core/
H A Dvbios.rst13 PCI specification, with Nvidia-specific extensions. The ROM images of type FwSec
25 - First FwSec Image (Type 0xE0) - The first FwSec image (Secure Firmware)
27 - Second FwSec Image (Type 0xE0) - The second FwSec image (Secure Firmware)
45 It is not clear why FwSec has 2 different partitions in the ROM, but they both
114 | | First FwSec Image (Type 0xE0) | | |
128 | | Second FwSec Image (Type 0xE0) | | |
178 does not account for the EFI image located between the PciAt and FwSec images.
/linux/drivers/gpu/nova-core/
H A Dvbios.rs51 FwSec = 0xE0, enumerator
62 0xE0 => Ok(Self::FwSec), in try_from()
258 Ok(BiosImageType::FwSec) => { in new()