audk/OvmfPkg/MptScsiDxe
Nikita Leshenko c635a56384 OvmfPkg/MptScsiDxe: Reset device on ExitBootServices()
This causes the device to forget about the reply frame. We allocated the
reply frame in EfiBootServicesData type memory, and code executing after
ExitBootServices() is permitted to overwrite it.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2390
Signed-off-by: Nikita Leshenko <nikita.leshchenko@oracle.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20200504210607.144434-13-nikita.leshchenko@oracle.com>
2020-05-05 20:43:02 +00:00
..
MptScsi.c OvmfPkg/MptScsiDxe: Reset device on ExitBootServices() 2020-05-05 20:43:02 +00:00
MptScsiDxe.inf OvmfPkg/MptScsiDxe: Implement the PassThru method 2020-05-05 20:43:02 +00:00