public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "cbduggap" <chinni.b.duggapu@intel.com>
To: devel@edk2.groups.io
Subject: [PATCH] Bug 3898 - S3 Resume result in executing garbage address
Date: Mon, 25 Apr 2022 10:09:15 +0530	[thread overview]
Message-ID: <95ccc9689ddb4c001f97a1aa31628a371802b2c3.1650861539.git.chinni.b.duggapu@intel.com> (raw)

In Release Build, Trying to execute ppi Function even after
Locate ppi failed.

Signed-off-by: cbduggap <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.36.0.windows.1


             reply	other threads:[~2022-04-25  4:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  4:39 cbduggap [this message]
2022-04-25  6:50 ` [edk2-devel] [PATCH] Bug 3898 - S3 Resume result in executing garbage address Ni, Ray
2022-04-26  4:48 ` Wang, Jian J
  -- strict thread matches above, loose matches on Subject: below --
2022-04-25  4:01 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=95ccc9689ddb4c001f97a1aa31628a371802b2c3.1650861539.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