summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/Library
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2020-01-06 16:04:36 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-01-10 07:00:51 +0000
commit9d1c9d0379d065ca11bc3354faee2c742e89c005 (patch)
tree481bb766c14c61cce1d2d250b99f359a59040fac /ArmVirtPkg/Library
parent2d9950a2bff892667510e7a00e3ad8ead295a96f (diff)
downloadedk2-9d1c9d0379d065ca11bc3354faee2c742e89c005.tar.gz
edk2-9d1c9d0379d065ca11bc3354faee2c742e89c005.tar.bz2
edk2-9d1c9d0379d065ca11bc3354faee2c742e89c005.zip
ArmVirtPkg: remove EnterS3WithImmediateWake () from ResetSystemLib
EnterS3WithImmediateWake () no longer has any callers, so remove it from ResetSystemLib. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/Library')
-rw-r--r--ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c b/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c
index fdf49e1d9c..9e5b70e2c5 100644
--- a/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c
+++ b/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c
@@ -146,20 +146,6 @@ ResetShutdown (
}
/**
- This function causes the system to enter S3 and then wake up immediately.
-
- If this function returns, it means that the system does not support S3 feature.
-**/
-VOID
-EFIAPI
-EnterS3WithImmediateWake (
- VOID
- )
-{
- // not implemented
-}
-
-/**
This function causes a systemwide reset. The exact type of the reset is
defined by the EFI_GUID that follows the Null-terminated Unicode string passed
into ResetData. If the platform does not recognize the EFI_GUID in ResetData