24754fbe05
Also some other minor changes to build.sh |
||
---|---|---|
.github/workflows | ||
assets | ||
device_specific | ||
edk2@3a3713e62c | ||
edk2-platforms@cfdc7f907d | ||
sdm845Pkg | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
LICENSE.txt | ||
README.md | ||
README.zh.md |
EDK2 UEFI Firmware For Snapdragon 845 (sdm845)
A broken but working EDK2 implementation for Snapdragon 845 platform.
Resources
QQ group: 697666196 (Never On-Topic)
WARNING
DO NOT EVER TRY TO PORT IT TO SONY DEVICES
YOUR UFS WILL BE WIPED CLEAN!!!
Supported devices
- Xiaomi MIX 2S (polaris)
- Xiaomi MIX 3 (perseus)
- Xiaomi MI 8 (dipper)
- Xiaomi PocoPhone F1 (beryllium)
- OnePlus 6 (enchilada)
- OnePlus 6T (fajita)
Dependencies
For Ubuntu 20.04:
sudo apt update
sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git
Building
1.Clone this project
git clone https://github.com/edk2-porting/edk2-sdm845.git --depth=1
2.Build this project
bash build.sh --device DEVICE
3.Boot the image
fastboot boot boot_DEVICE.img
(DEVICE is the codename of your phone.)
Credits
To be filled soon
Porting Guide
License
This project is released under the WTFPL LICENSE.