From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id C49CED802E7 for ; Fri, 24 Nov 2023 02:56:42 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=wFf21VuyaszYWpQunmUxqvyNOyP0hiEagi3t0sYq7N8=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1700794601; v=1; b=g2MAC9OP7G1sdLcMaUXVo5BfEIesbkUZ5fY/I8SmVCiVgL87CCFJwiA+ECNpGmMep9nVlfE5 4ftHKY/D56uRBMioFw/o06OC11O7Z2Ji3cRhIW8uFYPLC/B/iOCWJihRwOSMW0gWYF0zv8esvhG tCFTdSNtHc4I0bmKG3T79bZ8= X-Received: by 127.0.0.2 with SMTP id zUIUYY7687511xgXzeDt8onk; Thu, 23 Nov 2023 18:56:41 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.128508.1700794600506959702 for ; Thu, 23 Nov 2023 18:56:40 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="377386846" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="377386846" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2023 18:56:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="802087265" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="802087265" X-Received: from shwdeopenlab813.ccr.corp.intel.com ([10.239.55.230]) by orsmga001.jf.intel.com with ESMTP; 23 Nov 2023 18:56:38 -0800 From: "Yuanhao Xie" To: devel@edk2.groups.io Cc: xieyuanh Subject: [edk2-devel] [Patch V4 0/3] UefiCpuPkg/MpInitLib: Eliminate redundant microcode loading in DXE. Date: Fri, 24 Nov 2023 10:56:32 +0800 Message-Id: <20231124025635.3629-1-yuanhao.xie@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,yuanhao.xie@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: f8uanhftG3HZkQcK66dhXuAtx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=g2MAC9OP; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) The DXE stage's Microcode loading process has been eliminated. Store BSP's MTRR setting only when CpuCount>1. Extract Dump Microcode Revision as a function Compare with V3, this version updates the comments, Move GetMicrocodePatchInfoFromHob removal from patch 3 to patch 1 on xieyuanh (3): UefiCpuPkg/MpInitLib: Eliminate redundant microcode loading in DXE. UefiCpuPkg/MpInitLib: Store MTRRs settings only when CpuCount>1 UefiCpuPkg/MpInitLib: Extract Dump Microcode Revision as function. UefiCpuPkg/Library/MpInitLib/Microcode.c | 85 +++++++++++++++++++++++++++++++++++++++---------------------------------------------- UefiCpuPkg/Library/MpInitLib/MpLib.c | 81 ++++++++++++++++++++++++++++++++------------------------------------------------- UefiCpuPkg/Library/MpInitLib/MpLib.h | 31 ++++++++++--------------------- 3 files changed, 81 insertions(+), 116 deletions(-) -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111686): https://edk2.groups.io/g/devel/message/111686 Mute This Topic: https://groups.io/mt/102775770/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-