Santosh Puranik | 83185d5 | 2019-10-18 02:01:09 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to represent the VINI record in IPZ VPD |
| 3 | properties: |
| 4 | - name: RT |
| 5 | type: array[byte] |
| 6 | description: > |
| 7 | RT keyword. Contains the record name. |
| 8 | - name: DR |
| 9 | type: array[byte] |
| 10 | description: > |
| 11 | Descrition of the record. |
| 12 | - name: CE |
| 13 | type: array[byte] |
| 14 | description: > |
| 15 | CE keyword. The CCIN extension. |
| 16 | - name: VZ |
| 17 | type: array[byte] |
| 18 | description: > |
| 19 | VZ keyword. The record version. |
| 20 | - name: FN |
| 21 | type: array[byte] |
| 22 | description: > |
| 23 | FRU number. |
| 24 | - name: PN |
| 25 | type: array[byte] |
| 26 | description: > |
| 27 | Part number. |
| 28 | - name: SN |
| 29 | type: array[byte] |
| 30 | description: > |
| 31 | Serial number. |
| 32 | - name: CC |
| 33 | type: array[byte] |
| 34 | description: > |
| 35 | FRU CCIN. |
| 36 | - name: HE |
| 37 | type: array[byte] |
| 38 | description: > |
| 39 | HE keyword. The hardware EC level. |
| 40 | - name: CT |
| 41 | type: array[byte] |
| 42 | description: > |
| 43 | CT keyword. The card type. |
| 44 | - name: HW |
| 45 | type: array[byte] |
| 46 | description: > |
| 47 | HW keyword. Represents the HW version. |
| 48 | - name: B3 |
| 49 | type: array[byte] |
| 50 | description: > |
| 51 | B3 keyword. Contains hardware characteristics. |
| 52 | - name: B4 |
| 53 | type: array[byte] |
| 54 | description: > |
| 55 | B4 keyword. Manufacturing FRU control information. |
| 56 | - name: B7 |
| 57 | type: array[byte] |
| 58 | description: > |
| 59 | B7 keyword. Manufacturing test data. |
| 60 | - name: HX |
| 61 | type: array[byte] |
| 62 | description: > |
| 63 | HX keyword. Slot bifurcation information for PCIe FRUs. |
| 64 | - name: FG |
| 65 | type: array[byte] |
| 66 | description: > |
| 67 | FG keyword. Card related data. |
| 68 | - name: TS |
| 69 | type: array[byte] |
| 70 | description: > |
| 71 | TS keyword. Technology source. |
Alpana Kumari | 0601b2e | 2020-04-07 05:36:14 -0500 | [diff] [blame] | 72 | - name: PR |
| 73 | type: array[byte] |
| 74 | description: > |
| 75 | PR keyword. |
| 76 | - name: VN |
| 77 | type: array[byte] |
| 78 | description: > |
| 79 | VN keyword. |
Santosh Puranik | 83185d5 | 2019-10-18 02:01:09 -0500 | [diff] [blame] | 80 | |
Alpana Kumari | 0601b2e | 2020-04-07 05:36:14 -0500 | [diff] [blame] | 81 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |