JakubGawron1 / edk-nightly

Home Page:https://jakubgawron1.github.io/OVMF-nightly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial OVMF nightly build build

This repository provides unofficial tianocore/edk2 nightly build. It currently builds OVMF for x64 and IA-32, ArmVirtPkg for AArch64 and ARM, and UEFI Shell for x64, IA-32, AArch64, ARM, and RISC-V 64-bit both Debug and Release.

Pre-built binaries

UEFI images for QEMU

GCC5 DEBUG RELEASE
X64 DEBUGX64_OVMF.fd
DEBUGX64_OVMF_CODE.fd
DEBUGX64_OVMF_VARS.fd
RELEASEX64_OVMF.fd
RELEASEX64_OVMF_CODE.fd
RELEASEX64_OVMF_VARS.fd
IA32 DEBUGIA32_OVMF.fd
DEBUGIA32_OVMF_CODE.fd
DEBUGIA32_OVMF_VARS.fd
RELEASEIA32_OVMF.fd
RELEASEIA32_OVMF_CODE.fd
RELEASEIA32_OVMF_VARS.fd
AARCH64 DEBUGAARCH64_QEMU_EFI.fd
DEBUGAARCH64_QEMU_VARS.fd
RELEASEAARCH64_QEMU_EFI.fd
RELEASEAARCH64_QEMU_VARS.fd
ARM DEBUGARM_QEMU_EFI.fd
DEBUGARM_QEMU_VARS.fd
RELEASEARM_QEMU_EFI.fd
RELEASEARM_QEMU_VARS.fd

UEFI Shell

GCC5 DEBUG RELEASE
X64 DEBUGX64_Shell.efi RELEASEX64_Shell.efi
IA32 DEBUGIA32_Shell.efi RELEASEIA32_Shell.efi
AARCH64 DEBUGAARCH64_Shell.efi RELEASEAARCH64_Shell.efi
ARM DEBUGARM_Shell.efi RELEASEARM_Shell.efi
RISCV64 DEBUGRISCV64_Shell.efi RELEASERISCV64_Shell.efi

Build system

The build system is constructed on the top of CircleCI using Dockerfile The nightly build is scuduled at 00:00 UTC every day. Please see .circleci/config.yml for more details.