BSP Boot Loader Frameworks (Compact 2013)
3/26/2014
This section describes the two different boot loader frameworks included in Windows Embedded Compact 2013. The CE Boot framework, which was originally released in Compact 7, provides a customizable, production-quality boot loader and allows maximum code reuse. The BLCOMMON boot loader library is included to primarily support earlier versions of BSPs and older hardware platforms.
In this section
- CE Boot Framework
Provides a detailed description of the CE Boot Architecture, Boot Sequence States, and CE Boot Code. This section also includes sample code for different boot drivers implemented in CE Boot.
- BL Common Boot Framework
Describes the boot loader framework based on the BLCOMMON library, and includes function call sequences.