[edk2-devel] [edk2-libc Patch 0/2] Python/Python3.6.8: migration of edk2module from chipsec repo

Ajay Kadapathri posted 2 patches 1 year ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm |  63 +++
.../PyMod-3.6.8/Modules/cpu_gcc.s             |  64 +++
.../PyMod-3.6.8/Modules/cpu_ia32.nasm         |  35 ++
.../PyMod-3.6.8/Modules/cpu_ia32_gcc.s        |  38 ++
.../PyMod-3.6.8/Modules/edk2module.c          | 519 +++++++++++++++++-
.../Python/Python-3.6.8/Python368.inf         |   5 +
6 files changed, 722 insertions(+), 2 deletions(-)
create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm
create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_gcc.s
create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32.nasm
create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32_gcc.s
[edk2-devel] [edk2-libc Patch 0/2] Python/Python3.6.8: migration of edk2module from chipsec repo
Posted by Ajay Kadapathri 1 year ago
Python/Python3.6.8: migration of edk2module from chipsec repo

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4161

This patch merges the enhancements done by chipsec
tool to edk2 module into edk2-libc repo.
The chipsec enhancements can be used for various
other Python based tools to access platform registers.
These enhancements providing a set of APIs to access
the platform registers directly from the python
scripts running on UEFI shell. This will benefit the
Python users on UEFI shell in general and enhances
it's usability. Python can be used effectively to
implement tools, scripts required for automation,
debug from UEFI shell.

Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Jayaprakash N <n.jayaprakash@intel.com>
Signed-off-by: Ajay Kadapathri <ajay.kadapathri@intel.com>

Ajay Kadapathri (2):
  Python/Python3.6.8: migration of edk2module from chipsec repo
  Added file header with copyright and license.

 .../Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm |  63 +++
 .../PyMod-3.6.8/Modules/cpu_gcc.s             |  64 +++
 .../PyMod-3.6.8/Modules/cpu_ia32.nasm         |  35 ++
 .../PyMod-3.6.8/Modules/cpu_ia32_gcc.s        |  38 ++
 .../PyMod-3.6.8/Modules/edk2module.c          | 519 +++++++++++++++++-
 .../Python/Python-3.6.8/Python368.inf         |   5 +
 6 files changed, 722 insertions(+), 2 deletions(-)
 create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm
 create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_gcc.s
 create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32.nasm
 create mode 100644 AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32_gcc.s

-- 
2.39.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101758): https://edk2.groups.io/g/devel/message/101758
Mute This Topic: https://groups.io/mt/97819393/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-