Searched full:ipz (Results 1 – 25 of 62) 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
2 Implement to represent the LRP0 record in IPZ VPD
2 Implement to represent the LRP5 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 form79 * To update IPZ type VPD, input parameter for writing should be in the form100 * To update IPZ type VPD, input parameter for writing should be in the form120 * To update IPZ type VPD, input parameter for writing should be in the form
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
48 //ReadVpdParams either of IPZ or keyword format57 //WriteVpdParams either of IPZ or keyword format112 // IPZ keyword to BIOS attribute map
85 // eg: for IPZ VPD format in main()91 // implement code that needs to handle parsed IPZ VPD. in main()