Skip to content

Commit

Permalink
fby3.5: cl: Version commit for oby35-cl-2022.25.01 (#359)
Browse files Browse the repository at this point in the history
Summary:
- Version commit for Yv3.5 Craterlake BIC oby35-cl-2022.25.01.

Pull Request resolved: #359

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

Log:
root@bmc-oob:~# fw-util slot1 --version bic
SB Bridge-IC Version: oby35-cl-v2022.25.01

Reviewed By: garnermic

Differential Revision: D37359367

Pulled By: GoldenBug

fbshipit-source-id: a063111bfad7cd0989b9833da4277ee7f42d3e54
  • Loading branch information
LoraLin1 authored and facebook-github-bot committed Jun 23, 2022
1 parent 9882760 commit f68b595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-facebook/yv35-cl/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
#define PROJECT_NAME "craterlake"
#define DEVICE_ID 0x00
#define DEVICE_REVISION 0x80
#define FIRMWARE_REVISION_1 0x11
#define FIRMWARE_REVISION_2 0x13
#define FIRMWARE_REVISION_1 0x21
#define FIRMWARE_REVISION_2 0x01
#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 0x25
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x63 // char: c
#define BIC_FW_platform_1 0x6c // char: l
Expand Down

0 comments on commit f68b595

Please sign in to comment.