Python Library for accessing UEFI BIOS internal function by protocol
EfiPy is a Python Module on UEFI shell which can access UEFI BIOS kernel interface
- System Table
- Runtime Services
- Boot Services
pAnalyzer package -
Tracing UEFI protocol calling flow
Output protocol flow to screen or file with XML format
CorePy (assembly package) -
Simple Assembly code in Python environment.
EfiPy Shell package-
Simple uefi shell program coded with EfiPy library to prove EfiPy workable
EfiPy leverage these open source packages - ctypes, CorePy.
Samples
https://sourceforge.net/u/efipy/svn/HEAD/tree/Trunk/
EfiPy Author: https://www.linkedin.com/in/max-wu-a9068b90/
eINIT is an Init System for POSIX-compliant operating systems. The primary focus is on speed and modularity and, unlike other init systems, this one can be used in combination with others. Benchmarks suggest that einit is faster than initng and upstart.
An XML-based tool used to schedule uptime spans that uses the Linux real time clock (RTC) daily alarm to automatically power on the system before the span begins. Tools to test whether the system must stay on (attempt to halt) are included.
Committed to the development of fundamental ACPI (Advanced Configuration and Power Interface) components for Linux. This includes a generic ACPI table parser, AML interpreter, bus and device drivers, policy, user interface, and support tools.
pinit is a sysvinit alternative. It's a different way of booting linux. Keywords are: xml configuration, fast and parallel booting of services, modular design, dependecy based booting of services. It's intented to be more robust and faster than sysvini