Hi All,
I am Jayaprakash Nevara part of Intel. We have Python interpreter enabled for UEFI and it's possible to run Python based scripts on UEFI. We also have enhanced the Python interpreter with necessary modules to interact with the UEFI layer to get platform details through registers and tables.
Python Interpreter for UEFI : https://github.com/tianocore/edk2-libc/tree/master/AppPkg/Applications/Python/Python-3.6.8
Open source tools like Chipsec have used Python UEFI interpreter and enabled entire chipsec scripts to run on UEFI shell.
Chipsec git repo -> https://github.com/chipsec/chipsec
Wondering if there are any use cases for using the CommsPowerManagement scripts available in this repo on UEFI? is it worth trying to port these scripts to run on UEFI.