|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | bcm_tag |
Macros | |
| #define | TAGVER_LEN 4 /* Length of Tag Version */ |
| #define | TAGLAYOUT_LEN 4 /* Length of FlashLayoutVer */ |
| #define | SIG1_LEN 20 /* Company Signature 1 Length */ |
| #define | SIG2_LEN 14 /* Company Signature 2 Length */ |
| #define | BOARDID_LEN 16 /* Length of BoardId */ |
| #define | ENDIANFLAG_LEN 2 /* Endian Flag Length */ |
| #define | CHIPID_LEN 6 /* Chip Id Length */ |
| #define | IMAGE_LEN 10 /* Length of Length Field */ |
| #define | ADDRESS_LEN 12 /* Length of Address field */ |
| #define | DUALFLAG_LEN 2 /* Dual Image flag Length */ |
| #define | INACTIVEFLAG_LEN 2 /* Inactie Flag Length */ |
| #define | RSASIG_LEN 20 /* Length of RSA Signature in tag */ |
| #define | TAGINFO1_LEN 30 /* Length of vendor information field1 in tag */ |
| #define | FLASHLAYOUTVER_LEN 4 /* Length of Flash Layout Version String tag */ |
| #define | TAGINFO2_LEN 16 /* Length of vendor information field2 in tag */ |
| #define | ALTTAGINFO_LEN 54 /* Alternate length for vendor information; Pirelli */ |
| #define | NUM_PIRELLI 2 |
| #define | IMAGETAG_CRC_START 0xFFFFFFFF |
| #define | PIRELLI_BOARDS |
Definition at line 12 of file bcm963xx_tag.h.
Definition at line 19 of file bcm963xx_tag.h.
| #define BOARDID_LEN 16 /* Length of BoardId */ |
Definition at line 8 of file bcm963xx_tag.h.
| #define CHIPID_LEN 6 /* Chip Id Length */ |
Definition at line 10 of file bcm963xx_tag.h.
Definition at line 13 of file bcm963xx_tag.h.
| #define ENDIANFLAG_LEN 2 /* Endian Flag Length */ |
Definition at line 9 of file bcm963xx_tag.h.
Definition at line 17 of file bcm963xx_tag.h.
Definition at line 11 of file bcm963xx_tag.h.
| #define IMAGETAG_CRC_START 0xFFFFFFFF |
Definition at line 22 of file bcm963xx_tag.h.
| #define INACTIVEFLAG_LEN 2 /* Inactie Flag Length */ |
Definition at line 14 of file bcm963xx_tag.h.
| #define NUM_PIRELLI 2 |
Definition at line 21 of file bcm963xx_tag.h.
| #define PIRELLI_BOARDS |
Definition at line 24 of file bcm963xx_tag.h.
Definition at line 15 of file bcm963xx_tag.h.
Definition at line 6 of file bcm963xx_tag.h.
Definition at line 7 of file bcm963xx_tag.h.
Definition at line 16 of file bcm963xx_tag.h.
Definition at line 18 of file bcm963xx_tag.h.
| #define TAGLAYOUT_LEN 4 /* Length of FlashLayoutVer */ |
Definition at line 5 of file bcm963xx_tag.h.
Definition at line 4 of file bcm963xx_tag.h.
1.8.2