We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory is allocated
openbmc/common/recipes-utils/cpldupdate/files/ispvm_ui.c
Line 296 in 9d57980
The text was updated successfully, but these errors were encountered:
ELBERT: Use pim eeprom as presence detection source (#113)
59109c1
Summary: NOTE: Please merge facebookexternal/openbmc.arista#112 first as this depends on that change Sometimes, CMB cpld will erroneously report PIM as not inserted even though it is present but may have corrupted fpga. Add pim smbus eeprom detection as another source of presence detection. ```Testing: ------PIM-FPGA------ PIM 2: 7.3 PIM 3: 6.4 PIM 4: 7.3 PIM 5: 7.3 PIM 6: 6.4 PIM 7: 6.4 PIM 8: 6.4 PIM 9: 6.4 dpm_ver.sh PIM2.: SFT013860103 PIM3.: SFT012990103 PIM4.: SFT013860103 PIM5.: SFT013860103 PIM6.: SFT012990103 PIM7.: SFT012990103 PIM8.: SFT012990103 PIM9.: SFT012990103 root@bmc-oob:~# pim_types.sh PIM 2: PIM8DDM PIM 3: PIM16Q PIM 4: PIM8DDM PIM 5: PIM8DDM PIM 6: PIM16Q PIM 7: PIM16Q PIM 8: PIM16Q PIM 9: PIM16Q Pull Request resolved: facebookexternal/openbmc.arista#113 Reviewed By: mikechoifb fbshipit-source-id: fed0564419
No branches or pull requests
Memory is allocated
openbmc/common/recipes-utils/cpldupdate/files/ispvm_ui.c
Line 296 in 9d57980
but at the end of function,never free it
The text was updated successfully, but these errors were encountered: