tianocore/edk2

EDK II

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 10th, 2026
Created on April 14th, 2011
Open Issues & Pull Requests: 1,396 (+0)
GitHub issues: Enabled
Number of forks: 3,270
Total Stargazers: 6,243 (-1)
Total Subscribers: 277 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 25.9 hours
90th percentile: N/A
Tracked items: 4,319

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 15% of open issues come from outside the core team — the tracker reads mainly as internal planning. 64% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 2% of issues opened in the past year have been closed. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,195
New in 7 days: 3
Closed in 7 days: 0
Avg open age: 1,717 days
Stale 30+ days: 1,163
Stale 90+ days: 1,131

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 12

Top labels

  • type:bug (3,551)
  • priority:low (2,344)
  • priority:medium (1,284)
  • package:mdemodulepkg (838)
  • package:basetools (765)
  • priority:high (598)
  • type:feature-request (581)
  • package:mdepkg (400)

Detailed Description

EDK II is a firmware development kit that implements the Unified Extensible Firmware Interface specification for building UEFI-compliant firmware.

The project addresses the need for a standardized, open-source platform to develop firmware that meets UEFI standards. EDK II provides a comprehensive codebase and build infrastructure that allows developers to create firmware for various hardware platforms. The toolkit includes support for multiple processor architectures and includes components for bootloaders, drivers, and system firmware. Developers can leverage existing modules and libraries within the framework rather than building firmware components from scratch.

EDK II is suited for organizations and developers working on firmware for x86, ARM, and other processor architectures who need to maintain UEFI compliance. It is particularly valuable for hardware manufacturers, system integrators, and firmware engineers developing for servers, desktops, embedded systems, or specialized hardware. The project provides a modular architecture that allows selective use of components, making it adaptable to different firmware requirements and constraints. Those choosing this toolkit should expect to engage with low-level hardware concepts and be prepared for the complexity inherent in firmware development.

The project maintains active development with regular contributions across its codebase. The repository shows consistent engagement with bug fixes and feature additions being integrated regularly. Development activity spans multiple areas including core firmware components, platform-specific implementations, and tooling improvements. The project sustains a structured approach to code review and integration, with changes flowing through established processes. Community participation extends beyond core maintainers, with external contributors submitting patches and improvements across different subsystems.