Go to the documentation of this file.
16 #define BOOT_BUF_SIZE 0x1000
17 #define CRYPT_FEEDTERM 0x8142
18 #define CRYPT_STARTTERM 0x81a5
22 #define POF_READY_TIME_OUT_SEC 10
38 #define POF_BOOT_LOADER_PAGE_SIZE 0x4000
39 #define POF_BOOT_LOADER_TOTAL_SIZE (2U * POF_BOOT_LOADER_PAGE_SIZE)
41 #define POF_BOOT_LOADER_CODE_SIZE 0x0800
45 #define POF_BOOT_LOADER_OFF_IN_PAGE (POF_BOOT_LOADER_PAGE_SIZE-POF_BOOT_LOADER_CODE_SIZE)
69 #define TAGFILEMAGIC 0x464F501AUL
71 #define TAG_ABSDATA 0x1000
72 #define TAG_BOOTDTA 0x1001
73 #define TAG_COMMENT 0x0020
74 #define TAG_SYSCALL 0x0021
75 #define TAG_FLOWCTRL 0x0022
76 #define TAG_TIMESTMP 0x0010
77 #define TAG_CABSDATA 0x1100
78 #define TAG_CBOOTDTA 0x1101