public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Isaac Oram" <isaac.w.oram@intel.com>
To: devel@edk2.groups.io
Cc: Isaac Oram <isaac.w.oram@intel.com>,
	Dandan Bi <dandan.bi@intel.com>,
	Liming Gao <gaoliming@byosoft.com.cn>,
	Michael D Kinney <michael.d.kinney@intel.com>
Subject: [PATCH 2/3] MdeModulePkg/StatusCodeHandlerSmm: Clarify ASSERT source
Date: Wed,  5 Jul 2023 19:48:16 -0700	[thread overview]
Message-ID: <4c081d13b92d2060a5f42842d4f6bfae6a3d2a57.1688611420.git.isaac.w.oram@intel.com> (raw)
In-Reply-To: <cover.1688611420.git.isaac.w.oram@intel.com>

Disambiguate SMM sourced asserts from other DXE asserts.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
---
 .../Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c b/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
index e994e69e48..8a11c0f6bb 100644
--- a/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
+++ b/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
@@ -57,7 +57,7 @@ SerialStatusCodeReportWorker (
     CharCount = AsciiSPrint (
                   Buffer,
                   sizeof (Buffer),
-                  "\n\rDXE_ASSERT!: %a (%d): %a\n\r",
+                  "\n\rSMM_ASSERT!: %a (%d): %a\n\r",
                   Filename,
                   LineNumber,
                   Description
-- 
2.40.0.windows.1


  parent reply	other threads:[~2023-07-06  2:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-06  2:48 [PATCH 0/3] Small SMM status code handler fixes Isaac Oram
2023-07-06  2:48 ` [PATCH 1/3] MdeModulePkg/StatusCodeHandlerSmm: Remove unused code Isaac Oram
2023-07-06  2:48 ` Isaac Oram [this message]
2023-07-06  2:48 ` [PATCH 3/3] MdePkg/ReportStatusCodeLib: Add macros to identify status codes Isaac Oram

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=4c081d13b92d2060a5f42842d4f6bfae6a3d2a57.1688611420.git.isaac.w.oram@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