Skip to content

Commit

Permalink
Remove grandteton ensure_compatible_mb_cpld_version check
Browse files Browse the repository at this point in the history
Summary: See S466967 for context, check was introduced to aid S365492 (would not allow upgrading the BMC if an old CPLD firmware version was present), but the CPLD version is not required to safely upgrade the BMC by itself and it's now blocking turnup flows (S466967).

Test Plan:
* Upgrade grandteton unit from v2023.39.2 to v2024.15.2 with MB CPLD version 20006, ensure it's successful
* Resume blocked turnup flow, ensure it finishes sucessfully with the desired CPLD version

Reviewed By: cjcon90

Differential Revision: D65682824

fbshipit-source-id: 1050ee05675807d6e951553efd099a1836a2e229
  • Loading branch information
kawmarco authored and facebook-github-bot committed Nov 11, 2024
1 parent 18ed2b1 commit a03832d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 231 deletions.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tools/flashy/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import (
_ "github.com/facebook/openbmc/tools/flashy/checks_and_remediations/galaxy100"
_ "github.com/facebook/openbmc/tools/flashy/checks_and_remediations/wedge100"
_ "github.com/facebook/openbmc/tools/flashy/checks_and_remediations/yamp"
_ "github.com/facebook/openbmc/tools/flashy/checks_and_remediations/grandteton"
_ "github.com/facebook/openbmc/tools/flashy/flash_procedure"
_ "github.com/facebook/openbmc/tools/flashy/utilities"
)
Expand Down

0 comments on commit a03832d

Please sign in to comment.