Not useful yet. Attempt to port EDK2.
Go to file
Bingxing Wang 7b49b7c6c1 MSM8916Pkg: Implement Bam
Signed-off-by: Ivaylo Ivanov <ivo.ivanov@null.net>
2021-09-03 13:10:31 +03:00
device_specific .: major reconstruction 2021-09-01 21:45:09 +03:00
MSM8916Pkg MSM8916Pkg: Implement Bam 2021-09-03 13:10:31 +03:00
workspace create the workspace directory 2019-02-21 18:38:29 -08:00
.gitignore create the workspace directory 2019-02-21 18:38:29 -08:00
azure-pipelines.yml Tweak Azure Pipeline 2019-02-21 18:14:07 -08:00
build_common.sh Add build scripts based on edk2-platform's instructions 2019-02-21 17:01:39 -08:00
build.sh .: major reconstruction 2021-09-01 21:45:09 +03:00
ci-build.sh ci needs bc 2019-02-21 18:33:52 -08:00
firstrun.sh Add build scripts based on edk2-platform's instructions 2019-02-21 17:01:39 -08:00
README.md Update README.md 2021-09-02 10:18:35 +03:00

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 :)