Skip to content

Not useful yet. Attempt to port EDK2.

Notifications You must be signed in to change notification settings

ivoszbg/edk2-msm8916

 
 

Repository files navigation

Attempt to create a minimal EDK2 for MSM8916 devices

Status

Boots to efi shell.

Building

Tested on Ubuntu 18.04.

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:

18.04:

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

Also see EDK2 website

Then ./firstrun.sh

Finally, ./build.sh.

Then fastboot boot uefi.img from lk2nd.

Credits

SimpleFbDxe screen driver is from imbushuo's Lumia950XLPkg.

Zhuowei for making edk2-pixel3

all my friends for supporting me (yes also mis012 :)

About

Not useful yet. Attempt to port EDK2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.0%
  • ASL 5.4%
  • C++ 4.5%
  • PHP 1.4%
  • Other 0.7%