Skip to content

UEFI toolkit package for development and collection, including UEFI Tools/Applications, Drivers and Libraries.

License

Notifications You must be signed in to change notification settings

Eric6666/UefiToolkitPkg

 
 

Repository files navigation

UefiToolkitPkg - A UEFI toolkit package for development and collection

Build Status

OS Build Status
Windows Build Status
Linux Build Status

Build

  1. Install Visual Studio 2019.
  2. Get a full and buildable EDKII repository and UefiToolkitPkg package, use follow steps of git command:
   git clone https://github.com/tianocore/edk2.git
   cd edk2
   git submodule update --init
   git clone https://github.com/vinxue/UefiToolkitPkg.git
  1. Run build commands:
   edksetup.bat rebuild
   build -a IA32 -a X64 -b RELEASE -t VS2019 -p UefiToolkitPkg\UefiPkg.dsc

About

UEFI toolkit package for development and collection, including UEFI Tools/Applications, Drivers and Libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.9%
  • Python 6.0%
  • Makefile 0.4%
  • Assembly 0.4%
  • NASL 0.2%
  • Shell 0.1%