Skip to content

Commit

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

Pull Request resolved: #550

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.37.01
```

Reviewed By: garnermic

Differential Revision: D39478416

Pulled By: GoldenBug

fbshipit-source-id: 0fe15f0e97ac3d4a68c09c5964bc2b1f48671704
  • Loading branch information
Quanta-YangChen authored and facebook-github-bot committed Sep 14, 2022
1 parent df4a284 commit 8adcc5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-facebook/gt-cc/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include "version.h"

#define PLATFORM_NAME "Grand Teton"
#define PROJECT_NAME "Cascade Creek"
#define PROJECT_STAGE POC
#define PROJECT_NAME "Cascade Creek (SWB)"
#define PROJECT_STAGE EVT

/*
* 0x01 cascade-creek
Expand All @@ -40,7 +40,7 @@

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x22
#define BIC_FW_WEEK 0x33
#define BIC_FW_WEEK 0x37
#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 8adcc5b

Please sign in to comment.