Flash Functions
The following table shows the boot loader flash memory functions with a description of the purpose of each.
Programming element | Description |
---|---|
OEMContinueEraseFlash | This function is periodically called by the BLCOMMON framework during download to provide a means to continue the flash block erasing operation while a download is taking place. |
OEMFinishEraseFlash | This function is called by the BLCOMMON framework when it is about to write the image to flash memory. |
OEMIsFlashAddr | This function determines whether the address provided lies in a platform's flash or RAM address range. |
OEMStartEraseFlash | This function is called by the BLCOMMON framework to initiate the flash memory erasing process. |
OEMWriteFlash | This function is called by the BLCOMMON framework to write the image that may be stored in a RAM file cache area to flash memory. |
See Also
Required Boot Loader Functions
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.