Skip to content

fby3.5: bb: Version commit for oby35-bb-2022.16.01#261

Closed
DelphineChiu wants to merge 1 commit into
facebook:main_v2from
Wiwynn:Sara/fby3.5-bb-Version_oby35-bb-2022.16.01
Closed

fby3.5: bb: Version commit for oby35-bb-2022.16.01#261
DelphineChiu wants to merge 1 commit into
facebook:main_v2from
Wiwynn:Sara/fby3.5-bb-Version_oby35-bb-2022.16.01

Conversation

@DelphineChiu

Copy link
Copy Markdown

Summary:

  • Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
  • Modify baseboard BIC revision.

Test Plan:

  • Build code: Pass
  • Get version: Pass

Log:

  1. Get firmware revision.
    root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
    9C 9C 00 10 07 01 00 00 80 12 03 02 BF 9C 9C 00
    00 00 00 00 00 00

  2. Get firmware version.
    root@bmc-oob:~# fw-util slot1 --version bb_bic
    BB Bridge-IC Version: oby35-bb-v2022.16.01

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 20, 2022
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@GoldenBug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Comment on lines +9 to +12
// Bit 0 boade: 01h CL 02h BB
// Bit 1 stage: 00h POC 01h EVT
#define FIRMWARE_REVISION_1 0x12
#define FIRMWARE_REVISION_2 0x03

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for the DVT or EVT build?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @GoldenBug ,
This is for EVT build.

Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
- Modify baseboard BIC revision.

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
9C 9C 00 10 07 01 00 00 80 12 03 02 BF 9C 9C 00
00 00 00 00 00 00

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
BB Bridge-IC Version: oby35-bb-v2022.16.01
@SaraSYLin SaraSYLin force-pushed the Sara/fby3.5-bb-Version_oby35-bb-2022.16.01 branch from 4cdd013 to 3b159a5 Compare April 22, 2022 03:00
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@DelphineChiu has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot pushed a commit that referenced this pull request Apr 22, 2022
Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
- Modify baseboard BIC revision.

Pull Request resolved: #261

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
9C 9C 00 10 07 01 00 00 80 12 03 02 BF 9C 9C 00
00 00 00 00 00 00

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
BB Bridge-IC Version: oby35-bb-v2022.16.01

Reviewed By: garnermic

Differential Revision: D35820101

Pulled By: GoldenBug

fbshipit-source-id: 0419a978e8b81e04d58dc09614a0095175a223cf
@GoldenBug GoldenBug closed this Apr 22, 2022
LoraLin1 pushed a commit to Wiwynn/OpenBIC that referenced this pull request Apr 25, 2022
Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
- Modify baseboard BIC revision.

Pull Request resolved: facebook#261

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
9C 9C 00 10 07 01 00 00 80 12 03 02 BF 9C 9C 00
00 00 00 00 00 00

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
BB Bridge-IC Version: oby35-bb-v2022.16.01

Reviewed By: garnermic

Differential Revision: D35820101

Pulled By: GoldenBug

fbshipit-source-id: 0419a978e8b81e04d58dc09614a0095175a223cf
facebook-github-bot pushed a commit that referenced this pull request Apr 26, 2022
Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
- Modify baseboard BIC revision.

Pull Request resolved: #261

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
9C 9C 00 10 07 01 00 00 80 12 03 02 BF 9C 9C 00
00 00 00 00 00 00

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
BB Bridge-IC Version: oby35-bb-v2022.16.01

Reviewed By: garnermic

Differential Revision: D35941610

Pulled By: GoldenBug

fbshipit-source-id: b6d75f4e7001e55266b58995e05220572ca0450f
@SaraSYLin SaraSYLin deleted the Sara/fby3.5-bb-Version_oby35-bb-2022.16.01 branch May 11, 2022 03:36
SaraSYLin added a commit to Wiwynn/OpenBIC that referenced this pull request May 11, 2022
Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
- Modify baseboard BIC revision.

Pull Request resolved: facebook#261

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
SaraSYLin added a commit to Wiwynn/OpenBIC that referenced this pull request May 11, 2022
Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.16.01.
- Modify baseboard BIC revision.

Pull Request resolved: facebook#261

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
9C 9C 00 10 07 01 00 00 80 12 04 02 BF 9C 9C 00
00 00 00 00 00 00

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
BB Bridge-IC Version: oby35-bb-v2022.19.01
SaraSYLin added a commit to Wiwynn/OpenBIC that referenced this pull request May 11, 2022
Summary:
- Version commit for Yv3.5 Baseboard BIC oby35-bb-2022.19.01.
- Modify baseboard BIC revision.

Pull Request resolved: facebook#261

Test Plan:
- Build code: Pass
- Get version: Pass

Log:
1. Get firmware revision.
root@bmc-oob:~# bic-util slot1 0xE0 0x02 0x9C 0x9C 0x00 0x10 0x18 0x01
9C 9C 00 10 07 01 00 00 80 12 04 02 BF 9C 9C 00
00 00 00 00 00 00

2. Get firmware version.
root@bmc-oob:~# fw-util slot1 --version bb_bic
BB Bridge-IC Version: oby35-bb-v2022.19.01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

4 participants