Skip to content

Commit

Permalink
fby3.5: rf: Version commit for oby35-rf-2022.28.01 (#401)
Browse files Browse the repository at this point in the history
Summary:
- Version commit for Yv3.5 Rainbow falls BIC oby35-rf-2022.28.01.

Pull Request resolved: #401

Test Plan:
- Build code: Pass
- Check BIC version is changed: Pass

Log:
root@bmc-oob:~# fw-util slot3 --version 1ou_bic
1OU Bridge-IC Version: oby35-rf-v2022.28.01

Reviewed By: garnermic

Differential Revision: D37831150

Pulled By: GoldenBug

fbshipit-source-id: 0a8662bc639a5e1e1781903c0d9f5a95dff0bea1
  • Loading branch information
SaraLin-wiwynn authored and facebook-github-bot committed Jul 14, 2022
1 parent 3117daa commit 8549495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-facebook/yv35-rf/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
// BIT 0:3 1: CraterLake 2: Baseboard 3: Rainbow falls
// BIT 4:7 0: POC 1: EVT 2: DVT
#define FIRMWARE_REVISION_1 0x03
#define FIRMWARE_REVISION_2 0x02
#define FIRMWARE_REVISION_2 0x03
#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 0x25
#define BIC_FW_VER 0x02
#define BIC_FW_WEEK 0x28
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x72 // char: r
#define BIC_FW_platform_1 0x66 // char: f
#define BIC_FW_platform_2 0x00 // char: '\0'
Expand Down

0 comments on commit 8549495

Please sign in to comment.