Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.47 KB

EDK2 Implementation for Xiaomi MI 8

Porting edk2 to Xiaomi MI 8 (dipper)

English | 中文

Status

Successfully running UEFI Shell with internal UFS support. Display works well

Since Mi 8 is my current daily driver, I may update once I have time

Building

Tested on WSL2 Ubuntu

First, clone EDK2

cd ..
git clone https://github.com/tianocore/edk2.git --recursive
git clone https://github.com/tianocore/edk2-platforms.git

You should have all three directories side by side

Next, install dependencies:

sudo apt install build-essential uuid-dev iasl git nasm python3-distutils gcc-aarch64-linux-gnu

Also see EDK2 website

Finally, ./build.sh

Then fastboot boot uefi.img

Credits