Insert ipmi message to node before send#328
Closed
Yi-Shum wants to merge 2 commits into
Closed
Conversation
Summary: - Modify PMIC pre-read function to avoid send IPMB message to ME before IPMI initialization. Test Plan: - Build code: PASS
Summary: - Insert IPMI message to node before send. - Fix 1ou BIC update fail issue. Test Plan: - Build code: PASS - Update 1ou BIC: PASS LOG: ``` root@bmc-oob:~# fw-util slot1 --force --update 1ou_bic ./oby35-wf-2022.22.01.bin This image is not for Yv3.5 platform There is no valid platform signature in image. slot_id: 1, comp: a, intf: 0, img: ./oby35-wf-2022.22.01.bin, force: 1 file size = 263176 bytes, slot = 1, intf = 0x5 updating fw on slot 1: updated bic: 100 % Elapsed time: 20 sec. get new SDR cache from BIC Force upgrade of slot1 : 1ou_bic succeeded ```
Contributor
|
@GoldenBug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
RenChen-wiwynn
pushed a commit
to Wiwynn/OpenBIC
that referenced
this pull request
Jun 17, 2022
Summary: - Insert IPMI message into node before sending it. - Fix 1ou BIC update failure issue facebook#324 . Pull Request resolved: facebook#328 Test Plan: - Build code: PASS - Update 1ou BIC: PASS LOG: ``` root@bmc-oob:~# fw-util slot1 --force --update 1ou_bic ./oby35-wf-2022.22.01.bin This image is not for Yv3.5 platform There is no valid platform signature in image. slot_id: 1, comp: a, intf: 0, img: ./oby35-wf-2022.22.01.bin, force: 1 file size = 263176 bytes, slot = 1, intf = 0x5 updating fw on slot 1: updated bic: 100 % Elapsed time: 20 sec. get new SDR cache from BIC Force upgrade of slot1 : 1ou_bic succeeded Reviewed By: garnermic Differential Revision: D37079729 Pulled By: GoldenBug fbshipit-source-id: 5d7ce7a31e72b51a6db0a6a0d806c399a76ffb8a
Closed
RenChen-wiwynn
pushed a commit
to Wiwynn/OpenBIC
that referenced
this pull request
Aug 1, 2022
Summary: - Insert IPMI message into node before sending it. - Fix 1ou BIC update failure issue facebook#324 . Pull Request resolved: facebook#328 Test Plan: - Build code: PASS - Update 1ou BIC: PASS LOG: ``` root@bmc-oob:~# fw-util slot1 --force --update 1ou_bic ./oby35-wf-2022.22.01.bin This image is not for Yv3.5 platform There is no valid platform signature in image. slot_id: 1, comp: a, intf: 0, img: ./oby35-wf-2022.22.01.bin, force: 1 file size = 263176 bytes, slot = 1, intf = 0x5 updating fw on slot 1: updated bic: 100 % Elapsed time: 20 sec. get new SDR cache from BIC Force upgrade of slot1 : 1ou_bic succeeded Reviewed By: garnermic Differential Revision: D37079729 Pulled By: GoldenBug fbshipit-source-id: 5d7ce7a31e72b51a6db0a6a0d806c399a76ffb8a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Test Plan:
LOG: