zlmone / edk2-mt6580

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attempt to create a minimal EDK2 for APPLE ARM32 devices

Status

Boots to DXECore.

Building

Tested on Ubuntu 22.04.

First, clone EDK2.

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

You should have all three directories side by side.

Next, install dependencies:

20.04 or later:

sudo apt install build-essential uuid-dev iasl git nasm python3-distutils crossbuild-essential-armel

Also see EDK2 website

Then ./firstrun.sh

Finally, ./build.sh, or ./saana.sh if you are planning to test on the 650 with LK.

Then fastboot boot uefi.img from lk2nd.

Credits

SimpleFbDxe screen driver is from imbushuo's Lumia950XLPkg.

About


Languages

Language:C 96.5%Language:C++ 2.5%Language:Assembly 0.6%Language:Shell 0.2%Language:Python 0.1%Language:Makefile 0.0%