-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update mkdocs.yml * Create features.md
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Features | ||
|
||
## Summary | ||
|
||
Project Mu features will generally be found in a "MU" sub-module, for example, "Common/MU" or "Silicon/Intel/MU". | ||
What major features does Project Mu bring to the table above/beyond EDK2? | ||
|
||
### Feature List | ||
|
||
* Pluggable, cross-device, performance-optimized BDS | ||
* Device Firmware Configuration Interface - enables practical MDM management | ||
* PBKDF2-based BIOS password example | ||
* Support for EKU-based trust anchors during signature validation | ||
* Microsoft unit test framework | ||
* Audit, function, & performance tests for platform features | ||
* Scalable Python build environment | ||
* Build plug in: override tracking tool | ||
* Build plug in: flash descriptor analysis | ||
* Binary package management via NuGet | ||
* Capsule signing via signtool.exe | ||
* Up-to-date Visual Studio compiler support | ||
* Base64 encode for binary objects | ||
* XML Support Package | ||
|
||
### Features Coming Soon | ||
|
||
* Modern BIOS menu example (Surface inspired) | ||
* On screen keyboard (OSK) with mouse, touch support | ||
* Graphical end-to-end boot performance analysis library and tool | ||
* Infineon TPM firmware update via Capsule | ||
* On screen notifications: color bars to inform users that a device is not in a production configuration | ||
|
||
### Features integrated into Tiano | ||
|
||
* Safe Integer library | ||
* Heap Guard | ||
* ESRT DXE driver | ||
* Scalable device FMP framework | ||
* Progress bar for Capsule Updates | ||
* TCG FV pre hashing optimization | ||
* NVME shutdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters