2021-07-20 19:01:15 +08:00
|
|
|
# EDK2 UEFI Firmware For Snapdragon 845 (sdm845)
|
2021-01-31 06:01:56 +08:00
|
|
|
|
2021-07-20 19:01:15 +08:00
|
|
|
![Github](https://img.shields.io/github/downloads/edk2-porting/edk2-sdm845/total)
|
|
|
|
![Github](https://img.shields.io/github/v/release/edk2-porting/edk2-sdm845?include_prereleases)
|
|
|
|
|
|
|
|
EDK2 implementation for Snapdragon 845 platform.
|
2021-01-31 06:01:56 +08:00
|
|
|
|
2021-02-08 22:04:52 +08:00
|
|
|
[Chinese version (中文版)](https://github.com/edk2-porting/edk2-sdm845/blob/master/README.zh.md)
|
2021-07-20 19:01:15 +08:00
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
[Telegram group](https://t.me/joinchat/MNjTmBqHIokjweeN0SpoyA)
|
|
|
|
|
2021-12-19 19:59:57 +08:00
|
|
|
[Discord server](https://discord.gg/XXBWfag)
|
2021-07-20 19:01:15 +08:00
|
|
|
|
2021-11-24 12:49:21 +08:00
|
|
|
QQ chinese group:
|
|
|
|
[697666196 (Renegade-Project OffTopic 1)](https://jq.qq.com/?_wv=1027&k=JbOy29zv)
|
|
|
|
[996450026 (Renegade-Project OffTopic 2)](https://jq.qq.com/?_wv=1027&k=16xaDJnU)
|
|
|
|
[996450026 (Renegade-Project OffTopic 3)](https://jq.qq.com/?_wv=1027&k=o9jN36Nn)
|
|
|
|
[996450026 (Renegade-Project OffTopic 4)](https://jq.qq.com/?_wv=1027&k=YxXrIR7s)
|
|
|
|
[737223105 (Renegade-Project Linux/edk2)](https://jq.qq.com/?_wv=1027&k=KsQdNXl6)
|
2021-07-20 19:01:15 +08:00
|
|
|
|
|
|
|
[Windows Drivers](https://github.com/edk2-porting/WOA-Drivers)
|
|
|
|
|
|
|
|
[Project website](https://renegade-project.org/)
|
|
|
|
|
|
|
|
[Project forum](https://forum.renegade-project.org/)
|
|
|
|
|
|
|
|
## WARNING
|
|
|
|
|
2021-12-19 21:20:33 +08:00
|
|
|
**IT IS STRICTLY PROHIBITED TO USE THIS REPOSITORY FOR ANY COMMERCIAL PURPOSES**
|
|
|
|
|
|
|
|
**If you want to redistribute, you need to ensure that users can get updates**
|
|
|
|
|
2021-07-20 19:01:15 +08:00
|
|
|
**DO NOT EVER TRY TO PORT IT TO *SONY* and *GOOGLE* DEVICES**
|
|
|
|
|
|
|
|
**YOUR UFS WILL BE WIPED CLEAN!!!**
|
|
|
|
|
|
|
|
## Supported devices
|
|
|
|
|
2021-12-19 20:15:50 +08:00
|
|
|
[Windows Status Matrix](https://renegade-project.org/#/en/windows/state-frame.html)
|
2021-07-20 19:01:15 +08:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
2021-07-26 00:06:01 +08:00
|
|
|
For Windows/MacOS/Other Linux distributions:
|
|
|
|
|
|
|
|
Install Docker manually or use an Ubuntu virtual machine
|
|
|
|
|
2021-07-20 19:01:15 +08:00
|
|
|
For Ubuntu 20.04:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo apt update
|
|
|
|
sudo apt upgrade
|
2021-10-06 16:38:17 +08:00
|
|
|
sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git gettext
|
2021-07-20 19:01:15 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
1.Clone this project
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/edk2-porting/edk2-sdm845.git --depth=1
|
|
|
|
cd edk2-sdm845
|
|
|
|
```
|
|
|
|
|
2021-07-24 18:36:56 +08:00
|
|
|
2.1 Build this project (only on linux)
|
2021-07-20 19:01:15 +08:00
|
|
|
|
|
|
|
```bash
|
|
|
|
bash build.sh --device DEVICE
|
|
|
|
```
|
2021-07-26 00:02:40 +08:00
|
|
|
|
2021-07-24 18:36:56 +08:00
|
|
|
2.2 For Macos/Windows (you can use docker)
|
2021-07-26 00:02:40 +08:00
|
|
|
|
2021-07-24 18:36:56 +08:00
|
|
|
````bash
|
2021-07-26 00:02:40 +08:00
|
|
|
docker-compose run edk2 ./build.sh -d DEVICE
|
2021-07-24 18:36:56 +08:00
|
|
|
````
|
2021-07-20 19:01:15 +08:00
|
|
|
|
|
|
|
3.Boot the image
|
|
|
|
|
|
|
|
```bash
|
|
|
|
fastboot boot boot_DEVICE.img
|
|
|
|
```
|
|
|
|
|
|
|
|
(DEVICE is the codename of your phone.)
|
|
|
|
|
|
|
|
Additionally, you can flash the image to recovery to achieve dual-boot.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
fastboot flash recovery boot_DEVICE.img
|
|
|
|
```
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
`fxsheep` for his original `edk2-sagit`
|
|
|
|
|
|
|
|
`strongtz` for maintaining Renegade Project
|
|
|
|
|
|
|
|
`BigfootACA` for build script
|
|
|
|
|
|
|
|
`Lemon_Ice` and `NTAuthority` for guidance and some blobs
|
|
|
|
|
|
|
|
`@Freak2112`, `TAO_Croatia` and `废物` for working hard on testing and debugging
|
|
|
|
|
|
|
|
`NekokeCore` for fixing MemoryMap
|