Home
last modified time | relevance | path

Searched full:ipz (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DREADME.md1 # IPZ VPD D-Bus Interfaces
3 IPZ is a VPD (Vital Product Data) format used in IBM Power systems. The format
8 The [OpenPower VPD][1] format is quite similar to the IPZ format and describes
15 The D-Bus interfaces defined here describe how IPZ VPD will be made available on
16 D-Bus. Each YAML here represents a record in the IPZ VPD and keywords that
H A DVMSC.interface.yaml2 Implement to represent the VMSC record in IPZ VPD
H A DVER0.interface.yaml2 Implement to represent the VER0 record (contains vendor repair data) in IPZ
H A DVEIR.interface.yaml3 data) in IPZ VPD
H A DMER0.interface.yaml3 in IPZ VPD
H A DVW10.interface.yaml2 Implement to represent the VW10 record in IPZ VPD
H A DVSRC.interface.yaml2 Implement to represent the VSRC record in IPZ VPD
H A DDINF.interface.yaml2 Implement to represent the DINF record in IPZ VPD
H A DLXR0.interface.yaml2 Implement to represent the LXR0 record in IPZ VPD
H A DLRP2.interface.yaml2 Implement to represent the LRP2 record in IPZ VPD
H A DLRP4.interface.yaml2 Implement to represent the LRP4 record in IPZ VPD
H A DVSBP.interface.yaml2 Implement to represent the VSBP record in IPZ VPD
H A DLRP1.interface.yaml2 Implement to represent the LRP1 record in IPZ VPD
H A DVPRI.interface.yaml2 Implement to represent the VPRI record in IPZ VPD
H A DLRP6.interface.yaml2 Implement to represent the LRP6 record in IPZ VPD
H A DLRP7.interface.yaml2 Implement to represent the LRP7 record in IPZ VPD
H A DPSPD.interface.yaml2 Implement to represent the PSPD record in IPZ VPD
H A DVCFG.interface.yaml2 Implement to represent the VCFG record in IPZ VPD
/openbmc/docs/designs/
H A Dvpd-collection.md12 format. As a part of its enterprise class servers, IBM will use the IPZ format
39 Essentially, the IPZ VPD structure consists of key-value pairs called keywords.
49 The IPZ format is quite similar in its structure to the OpenPower format except
52 - IPZ VPD has different records and keywords.
54 - IPZ VPD is required to implement and validate ECC as defined in the OpenPower
130 - Two new services will be created to handle the new VPD formats. ipz-vpd-parser
147 - The service (one instance of ipz-vpd-parser or keyword-vpd-parser), when
231 - Add support for other VPD formats such as the IPZ and keyword format.
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dparser.hpp59 * To update IPZ type VPD, input parameter for writing should be in the form
77 * To update IPZ type VPD, input parameter for writing should be in the form
97 * To update IPZ type VPD, input parameter for writing should be in the form
H A Dipz_parser.hpp13 * @brief Concrete class to implement IPZ VPD parsing.
16 * functionality to implement parsing logic for IPZ VPD format.
60 * @brief API to parse IPZ VPD file.
/openbmc/openpower-vpd-parser/
H A DREADME.md3 This repository hosts code for OpenPower and IBM IPZ format VPD parsers. Both
4 OpenPower VPD and IPZ VPD formats are structured binaries that consist of
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_types.hpp47 //ReadVpdParams either of IPZ or keyword format
56 //WriteVpdParams either of IPZ or keyword format
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp101 // Implement backup and restore for IPZ type VPD in backupAndRestore()
104 if (l_backupAndRestoreType.compare("IPZ") == constants::STR_CMP_SUCCESS) in backupAndRestore()
114 logging::logMessage("Source VPD is not of IPZ type."); in backupAndRestore()
126 logging::logMessage("Destination VPD is not of IPZ type."); in backupAndRestore()
H A Dvpd_parser_main.cpp85 // eg: for IPZ VPD format in main()
91 // implement code that needs to handle parsed IPZ VPD. in main()

123