Searched full:ipz (Results 1 – 25 of 60) sorted by relevance
123
1 # IPZ VPD D-Bus Interfaces3 IPZ is a VPD (Vital Product Data) format used in IBM Power systems. The format8 The [OpenPower VPD][1] format is quite similar to the IPZ format and describes15 The D-Bus interfaces defined here describe how IPZ VPD will be made available on16 D-Bus. Each YAML here represents a record in the IPZ VPD and keywords that
2 Implement to represent the VMSC record in IPZ VPD
2 Implement to represent the VER0 record (contains vendor repair data) in IPZ
3 data) in IPZ VPD
3 in IPZ VPD
2 Implement to represent the VW10 record in IPZ VPD
2 Implement to represent the VSRC record in IPZ VPD
2 Implement to represent the DINF record in IPZ VPD
2 Implement to represent the LXR0 record in IPZ VPD
2 Implement to represent the LRP2 record in IPZ VPD
2 Implement to represent the LRP4 record in IPZ VPD
2 Implement to represent the VSBP record in IPZ VPD
2 Implement to represent the LRP1 record in IPZ VPD
2 Implement to represent the VPRI record in IPZ VPD
2 Implement to represent the LRP6 record in IPZ VPD
2 Implement to represent the LRP7 record in IPZ VPD
2 Implement to represent the PSPD record in IPZ VPD
2 Implement to represent the VCFG record in IPZ VPD
12 format. As a part of its enterprise class servers, IBM will use the IPZ format39 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 except52 - IPZ VPD has different records and keywords.54 - IPZ VPD is required to implement and validate ECC as defined in the OpenPower130 - Two new services will be created to handle the new VPD formats. ipz-vpd-parser147 - The service (one instance of ipz-vpd-parser or keyword-vpd-parser), when231 - Add support for other VPD formats such as the IPZ and keyword format.
59 * To update IPZ type VPD, input parameter for writing should be in the form77 * To update IPZ type VPD, input parameter for writing should be in the form97 * To update IPZ type VPD, input parameter for writing should be in the form
13 * @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.
3 This repository hosts code for OpenPower and IBM IPZ format VPD parsers. Both4 OpenPower VPD and IPZ VPD formats are structured binaries that consist of
47 //ReadVpdParams either of IPZ or keyword format56 //WriteVpdParams either of IPZ or keyword format
101 // 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()
85 // eg: for IPZ VPD format in main()91 // implement code that needs to handle parsed IPZ VPD. in main()