| 1234567891011121314151617181920212223 |
- //-------------------------------------------------------------------------------
- #ifndef _MERGETOBIN_H_
- #define _MERGETOBIN_H_
- //-------------------------------------------------------------------------------
- #include "mergeImage.h"
- #include "parseConfig.h"
- //-------------------------------------------------------------------------------
- //#define CONFIG_UMFSWMERGE
- //#define CONFIG_MULTITABLE
- bool mergeToBinCrossFlash( NorFlashModuleInfo *moduleInfo );
- //bool mergeToBin_Backup64K();
- //bool mergeToBin_BackupRRT();
- bool mergeToBin_GenerateOption();
- bool mergeToBin_GenerateUMFDefaultSetting();
- void freeFlashTempMem();
- bool mallocFlashTempMem();
- int getFileSize( const char* fileName );
- bool calculateImageValidSize( u32 *codeValidSizeKB, u32 *dataValidSizeKB );
- //-------------------------------------------------------------------------------
- #endif
|