facebook / fboss

Facebook Open Switching System Software for controlling network switches.
Other
866 stars 301 forks source link

Meru800bia: update BIOS commands in fw_util config file #158

Closed arajeev-ARISTA closed 1 month ago

arajeev-ARISTA commented 1 year ago

Summary

-i aboot_conf option in the BIOS commands would result in updating the configuration section in the BIOS layout. However, the configurations are programmed by BMC and they should remain persistent during BIOS updates. Removed the -i aboot_conf option from the commands to fix this issue.

Testing

Updated BIOS using fw_util and made sure the configurations remain unchanged Read the BIOS using fw_util with two different sets of BIOS configurations and made sure the output of read operations are the same

arajeev-ARISTA commented 1 month ago

Closing the pull request as the change is already incorporated.