Skip to content

Commit

Permalink
op2: gl/op: Version commit 2024.40.01 (#2016)
Browse files Browse the repository at this point in the history
Summary:
# Description
- Version commit for Great Lakes BIC oby35-gl-2024.40.01.
- Version commit for Olmsted Point BIC oby35-op-2024.40.01.

# Motivation
- Version commit for Great Lakes BIC oby35-gl-2024.40.01.
- Version commit for Olmsted Point BIC oby35-op-2024.40.01.

Pull Request resolved: #2016

Reviewed By: wangx6f

Differential Revision: D64086843

fbshipit-source-id: 0eb5f37ee8422ff741dfd17de3b461eff95c84ed
  • Loading branch information
SaraLin-wiwynn authored and facebook-github-bot committed Oct 10, 2024
1 parent cbcf5ed commit d0ae72b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta-facebook/op2-op/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define DEVICE_REVISION 0x80

#define FIRMWARE_REVISION_1 GET_FW_VERSION1(BOARD_ID, PROJECT_STAGE)
#define FIRMWARE_REVISION_2 0x02
#define FIRMWARE_REVISION_2 0x03

#define IPMI_VERSION 0x02
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
Expand All @@ -41,7 +41,7 @@

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x24
#define BIC_FW_WEEK 0x33
#define BIC_FW_WEEK 0x40
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x6f // char: o
#define BIC_FW_platform_1 0x70 // char: p
Expand Down
4 changes: 2 additions & 2 deletions meta-facebook/yv35-gl/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define DEVICE_REVISION 0x80

#define FIRMWARE_REVISION_1 GET_FW_VERSION1(BOARD_ID, PROJECT_STAGE)
#define FIRMWARE_REVISION_2 0x02
#define FIRMWARE_REVISION_2 0x03

#define IPMI_VERSION 0x02
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
Expand All @@ -41,7 +41,7 @@

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x24
#define BIC_FW_WEEK 0x33
#define BIC_FW_WEEK 0x40
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x67 // char: g
#define BIC_FW_platform_1 0x6c // char: l
Expand Down

0 comments on commit d0ae72b

Please sign in to comment.