From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.13026.1688611717343975463 for ; Wed, 05 Jul 2023 19:48:37 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=F4n68eSP; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: isaac.w.oram@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688611717; x=1720147717; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=McDiUhMlhK+OlicyIvdTH1/6WXy9W6KpSpP5YrXumfU=; b=F4n68eSP0Fa9M3WHqr+5h58DHUBiiPubkPw8e7JhwJzYVQoKqgH1vheD 9NSiQ7oKKgChaJOpwZ4WulAOioOg0ZWegbbZ4qdg/2c1dtmrYaZBm38FM MuhbbrvfV+fHhJiacp/zZmhGGri4pysViiMNu0XNAXUXXKSvKa3EWpvdq e0J8dPyY5uEHXubPkltdyl6G8HPseyBuQ+4x9KThtVjDWIoPb/l05BUGG ClpcMglvwtOXHSgMnZbQK1GNky2LBr7wmWN8Dru0/9tKZdBtmiD58fJJS 1cEb1LyOMoWn1ZMy7712rcoNYLHMQRPJftKgCJSg3mMah9oSda9scF3L3 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10762"; a="429534647" X-IronPort-AV: E=Sophos;i="6.01,184,1684825200"; d="scan'208";a="429534647" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2023 19:48:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10762"; a="832779382" X-IronPort-AV: E=Sophos;i="6.01,184,1684825200"; d="scan'208";a="832779382" Received: from fid-iworam.amr.corp.intel.com ([10.54.76.158]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2023 19:48:35 -0700 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Dandan Bi , Liming Gao , Michael D Kinney , Zhiguang Liu Subject: [PATCH 0/3] Small SMM status code handler fixes Date: Wed, 5 Jul 2023 19:48:14 -0700 Message-Id: X-Mailer: git-send-email 2.40.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This is some minor housekeeping on SMM status code handling. https://github.com/tianocore/edk2/pull/4610 Cc: Dandan Bi Cc: Liming Gao Cc: Michael D Kinney Cc: Zhiguang Liu Signed-off-by: Isaac Oram Isaac Oram (3): MdeModulePkg/StatusCodeHandlerSmm: Remove unused code MdeModulePkg/StatusCodeHandlerSmm: Clarify ASSERT source MdePkg/ReportStatusCodeLib: Add macros to identify status codes .../Include/Guid/MemoryStatusCodeRecord.h | 2 +- .../RuntimeDxe/StatusCodeHandlerRuntimeDxe.h | 11 ---- .../Smm/SerialStatusCodeWorker.c | 2 +- .../Smm/StatusCodeHandlerMm.h | 11 ---- MdePkg/Include/Library/ReportStatusCodeLib.h | 61 +++++++++++-------- 5 files changed, 36 insertions(+), 51 deletions(-) -- 2.40.0.windows.1