All Projects → lumingyu0423 → edk2-MSM8998

lumingyu0423 / edk2-MSM8998

Licence: other
No description, website, or topics provided.

Programming Languages

ASL
165 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
NASL
115 projects
shell
77523 projects
HTML
75241 projects

EDK2 UEFI Firmware For Snapdragon 835 (MSM8998)

Chinese version (中文版)

Resources

Telegram group

Discord group

QQ chinese group: 697666196 (Main group, full) 996450026 (Second group) 737223105 (Linux/edk2)

Windows Drivers

Project website

Project forum

WARNING

DO NOT EVER TRY TO PORT IT TO SONY and GOOGLE DEVICES, YOUR UFS WILL BE WIPED CLEAN!!!

Basic edk2 implementation for msm8998, heavily based on lumingyu0423:s work with some really small modifications and added devices.

Beware of bugs, broken framebuffers and noob mistakes on code!

Supported devices

  1. OnePlus 5 and 5T (cheeseburger, dumpling)
  2. Xiaomi Mi6 (sagit)
  3. Xiaomi Mi Mix 2 (chiron)
  4. Motorola Moto Z2 Force (nash)
  5. LG V30 (joan)

Supported devices(need test)

  1. Samsung Galaxy S8 [Snapdragon] (dream)
  2. Samsung Galaxy Tab S4 (gts4llte)
  3. Asus ZenFone 4 Pro (zs551kl)
  4. Nokia 8 Sirocco (NB1)

Dependencies

For Windows/MacOS/Other Linux distributions:

Install Docker manually or use an Ubuntu virtual machine

For Ubuntu 20.04:

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 gettext

Building

1.Clone this project

git clone https://github.com/lumingyu0423/edk2-MSM8998.git --depth=1
cd edk2-MSM8998

2.1 Build this project (only on linux)

bash build.sh --device DEVICE

2.2 For Macos/Windows (you can use docker)

docker-compose run edk2 ./build.sh -d DEVICE

3.Boot the image

fastboot boot boot_DEVICE.img

(DEVICE is the codename of your phone.)

Additionally, you can flash the image to recovery to achieve dual-boot.

fastboot flash recovery boot_DEVICE.img

Credits

fxsheep for his original edk2-sagit

strongtz for maintaining Renegade Project

BigfootACA for build script and SimpleInit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].