From ff03e5d77b85ca079dc23d922eca47e7a968de84 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Tue, 20 Jul 2021 19:01:15 +0800 Subject: [PATCH] Revert "warning" This reverts commit b276d38f8b80169c51211e140a57ed10c4ddb9b8. Signed-off-by: BigfootACA --- README.md | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 103 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c813c3..998354e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,106 @@ -# Notice +# EDK2 UEFI Firmware For Snapdragon 845 (sdm845) +![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. [Chinese version (中文版)](https://github.com/edk2-porting/edk2-sdm845/blob/master/README.zh.md) + +## Resources + +[Telegram group](https://t.me/joinchat/MNjTmBqHIokjweeN0SpoyA) + +[Discord group](https://discord.gg/XXBWfag) + +QQ chinese group: 697666196 (Main group) 737223105 (Linux/edk2) + +[Windows Drivers](https://github.com/edk2-porting/WOA-Drivers) + +[Project website](https://renegade-project.org/) + +[Project forum](https://forum.renegade-project.org/) + +## WARNING + +**DO NOT EVER TRY TO PORT IT TO *SONY* and *GOOGLE* DEVICES** + +**YOUR UFS WILL BE WIPED CLEAN!!!** + +## Supported devices + +1. OnePlus 6 (enchilada) +2. OnePlus 6T (fajita) +3. Xiaomi MIX 3 (perseus) +4. Xiaomi PocoPhone F1 (beryllium) +5. Meizu 16th (m1882) +6. Meizu 16th Plus (m1892) +7. Smartisan R1 (trident) +8. BlackShark One (skr-a0) +9. OPPO Find X (pafm00) +10. Xiaomi MIX 2S (polaris) +11. LG G7 (judyln) +12. Samsung Galaxy S9+ (star2qltechn) +13. Xiaomi MI 7 (dipper-old) +14. Xiaomi MI 8 (dipper) +15. Nubia X (nx616j) +16. Nokia9 PureView (olympic) +17. ASUS ZenFone 5Z (draco) +18. Vivo NEX Dual Display (pd1821) + +## Dependencies + +For Ubuntu 20.04: + +```bash +sudo apt update +sudo apt upgrade +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 + +```bash +git clone https://github.com/edk2-porting/edk2-sdm845.git --depth=1 +cd edk2-sdm845 +``` + +2.Build this project + +```bash +bash build.sh --device DEVICE +``` + +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 + +## License + +This project is released under the [WTFPL LICENSE](http://www.wtfpl.net/). -- 2.45.2