summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2020-01-06 16:03:33 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-01-10 07:00:51 +0000
commit2d9950a2bff892667510e7a00e3ad8ead295a96f (patch)
tree61472ef930257efc8d4338ede87507c5045e3968 /OvmfPkg/Library
parenteaea26b7814bbc08982bfbf087648701a91fe88c (diff)
downloadedk2-2d9950a2bff892667510e7a00e3ad8ead295a96f.tar.gz
edk2-2d9950a2bff892667510e7a00e3ad8ead295a96f.tar.bz2
edk2-2d9950a2bff892667510e7a00e3ad8ead295a96f.zip
OvmfPkg: 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 'OvmfPkg/Library')
-rw-r--r--OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c b/OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c
index 98dd80e33c..2f2e1293a3 100644
--- a/OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c
+++ b/OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c
@@ -102,24 +102,6 @@ ResetShutdown (
/**
- Calling this function causes the system to enter a power state for capsule
- update.
-
- Reset update should not return, if it returns, it means the system does
- not support capsule update.
-
-**/
-VOID
-EFIAPI
-EnterS3WithImmediateWake (
- VOID
- )
-{
- AcpiPmControl (1);
- ASSERT (FALSE);
-}
-
-/**
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