audk/ArmPkg/Library/ArmSmcPsciResetSystemLib
Ard Biesheuvel 6556224e1f ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices()
Our poor man's implementation of EnterS3WithImmediateWake () currently
sets a high TPL level to disable interrupts, and simply calls the
PEI entrypoint again after disabling the MMU.

Unfortunately, this is not sufficient: DMA capable devices such as
network controllers or USB controllers may still be enabled and
writing to memory, e.g., in response to incoming network packets.

So instead, do the full ExitBootServices() dance: allocate space and
get the memory map, call ExitBootServices(), and in case it fails, get
the memory map again and call ExitBootServices() again. This ensures
that all cleanup related to DMA capable devices is performed before
doing the warm reset.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-11-21 12:02:34 +01:00
..
AArch64 ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices() 2018-11-21 12:02:34 +01:00
Arm ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices() 2018-11-21 12:02:34 +01:00
ArmSmcPsciResetSystemLib.c ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices() 2018-11-21 12:02:34 +01:00
ArmSmcPsciResetSystemLib.inf ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices() 2018-11-21 12:02:34 +01:00