Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hpr: Add FW upgrade support for PMM and BBU
Summary: (1) Add config to support hpr_pmm. For BBU we are reusing ORv3 panasonic vendor since it works unchanged. (2) Add retry for verify status. (3) Pass address to suppress_monitoring to make use of PMM monitoring pause (used for BBU). This would be a no-op for non-hpr devices. As title, add vendor config Test Plan: HPR AEI PMM PSU: P1558678624 ``` orv3-device-update-mailbox.py --addr 32 --vendor hpr_pmm ./AEI/PMM/HPR_PMM_v0001G2_FW_TEST.bin ``` HPR PANA PMM PSU: P1558656240 ``` orv3-device-update-mailbox.py --addr 16 --vendor hpr_pmm ./PANA/PMM/HPR-PMM_v0A.01.16.bin ``` HPR PANA BBU: P1558829532 ``` orv3-device-update-mailbox.py --addr 48 --vendor panasonic ./PANA/BBU/HPR-BBU_vA2.19.15_0x9914_FW_TEST.bin ``` Reviewed By: doranand Differential Revision: D62052669 fbshipit-source-id: 877466dbf0f2cc37c34d363dc3142dabbf368b36
- Loading branch information