Saturday, February 10, 2018

EfiPy_r0.1.11(24622) release

EfiPy_r0.1.11(24622) 2018/02/10:
  1. Py2Efi: Add _LoLeOp Module into Py2EfiX64.efi
EfiPy_r0.1.10(24622) 2018/02/09:
  1. EfiPy: code refine
  2. LoLeOp: Add _LoLeOp modules in python.efi
  3. LoLeOp: Change Mem, Io, cpuid and msr to CPython level access.
  4. LoLeOp: Remove unused py files in LoLeOp library
  5. CorePy: Move old LoLeOp basic library to CorePy/Samples as CorePy sample code in EfiPy
  6. CorePy: Add PciScan.py as CorePy sample program in EfiPy
  7. EfiPy: PCI, Change C MACRO to Python lambda function
  8. EfiPyLib: Add EfiPyAcpiBase module (ACPI RSDP, XSDT, RSDT)
  9. EfiPyLib: Add EfiPyAcpiMcfg module (ACPI MCFG)
  10. EfiPy: Correct EFI_PCI_ADDRESS function in PciRootBridgeIo.py
  11. LoLeOp: Change index calculation in MemSet, MemGet in BitOp.py
  12. EfiPyLib: Add Pci library(PciEmulate.py, PciStructure.py, PciIo.py) and its Sample(PciSample.py)
  13. EfiPyLib::EfiPyHexDump.py: Fix address error of hex dump
  14. LoLeOp::BitOp.py: Using deepcopy in _MemArray::__init__
  15. LoLeOp::CmosSample.py: DictKey update
  16. LoLeOp::BitOp.py, rUnionOp.py: Add CellBase in rUnionOp class

Note:
  1. LoLeOP: Its low level interface is moved to CPython. Original CorePy level interface is moved to as CoprePy sample. This purpose is to speed up program initial performance.
  2. As note 1, Python.efi and Py2EfiX64.efi have to be re-built. Pre-built efi files are included in this release.

No comments:

Post a Comment