Page 1 of 1

UEFI Development tool

Posted: Thu Sep 08, 2022 7:03 am
by lersiUefi
For beginners, it might be hard to start developing for UEFI, from configuring the environment to understanding EDK2's build system.

So, I made a Cmake project that warps EDK2's build system, and makes it very easy to compile UEFI application.
In addition, it contains some basic explenation about EDK2's build system and has a lot of link for deeper reading.

The key benefits are:
* support for all major platforms (windows, linux and macOS!).
* complete separation from edk2's source code.
* no need to configure the environment on new workspaces (beside installing dependencies).
* GitHub CI (in development)

repo link: https://github.com/lersi/edk2_project_template

Hopefully this project will help you , whether if you are a beginner or veteran.

feel free to send any comments and suggestions for this project