Skip to content
New issue

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

Support for DDR4 DDIMM parsing #422

Open
wants to merge 1 commit into
base: P11_Dev
Choose a base branch
from

Commits on Oct 16, 2024

  1. Support for DDR4 DDIMM parsing

    This commit adds the code to support parsing of DDR4 DDIMM type VPD.
    
    ParserFactory is updated to handle the DDR4 type to get the DDIMM VPD
    parsing instance for DDR4 DDIMM and DdimmVpdParser class updated to
    handle DDR4 DDIMM VPD parsing with new API to calculate the
    DDR4 DDIMM size.
    
    Unit test case for DDR4 DDIMM VPD file is added, observed unit test
    case is got passed.
    
    Tested the changes by running vpd-manager application, observed DDIMM
    parser is selected for DDR4 DDIMM EEPROM files and parsing is
    successful. And also observed, DDIMM size is calculated correctly
    for DDR4 DDIMMs.
    
    Signed-off-by: Anupama B R <[email protected]>
    branupama committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c97988d View commit details
    Browse the repository at this point in the history