We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccad7f7 commit b0f4db5Copy full SHA for b0f4db5
meta-facebook/sb-rb/src/platform/plat_version.h
@@ -28,7 +28,7 @@
28
#define DEVICE_REVISION 0x80
29
30
#define FIRMWARE_REVISION_1 GET_FW_VERSION1(BOARD_ID, PROJECT_STAGE)
31
-#define FIRMWARE_REVISION_2 0x11
+#define FIRMWARE_REVISION_2 0x12
32
33
#define IPMI_VERSION 0x02
34
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
@@ -37,7 +37,7 @@
37
38
#define BIC_FW_YEAR_MSB 0x20
39
#define BIC_FW_YEAR_LSB 0x25
40
-#define BIC_FW_WEEK 0x52
+#define BIC_FW_WEEK 0x53
41
#define BIC_FW_VER 0x01
42
#define BIC_FW_platform_0 0x73 // char: s
43
#define BIC_FW_platform_1 0x72 // char: r
0 commit comments