topic: fw
13 modules sharing the fw name family (derived from the tree's prefix discipline).
The 'fw' topic family in the Nishi sovereign ecosystem ensures firmware integrity and reliability across all modules, focusing on never-brick guarantees and secure execution. The nx_fw_boot_proof_gate validates that recovered firmware actually boots, while nx_fw_capstone_gate confirms a whole-stack never-brick capstone executed on a real artifact. nx_fw_capsule provides a secure-boot-grade signed firmware capsule, ensuring integrity through sovereign ed25519 signing.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_fw_boot_proof_gate.nx | the never-brick CAPSTONE: the recovered firmware actually BOOTS. | 125 | 3 |
| nx_fw_capstone_gate.nx | the WHOLE-STACK never-brick capstone, on a REAL artifact, EXECUTED. | 170 | 9 |
| nx_fw_capsule.nx | Secure-Boot-grade signed firmware capsule (sovereign ed25519). | 159 | 15 |
| nx_fw_capsule_gate.nx | proves the signed capsule = Secure-Boot-grade integrity. | 87 | 3 |
| nx_fw_real_flash_gate.nx | never-brick golden recovery on a REAL UEFI artifact. | 104 | 2 |
| nx_fw_robust_flash.nx | S-CLASS never-brick: survives suboptimal/adverse conditions. | 125 | 8 |
| nx_fw_robust_gate.nx | proves S-class never-brick holds in SUBOPTIMAL conditions. | 126 | 4 |
| nx_fw_safeflash.nx | THE NEVER-BRICK firmware flash, proven in the sandbox. | 224 | 18 |
| nx_fw_safeflash_gate.nx | THE REFEREE for the never-brick firmware flash. | 116 | 3 |
| nx_fw_signed_robust.nx | the fusion: S-class never-brick (A/B + immutable factory + atomic | 115 | 10 |
| nx_fw_signed_robust_gate.nx | proves the fusion: signature-gated A/B + factory never-brick. | 107 | 4 |
| nx_fw_uefi_capsule.nx | a REAL EFI_CAPSULE_HEADER + sovereign ed25519 authentication. | 119 | 8 |
| nx_fw_uefi_capsule_gate.nx | proves the real-EFI-header signed capsule. | 96 | 4 |