Skip to content

Commit c645a2e

Browse files
LoraLin1facebook-github-bot
authored andcommitted
fby3.5: cl: Version commit for oby35-cl-2022.37.02 (#565)
Summary: - Version commit for Yv3.5 Craterlake BIC oby35-cl-2022.37.02. Pull Request resolved: #565 Test Plan: - Build code: Pass - Get BIC version: Pass Log: root@bmc-oob:~# fw-util slot1 --version bic SB Bridge-IC Version: oby35-cl-v2022.37.02 get firmware revision root@bmc-oob:~# bic-util slot1 0x18 0x1 00 80 21 06 02 BF 15 A0 00 00 00 00 00 00 00 Reviewed By: garnermic Differential Revision: D39551645 Pulled By: GoldenBug fbshipit-source-id: 6e7d5bbcc81432359734fc5a9dc7580dc63a34c8
1 parent d147af5 commit c645a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-facebook/yv35-cl/src/platform/plat_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define DEVICE_REVISION 0x80
3333

3434
#define FIRMWARE_REVISION_1 GET_FW_VERSION1(BOARD_ID, PROJECT_STAGE)
35-
#define FIRMWARE_REVISION_2 0x05
35+
#define FIRMWARE_REVISION_2 0x06
3636

3737
#define IPMI_VERSION 0x02
3838
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
@@ -42,7 +42,7 @@
4242
#define BIC_FW_YEAR_MSB 0x20
4343
#define BIC_FW_YEAR_LSB 0x22
4444
#define BIC_FW_WEEK 0x37
45-
#define BIC_FW_VER 0x01
45+
#define BIC_FW_VER 0x02
4646
#define BIC_FW_platform_0 0x63 // char: c
4747
#define BIC_FW_platform_1 0x6c // char: l
4848
#define BIC_FW_platform_2 0x00 // char: '\0'

0 commit comments

Comments
 (0)