Skip to content

Commit

Permalink
fby3: dl: Version commit for oby3-dl-2022.34.01 (#516)
Browse files Browse the repository at this point in the history
Summary:
- Version commit for Yv3 Deltalake BIC oby3-dl-2022.34.01 (Y3ABDL_M02(v51.02).

Pull Request resolved: #516

Test Plan:
- Build code: Pass
- Get BIC version: Pass

Log:
root@bmc-oob:~# fw-util slot2 --version bic
SB Bridge-IC Version: v51.02

get device id
root@bmc-oob:~# bic-util slot2 0x18 0x1
00 80 51 02 02 BF 9C 9C 00 00 00 00 00 00 00

Reviewed By: garnermic

Differential Revision: D38989048

Pulled By: GoldenBug

fbshipit-source-id: 1aa4466016ec101399836ee7fd741b03d1af781e
  • Loading branch information
MarshallZhan-wiwynn authored and facebook-github-bot committed Aug 25, 2022
1 parent c174e4f commit 8e1b095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-facebook/yv3-dl/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
#define IANA_ID 0x009c9c
#define DEVICE_ID 0x00
#define DEVICE_REVISION 0x80
#define FIRMWARE_REVISION_1 0x01
#define FIRMWARE_REVISION_2 0x01
#define FIRMWARE_REVISION_1 0x51
#define FIRMWARE_REVISION_2 0x02
#define IPMI_VERSION 0x02
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
#define PRODUCT_ID 0x0000
#define AUXILIARY_FW_REVISION 0x00000000

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x22
#define BIC_FW_WEEK 0x22
#define BIC_FW_WEEK 0x34
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x64 // char: d
#define BIC_FW_platform_1 0x6c // char: l
Expand Down

0 comments on commit 8e1b095

Please sign in to comment.