From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 216C3941B90 for ; Wed, 24 Apr 2024 18:12:24 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KZYdBjhdLPWpAaHMTyiKbijp7+R56BRN99//pf8YM34=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713982343; v=1; b=XYch0q/ocGpFEhYr/uXbwkZc/XqW3nMtRvI76yE6WGSRF1nDbRwqsXOYazh1pTCqsZFzkrSc UUlSbhGkbL6KoT88uK4/Dq6z/SSEQ1khwYKKC6fpMJotn8hKq8vnYD6II9GvOGaKRjQFHUy7J12 5Gc9WXMSeMvWz6ExNJoZYAIkLqigeuJhE8WZWIE46m9uKdYfwhMi1n4KHSkxxYNBu2NXL3e2mMy f3RSGuoSK/Noso86syFddEBvpI3frF/Mfy1dIzWNByEpySDDt8P7AYW0zAwKSTFefQcVW9nmLSR 55Fz0bmVETXBg21sZvyT3tz+vZPpbydwiXVgHS7L44aAQ== X-Received: by 127.0.0.2 with SMTP id 3CsFYY7687511xk2dn8c1Nkw; Wed, 24 Apr 2024 11:12:23 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by mx.groups.io with SMTP id smtpd.web11.3801.1713982342964984038 for ; Wed, 24 Apr 2024 11:12:22 -0700 X-CSE-ConnectionGUID: rRYXNnFjQfSvBGjWByGldw== X-CSE-MsgGUID: WQ0awwAASiqWCFLk0p7zHA== X-IronPort-AV: E=McAfee;i="6600,9927,11054"; a="9503015" X-IronPort-AV: E=Sophos;i="6.07,226,1708416000"; d="scan'208";a="9503015" X-Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2024 11:12:22 -0700 X-CSE-ConnectionGUID: C2kl+6ZaTHiiYiMoplboSA== X-CSE-MsgGUID: PlmRQwqERMquiQzWNCQmgA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,226,1708416000"; d="scan'208";a="55749260" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.135.165]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2024 11:12:20 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch v2 0/1] add rdmsr_ex & wrmsr_ex functions to read/write msrs from specific cpu Date: Wed, 24 Apr 2024 23:40:33 +0530 Message-ID: <20240424181213.393-1-n.jayaprakash@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 Resent-Date: Wed, 24 Apr 2024 11:12:23 -0700 Resent-From: n.jayaprakash@intel.com Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: QboiqWp1t8Iph9eUYGAcTIXEx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="XYch0q/o"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io This patch adds 2 new functions to read and write MSRs from specific CPUs. rdmsr_ex and wrmsr_ex are the 2 new functions added into edk2module to provide the read and write of CPU specific MSRs. Jayaprakash N (1): edk2-libc : add rdmsr_ex and wrmsr_ex to read/write msr from specific cpus .../PyMod-3.6.8/Modules/edk2module.c | 258 +++++++++++++++++- .../Python/Python-3.6.8/Python368.inf | 3 + 2 files changed, 252 insertions(+), 9 deletions(-) -- 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118230): https://edk2.groups.io/g/devel/message/118230 Mute This Topic: https://groups.io/mt/105715628/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-