X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=bcmdrivers%2Fopensource%2Finclude%2Fbcm963xx%2FbcmTag.h;h=f837ed52247150bbc0250b75502593e7e529c7bf;hp=e1917b22a454aad3d5ac3be1deef399b9b773d71;hb=57a096f051259ceaefd5977f30d269884e1dd248;hpb=9887430fc6b7c0f8eb8e81de2bfe3bba12d8d4a1 diff --git a/bcmdrivers/opensource/include/bcm963xx/bcmTag.h b/bcmdrivers/opensource/include/bcm963xx/bcmTag.h index e1917b22..f837ed52 100755 --- a/bcmdrivers/opensource/include/bcm963xx/bcmTag.h +++ b/bcmdrivers/opensource/include/bcm963xx/bcmTag.h @@ -30,7 +30,7 @@ #define BCM_SIG_1 "U.S. Robotics" -#define BCM_SIG_2 "ver. 300L0305" // was "firmware version 2.0" now it is split 6 char out for chip id. +#define BCM_SIG_2 "ver. 304L0110" // was "firmware version 2.0" now it is split 6 char out for chip id. #define BCM_TAG_VER "6" #define BCM_TAG_VER_LAST "26" @@ -66,8 +66,7 @@ typedef struct _FILE_TAG unsigned char rootfsLen[IMAGE_LEN]; // if non zero, filesystem size in clear ASCII text. unsigned char kernelAddress[ADDRESS_LEN]; // if non zero, kernel starting address unsigned char kernelLen[IMAGE_LEN]; // if non zero, kernel size in clear ASCII text. - unsigned char dualImage[FLAG_LEN]; // if 1, dual image - unsigned char inactiveLen[FLAG_LEN]; // if 1, the image is INACTIVE; if 0, active + unsigned char imageSequence[FLAG_LEN * 2]; // incrments everytime an image is flashed unsigned char reserved[RESERVED_LEN]; // reserved for later use unsigned char imageValidationToken[TOKEN_LEN];// image validation token - can be crc, md5, sha; for // now will be 4 unsigned char crc