ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

PLDM : Support to set expected PFW splash screen name #3616

Closed jaypadath closed 1 year ago

jaypadath commented 1 year ago

This requirement is to set PFW splash screen to "Inspur Power Systems" or what ever the value customer decides instead of OEM blank.

Its basically a JSON change from BMC PLDM side.

Summarise the changes:

  1. We need to create a new JSON file at https://github.com/ibm-openbmc/pldm/tree/1050/oem/ibm/configurations/fru folder ie Motherboard_UTIL.json
  2. Add the UTIL records RT,F5,F6 to the JSON lookup and pldm will automatically read them and dynamically put those keyword contents in the PLDM FRU record table. For reference one can look at https://github.com/ibm-openbmc/pldm/blob/1020/oem/ibm/configurations/fru/Motherboard_DINF.json JSON file in the fru folder to figure out how to write these lookups. Note : Inventory support for the UTIL keywords F5 and F6 are already available. F5 and keywords will be read by Hostboot and update the attribute in HB-HDAT and pass it to hypervisor.
lxwinspur commented 1 year ago

Review by: https://github.com/ibm-openbmc/pldm/pull/350

lxwinspur commented 1 year ago

@jaypadath Could you close this issue?