Skip to content

Commit

Permalink
Add VSBK:D1 & F0 keywords in YAML
Browse files Browse the repository at this point in the history
Missing VSBK D1 & F0 keywords in YAML.

Test:
busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/base_op_panel_blyth
NAME                                                  TYPE      SIGNATURE RESULT/VALUE                             FLAGS
com.ibm.ipzvpd.Location                               interface -         -                                        -
.LocationCode                                         property  s         "U2E4A.ND0.WZS01Z4-D0"                   emits-change writable
com.ibm.ipzvpd.UTIL                                   interface -         -                                        -
.D0                                                   property  ay        1 0                                      emits-change writable
com.ibm.ipzvpd.VSBK                                   interface -         -                                        -
.BR                                                   property  ay        2 83 48                                  emits-change writable
.D0                                                   property  ay        1 1                                      emits-change writable
.D1                                                   property  ay        1 0                                      emits-change writable
.ES                                                   property  ay        7 87 90 83 48 49 90 52                   emits-change writable
.F0                                                   property  ay        8 212 212 168 101 0 0 0 0                emits-change writable
.F5                                                   property  ay        16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0       emits-change writable
.F6                                                   property  ay        16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0       emits-change writable
.FC                                                   property  ay        8 50 69 52 65 45 48 48 49                emits-change writable
.FV                                                   property  ay        32 32 32 32 32 32 32 32 32 32 32 32 3... emits-change writable
.LX                                                   property  ay        8 49 0 4 1 0 48 0 123                    emits-change writable
.RB                                                   property  ay        4 49 32 32 32                            emits-change writable
.RG                                                   property  ay        4 0 0 0 0                                emits-change writable
.RT                                                   property  ay        4 86 83 66 75                            emits-change writable
.SE                                                   property  ay        7 49 51 53 67 70 70 49                   emits-change writable
.SU                                                   property  ay        6 0 4 172 31 28 76                       emits-change writable
.TM                                                   property  ay        8 57 48 50 56 45 50 49 66                emits-change writable
.VZ                                                   property  ay        2 48 51                                  emits-change writable
.WN                                                   property  ay        12 67 48 53 48 55 54 48 67 52 56 68 55   emits-change writable
org.freedesktop.DBus.Introspectable                   interface -         -

Signed-off-by: Priyanga Ramasamy <[email protected]>
  • Loading branch information
PriyangaRamasamy committed Mar 25, 2024
1 parent f55273c commit e945141
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions yaml/com/ibm/ipzvpd/VSBK.interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ properties:
- name: RB
type: array[byte]
description: >
RB keyword.
RB keyword. For Synergy Brand systems.
- name: WN
type: array[byte]
description: >
Expand All @@ -48,20 +48,48 @@ properties:
- name: ES
type: array[byte]
description: >
ES keyword.
ES keyword. Copy of VCEN SE.
- name: LX
type: array[byte]
description: >
LX keyword. The load ID data.
- name: D0
type: array[byte]
description: >
D0 keyword.
D0 keyword. Memory mirror.
- name: D1
type: array[byte]
description: >
D1 keyword. BIOS attribute.
- name: D2
type: array[byte]
description: >
D2 keyword.
- name: D3
type: array[byte]
description: >
D3 keyword.
- name: D4
type: array[byte]
description: >
D4 keyword.
- name: F0
type: array[byte]
description: >
F0 keyword. ACF Replay ID.
- name: F4
type: array[byte]
description: >
F4 keyword.
- name: F5
type: array[byte]
description: >
F5 keyword.
F5 keyword. IPS Brand name.
- name: F6
type: array[byte]
description: >
F6 keyword.
F6 keyword. IPS Brand name.
- name: F7
type: array[byte]
description: >
F7 keyword.

0 comments on commit e945141

Please sign in to comment.