root/ar5315_microredboot/microredboot/ecos/packages/redboot/current/src/net/fwupgrade_senao.h

Revision 12370, 0.5 kB (checked in by BrainSlayer, 5 months ago)

support for senao firmware format

Line 
1
2 #ifndef __senao_fw__
3 #define __senao_fw__
4
5 /* do header, partition and final signature check */
6 extern int fw_check_image_senao(unsigned char *addr, unsigned long maxlen,
7                                 int do_flash);
8
9 #define MAX_IMAGE_SIZE          0x7E0000        /* 4mb - 64k */
10
11 #define MAX_PART_SIZE           0x800000        /* 3mb - valid only for ar531x */
12
13 /* these variables will be initialized in do_tftpd() */
14 CYG_ADDRWORD BASE_ADDR;
15 CYG_ADDRWORD FW_TEMP_BASE;
16 /***********************************************************************************/
17
18 #endif                          /* __wilibox_fw__ */
Note: See TracBrowser for help on using the browser.