Skip to content
  • Deepak Kodihalli's avatar
    PDR: implement generation framework · c6e8fb50
    Deepak Kodihalli authored
    
    
    This commit implements a framework that allows describing
    platform/system specific PDR information in JSON files, which the PLDM
    responder library parses and builds a PDR out of.
    
    Separate JSON files are expected per PDR type. This commit also adds the
    code to build a state effecter PDR. PDR record handles are implemented
    as incrementing indices, starting at 1, but this commit enables
    implementing other type of record handles (for eg offset based).
    
    This commit doesn't handle merging of PDRs received from other terminii,
    so the PDR that's generated now is for the BMC. Merging of PDRs will be
    implemented in future commits.
    
    Change-Id: I005b08c5d29d12fc2459ca8d6e18547107a3da7d
    Signed-off-by: default avatarDeepak Kodihalli <dkodihal@in.ibm.com>
    c6e8fb50
Loading