|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | PofFileHdr_tag |
| struct | PofRecHdr_tag |
| struct | PofTimeStamp_tag |
Macros | |
| #define | BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ |
| #define | CRYPT_FEEDTERM 0x8142 |
| #define | CRYPT_STARTTERM 0x81a5 |
| #define | POF_READY_TIME_OUT_SEC 10 |
| #define | POF_BOOT_LOADER_PAGE_SIZE 0x4000 /* =16384U */ |
| #define | POF_BOOT_LOADER_TOTAL_SIZE (2U * POF_BOOT_LOADER_PAGE_SIZE) |
| #define | POF_BOOT_LOADER_CODE_SIZE 0x0800 /* =2KB =2048U */ |
| #define | POF_BOOT_LOADER_OFF_IN_PAGE (POF_BOOT_LOADER_PAGE_SIZE-POF_BOOT_LOADER_CODE_SIZE) |
| #define | TAGFILEMAGIC 0x464F501AUL |
| #define | TAG_ABSDATA 0x1000 /* abs. data */ |
| #define | TAG_BOOTDTA 0x1001 /* boot data */ |
| #define | TAG_COMMENT 0x0020 |
| #define | TAG_SYSCALL 0x0021 |
| #define | TAG_FLOWCTRL 0x0022 |
| #define | TAG_TIMESTMP 0x0010 /* date/time stamp of version */ |
| #define | TAG_CABSDATA 0x1100 /* crypted abs. data */ |
| #define | TAG_CBOOTDTA 0x1101 /* crypted boot data */ |
Typedefs | |
| typedef struct PofFileHdr_tag | tPofFileHdr |
| typedef struct PofRecHdr_tag | tPofRecHdr |
| typedef struct PofTimeStamp_tag | tPofTimeStamp |
| #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ |
Definition at line 16 of file hysdn_pof.h.
| #define CRYPT_FEEDTERM 0x8142 |
Definition at line 17 of file hysdn_pof.h.
| #define CRYPT_STARTTERM 0x81a5 |
Definition at line 18 of file hysdn_pof.h.
| #define POF_BOOT_LOADER_CODE_SIZE 0x0800 /* =2KB =2048U */ |
Definition at line 41 of file hysdn_pof.h.
| #define POF_BOOT_LOADER_OFF_IN_PAGE (POF_BOOT_LOADER_PAGE_SIZE-POF_BOOT_LOADER_CODE_SIZE) |
Definition at line 45 of file hysdn_pof.h.
| #define POF_BOOT_LOADER_PAGE_SIZE 0x4000 /* =16384U */ |
Definition at line 38 of file hysdn_pof.h.
| #define POF_BOOT_LOADER_TOTAL_SIZE (2U * POF_BOOT_LOADER_PAGE_SIZE) |
Definition at line 39 of file hysdn_pof.h.
| #define POF_READY_TIME_OUT_SEC 10 |
Definition at line 22 of file hysdn_pof.h.
| #define TAG_ABSDATA 0x1000 /* abs. data */ |
Definition at line 71 of file hysdn_pof.h.
| #define TAG_BOOTDTA 0x1001 /* boot data */ |
Definition at line 72 of file hysdn_pof.h.
| #define TAG_CABSDATA 0x1100 /* crypted abs. data */ |
Definition at line 77 of file hysdn_pof.h.
| #define TAG_CBOOTDTA 0x1101 /* crypted boot data */ |
Definition at line 78 of file hysdn_pof.h.
| #define TAG_COMMENT 0x0020 |
Definition at line 73 of file hysdn_pof.h.
| #define TAG_FLOWCTRL 0x0022 |
Definition at line 75 of file hysdn_pof.h.
| #define TAG_SYSCALL 0x0021 |
Definition at line 74 of file hysdn_pof.h.
| #define TAG_TIMESTMP 0x0010 /* date/time stamp of version */ |
Definition at line 76 of file hysdn_pof.h.
| #define TAGFILEMAGIC 0x464F501AUL |
Definition at line 69 of file hysdn_pof.h.
| typedef struct PofFileHdr_tag tPofFileHdr |
| typedef struct PofRecHdr_tag tPofRecHdr |
| typedef struct PofTimeStamp_tag tPofTimeStamp |
1.8.2