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 22, 2024
1 parent f55273c commit 7c7e28a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions yaml/com/ibm/ipzvpd/VSBK.interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ properties:
type: array[byte]
description: >
F6 keyword.
- name: D1
type: array[byte]
description: >
D1 keyword.
- name: F0
type: array[byte]
description: >
F0 keyword.

0 comments on commit 7c7e28a

Please sign in to comment.