Skip to content

Commit

Permalink
GT: Version commit fot gt-swb-2022.28.01 (#411)
Browse files Browse the repository at this point in the history
Summary:
- Version commit for GT switch board gt-swb-2022.28.01

Pull Request resolved: #411

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

Log:
1. Get version of SWB BIC from BMC
root@bmc-oob:~# fw-util swb --version bic
SWB BIC Version: 2022.28.01

Reviewed By: amithash

Differential Revision: D37930628

Pulled By: GoldenBug

fbshipit-source-id: 2f04cd3b53b603172dc0f8b3329bdce234e3d9c3
  • Loading branch information
Quanta-YangChen authored and facebook-github-bot committed Jul 20, 2022
1 parent 467b325 commit a8c271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-facebook/gt-cc/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
* Count of release firmware at each stage.
*/
#define FIRMWARE_REVISION_1 0x01
#define FIRMWARE_REVISION_2 0x00
#define FIRMWARE_REVISION_2 0x07
#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 0x28
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x47 // char: G
#define BIC_FW_platform_1 0x54 // char: T
Expand Down

0 comments on commit a8c271c

Please sign in to comment.