473d2c9b | 22-Aug-2019 |
Carol Wang <wangkair@cn.ibm.com> |
BIOS: Define JSON structure for BIOS String type
Give a sample of JSON configuration file for BIOS string type. Take one entry for example: { "attribute_name" : "str_example1",
BIOS: Define JSON structure for BIOS String type
Give a sample of JSON configuration file for BIOS string type. Take one entry for example: { "attribute_name" : "str_example1", "string_type" : "ASCII", "minimum_string_length" : 1, "maximum_string_length" : 100, "default_string_length" : 3, "default_string" : "abc", "dbus": { "object_path" : "/xyz/abc/def", "interface" : "xyz.openbmc_project.str_example1.value", "property_name" : "Str_example1", "property_type" : "string" } }
Signed-off-by: Carol Wang <wangkair@cn.ibm.com> Change-Id: I6217ddf75aa60dfb46e4384f81f2ff39c922d3bb
show more ...
|