Quick notes for building:
- Use Ubuntu 20.04 x64
- Generate ACPI tables with IASL
- Follow this quick draft
# Setup environment
./setup_env.sh
# Activate Workspace
python3 -m venv SurfaceDuo
source SurfaceDuo/bin/activate
# Build UEFI
pip install --upgrade -r pip-requirements.txt
./build_uefi.sh
# Generate ELF image
./build.sh
- EFIDroid Project
- Andrei Warkentin and his RaspberryPiPkg
- Sarah Purohit
- Googulator
- Ben (Bingxing) Wang
- Renegade Project
All code except drivers in GPLDriver
directory are licensed under BSD 2-Clause.
GPL Drivers are licensed under GPLv2 license.