The document introduces the Minimum Platform Architecture, and then details the "boot stages" through the following subsections.
Overview |
An overview of the stage |
---|---|
Firmware Volumes |
The binary containers needed for each stage |
Modules |
The EDK II component binaries and static libraries required |
Required Functions |
The architecturally defined functions for a given stage |
Configuration |
The defined configurable parameters for a given stage |
Data Flows |
The architecturally defined data structures and flows for a given stage |
Control Flows |
Key control flows for a given stage |
Build Files |
The DSC/FDF for a given stage |
Test Point Results |
The test that can verify porting is complete for a given stage |
Functional Exit Criteria |
The testable functionality for the stage |
Stage Enabling Checklist |
The required activities to achieve desired functionality for a given stage |