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/
The Affordable BIOS Restoration Tool provides VHDL and C code to recover from failed BIOS upgrades using affordable CPLD's. EEPROM's and Flash chips can be restored with this flash programmer. Interfaces for DIP and tsop packages are being developed.
Embedded PowerPC Bootloader Project, especially for Embedded PowerPC boards.
The code for this project is frozen. Development continues with the "U-Boot" project
(Universal Boot Loader, see http://sourceforge.net/projects/u-boot ).
The FreeBIOS project aims to provide a replacement for any computer's firmware, and support advanced or custom features and configurations. Initial code supports Intel-based only, but other processors and chipsets will be supported.
This project is intended to be a simple boot loader to bootstrap a FreeBSD PPC kernel on the PS3 so that other developers can start porting the complete OS to the target platform. A otheros.bld file and build process will be supplied with the code.