From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web10.38875.1669039269923046928 for ; Mon, 21 Nov 2022 06:01:10 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=LJUQ2qU2; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: n.jayaprakash@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669039269; x=1700575269; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=pIPaUdqpJ9QBya8Nu+MTi1YTYRt++UJ/xSfvTNPJkIM=; b=LJUQ2qU2FJVBYjiJYFwod5lsu+kv65WOMzmOn+OdDCdp2Ie9dZmCfjZf Z0kcRz+WnutF8W3gi3VceUMxssa0Tt8D9LLsG/um5lfqdQjMISXc2n6XK aLV2FXUpxvEp78MhEC6rIojTt8KlInKrDWcjfI2Bdpn4GpguqngKCkZXD jYzRjIEFnEmL5AinkoVlGQUhVtvsS3MU0gLfRtEZPZWjh2piBCwTU/Yk7 vc3OLygjAVSEn1LJY+rzS1uLNqGzqmoxKdEHVCD9FdDgClkqOzBkRTbm7 BgXM7AT+0QlgV1zpVAJw21YRT3ETNZ/YJldZo4F5CMMcT7Ef7Iw86QqJk g==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="301104058" X-IronPort-AV: E=Sophos;i="5.96,181,1665471600"; d="scan'208";a="301104058" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 06:00:52 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="783457162" X-IronPort-AV: E=Sophos;i="5.96,181,1665471600"; d="scan'208";a="783457162" Received: from sanirban-mobl1.gar.corp.intel.com (HELO njayapra-MOBL1.gar.corp.intel.com) ([10.213.69.19]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 06:00:51 -0800 From: "Jayaprakash, N" To: devel@edk2.groups.io Subject: [edk2-libc Patch 0/1] edk2-libc : migration of edk2 module from chipsec repo Date: Mon, 21 Nov 2022 19:30:25 +0530 Message-Id: <20221121140026.1931-1-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.33.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This PR contains the changes required to merge the edk2 module enhancements from chipsec repo to edk2-libc. More details are updated in the BZ https://bugzilla.tianocore.org/show_bug.cgi?id=4161 Jayaprakash Nevara (1): edk2-libc: migration of edk2module from chipsec repo .../Python-3.6.8/PyMod-3.6.8/Modules/cpu.asm | 519 ++++++++++++++++ .../PyMod-3.6.8/Modules/cpu_ia32.asm | 395 ++++++++++++ .../PyMod-3.6.8/Modules/edk2module.c | 568 +++++++++++++++++- .../Python/Python-3.6.8/Python368.inf | 32 +- 4 files changed, 1496 insertions(+), 18 deletions(-) create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu.asm create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32.asm -- 2.33.0.windows.1