From: "cbduggap" <chinni.b.duggapu@intel.com>
To: devel@edk2.groups.io
Cc: yes <chinni.b.duggapu@intel.com>
Subject: [PATCH] Bug 3898 - S3 Resume result in executing garbage address
Date: Mon, 25 Apr 2022 09:31:48 +0530 [thread overview]
Message-ID: <88b411d6616106c6f059174bb18fcaeacd7a9131.1650600715.git.chinni.b.duggapu@intel.com> (raw)
From: yes <chinni.b.duggapu@intel.com>
In Release Build, Trying to execute ppi Function even after
Locate ppi failed.
Signed-off-by: yes <chinni.b.duggapu@intel.com>
---
MdeModulePkg/Core/DxeIplPeim/DxeLoad.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
index 2c19f1a507..d7f02df5f5 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
@@ -288,6 +288,7 @@ DxeLoadCore (
EFI_ERROR_CODE | EFI_ERROR_MAJOR,
(EFI_SOFTWARE_PEI_MODULE | EFI_SW_PEI_EC_S3_RESUME_PPI_NOT_FOUND)
);
+ CpuDeadLoop ();
}
ASSERT_EFI_ERROR (Status);
--
2.26.2.windows.1
next reply other threads:[~2022-04-25 4:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-25 4:01 cbduggap [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-25 4:39 [PATCH] Bug 3898 - S3 Resume result in executing garbage address cbduggap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=88b411d6616106c6f059174bb18fcaeacd7a9131.1650600715.git.chinni.b.duggapu@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox