Skip to content

Commit d147af5

Browse files
Yi-Shumfacebook-github-bot
authored andcommitted
fby3.5: hd: Version commit for oby35-hd-2022.37.01 (#568)
Summary: - Version commit for Yv3.5 HalfDome BIC oby35-hd-2022.37.01. Dependency: #558 Pull Request resolved: #568 Test Plan: - Build code: Pass - Get BIC version: Pass Log: root@bmc-oob:~# fw-util slot1 --version bic SB Bridge-IC Version: oby35-hd-v2022.37.01 root@bmc-oob:~# bic-util slot1 0x18 0x1 00 80 11 05 02 BF 15 A0 00 00 00 00 00 00 00 Reviewed By: garnermic Differential Revision: D39551638 Pulled By: GoldenBug fbshipit-source-id: 15a146beaff0c0ac69524e2d64817a1447c339ca
1 parent 59a858b commit d147af5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121

2222
#define PLATFORM_NAME "Yosemite 3.5"
2323
#define PROJECT_NAME "Half Dome"
24-
#define PROJECT_STAGE POC
24+
#define PROJECT_STAGE EVT
2525

2626
#define BOARD_ID 0x01
2727
#define DEVICE_ID 0x00
2828
#define DEVICE_REVISION 0x80
2929

30-
#define FIRMWARE_REVISION_1 0xff
31-
#define FIRMWARE_REVISION_2 0xff
30+
#define FIRMWARE_REVISION_1 GET_FW_VERSION1(BOARD_ID, PROJECT_STAGE)
31+
#define FIRMWARE_REVISION_2 0x05
3232

3333
#define IPMI_VERSION 0x02
3434
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
3535
#define PRODUCT_ID 0x0000
3636
#define AUXILIARY_FW_REVISION 0x00000000
3737

38-
#define BIC_FW_YEAR_MSB 0xff
39-
#define BIC_FW_YEAR_LSB 0xff
40-
#define BIC_FW_WEEK 0xff
41-
#define BIC_FW_VER 0xff
38+
#define BIC_FW_YEAR_MSB 0x20
39+
#define BIC_FW_YEAR_LSB 0x22
40+
#define BIC_FW_WEEK 0x37
41+
#define BIC_FW_VER 0x01
4242
#define BIC_FW_platform_0 0x68 // char: h
4343
#define BIC_FW_platform_1 0x64 // char: d
4444
#define BIC_FW_platform_2 0x00 // char: '\0'

0 commit comments

Comments
 (0)