-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ELBERT: SCM fpga upgrade keeps x86 state (#95)
Summary: ELBERT: SCM fpga upgrade keeps x86 state Previously, SCM fpga upgrades would reset the x86 enable register to the default which is x86 off. To prevent this, we need to latch and restore the x86 reset signal when programming scm fpga. Testing: Before this image: an upgrade would cause x86 to go down until reboot/powercycle After this image: Downgrade/Upgraded and confirmed that x86 stays up. Repeated 30 times. Pull Request resolved: facebookexternal/openbmc.arista#95 Reviewed By: benwei13 fbshipit-source-id: d69748af68
- Loading branch information
1 parent
10c9a8b
commit 79eefc6
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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