Skip to content

EDK2 Setup Scripts v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 07:39
· 1 commit to main since this release

EDK2 Setup Scripts Release v1.0.1

Automated release from GitHub Actions workflow

What's Included

  • ✅ setup-edk2.bat - Main EDK2 setup script with CI support
  • ✅ ACPIPatcherPkg/ - Example UEFI ACPI patcher package
  • ✅ GitHub Actions workflow for automated builds
  • ✅ EFI Binaries - Ready-to-use UEFI drivers (X64, IA32, AARCH64)

Built EFI Drivers

  • ACPIPatcher-X64.efi - UEFI Application (64-bit Intel/AMD)
  • ACPIPatcherDxe-X64.efi - UEFI DXE Driver (64-bit Intel/AMD)
  • ACPIPatcher-IA32.efi - UEFI Application (32-bit Intel/AMD)
  • ACPIPatcherDxe-IA32.efi - UEFI DXE Driver (32-bit Intel/AMD)
  • ACPIPatcher-AARCH64.efi - UEFI Application (64-bit ARM)
  • ACPIPatcherDxe-AARCH64.efi - UEFI DXE Driver (64-bit ARM)
  • ACPIPatcher-AllArchitectures.zip - Complete archive with all binaries

Validation Status

  • ✅ BaseTools compilation successful
  • ✅ ACPIPatcherPkg build successful (X64, IA32, AARCH64)
  • ✅ Multi-architecture support validated
  • ✅ EFI binaries attached to release
  • ✅ Build artifacts generated
  • ✅ CI/CD workflow validated

Usage

  1. Download setup-edk2.bat from this repository
  2. Copy to your EDK2 repository root
  3. Run: setup-edk2.bat (interactive) or setup-edk2.bat --ci (automated)

Using the EFI Binaries

  1. Download the appropriate architecture EFI files from this release
  2. Copy to your ESP partition or UEFI boot media
  3. Load via UEFI Shell or boot manager

Build Time: ~1-2 minutes (multi-architecture)
Version: 1.0.1
Commit: a68ab32
Generated: