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 0C46EAC0C0B for ; Wed, 10 Apr 2024 06:18:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=WwXrP+oZdvG2Gt7VqwCGi7r/roLFMoDviVLCf81x5F0=; 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=1712729938; v=1; b=K1yhQOTmLcDhvAvbq/0U85a+g3q4wg5DjcKScWAl//w97XgeTof4w5WIjhDIAgxsFEGb1e1o QnZwj/LwPF5IC0TFPdF9fRlycK/ZR2Eb6kik3hHJxZchm78vA7tAwrbY0+eGnC9+c5juBMZFfvy bN7vOfytfdqNjF/1J2aevblRPidkwTsONtZ3dlel0r4oacBd5BfH6SzDZg7KgqIXKDn8wPKmwS2 L3sR4tQbnHUzWr6EkRCHcv7r6Was2zxTBA/qJoPo1bCySydU3FDlC8OkMvO+apGGImOaDtzxIx+ v+qxCu6VMpWS5jDP6dHmmrhwxTo1w01J0bhEdjs6GP+rQ== X-Received: by 127.0.0.2 with SMTP id vEAhYY7687511xlhZNGaoEuD; Tue, 09 Apr 2024 23:18:58 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) by mx.groups.io with SMTP id smtpd.web11.160356.1712729938026651132 for ; Tue, 09 Apr 2024 23:18:58 -0700 X-CSE-ConnectionGUID: lmH825FORuqn43ZDvOlCVQ== X-CSE-MsgGUID: 29WvdPBvQu+29AceyRDt7w== X-IronPort-AV: E=McAfee;i="6600,9927,11039"; a="11848162" X-IronPort-AV: E=Sophos;i="6.07,190,1708416000"; d="scan'208";a="11848162" X-Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2024 23:18:58 -0700 X-CSE-ConnectionGUID: sqSwpvILRfmJzb4yC6f/0A== X-CSE-MsgGUID: NIDMjskKQbWET1wSfMt3RA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,190,1708416000"; d="scan'208";a="20490088" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.147.19]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2024 23:18:56 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] add rdmsr_ex & wrmsr_ex functions to read/write msrs from specific cpu Date: Wed, 10 Apr 2024 11:48:48 +0530 Message-Id: <20240410061849.984-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: Tue, 09 Apr 2024 23:18:58 -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: q1orSnV99GANXzqgtpF3cl9Fx7686176AA= 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=K1yhQOTm; 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 66.175.222.108 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 & wrmsr_ex functions to read/write cpu specific msrs .../PyMod-3.6.8/Modules/edk2module.c | 159 +++++++++++++++++- .../Python/Python-3.6.8/Python368.inf | 3 + 2 files changed, 158 insertions(+), 4 deletions(-) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117569): https://edk2.groups.io/g/devel/message/117569 Mute This Topic: https://groups.io/mt/105437324/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-