Boot Loader Control Flow Functions (Windows Embedded CE 6.0)

1/5/2010

The following table shows the boot loader control flow functions.

Programming element Description

OEMDebugInit

This function is the first called by the BLCOMMON framework when a boot loader is started.

OEMLaunch

This function is the last one called by the BLCOMMON framework and is responsible for to launching the image.

OEMPlatformInit

This function is called by the BLCOMMON framework and initializes the platform.

OEMPreDownload

This function is called by the BLCOMMON framework prior to download and can be customized to prompt for user feedback, such as obtaining a static IP address or skipping the download and jumping to a flash-resident image.

See Also

Other Resources

Required Boot Loader Functions