Files
Sean Broganandmergify[bot] ebb314b12d MdeModulePkg: NvmExpressMediaClear - Fix BufferSize value in writeblocks
NvmExpressMediaClear requires that the overwrite buffer be
the same size as the block size of the media but then
WriteBlocks expects BufferSize in bytes. NvmExpressMediaClear was
hardcoded to call using 1.  This causes the WriteBlocks to fail.

Signed-off-by: Sean Brogan <sebrogan@microsoft.com>
2026-05-26 04:14:33 +00:00
..