mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
NVMe Format and Sanitize admin commands correctly populate CDW10 (and CDW11 for Sanitize), but these codewords are not marked as valid in the passthru command packet. As a result, the passthru layer does not include the populated codewords in the command payload, causing the commands to fail. Set the appropriate CDW validity flags in the passthru command packet: - Format NVM: CDW10_VALID - Sanitize: CDW10_VALID | CDW11_VALID This ensures the populated codewords are included in the passthru command payload and the commands are issued correctly. Signed-off-by: Shabab Alam <shabalam@qti.qualcomm.com> |
||
|---|---|---|
| .. | ||
| Ata | ||
| I2c/I2cDxe | ||
| Isa | ||
| Pci | ||
| Scsi | ||
| Sd | ||
| Spi | ||
| Ufs | ||
| Usb | ||