[PATCH phosphor-host-ipmid] Moved from gdbus to sdbus. Fixed sdbus memory leak. Added commands to get a Palmetto to IPL further

Patrick Williams patrick at stwcx.xyz
Tue Oct 13 08:13:36 AEDT 2015


On Sun, Oct 11, 2015 at 07:33:49PM -0500, OpenBMC Patches wrote:
> From: Chris Austen <austenc at us.ibm.com>
> +ipmi_ret_t ipmi_app_get_device_id(ipmi_netfn_t netfn, ipmi_cmd_t cmd, 
> +                             ipmi_request_t request, ipmi_response_t response, 
> +                             ipmi_data_len_t data_len, ipmi_context_t context)
> +{
> +    ipmi_ret_t rc = IPMI_CC_OK;
> +
> +    // TODO GET REAL VALUES HERE....  I made these ones up because 
> +    // we are in bringup mode.  Version Major and Minor can be what we
> +    // want like v1.03  but the IANA really should be something that 
> +    // we own.  I would suggest getting the IANA from Hostboot as 
> +    // long as IBM owns it then no problem.  If some other company 
> +    // gave us the IANA to use then use the one we have from the 
> +    // FSP ipmi code.
> +    unsigned char str[] = {0x00, 0, 1, 1,2, 0xD, 0x49, 0x42, 0x4D, 0x43, 0x40};

The IANA number would be '0x41, 0xA7, 0x00' according to this:

http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
42817
  IBM Platform Firmware Division 
      Rashmi Narasimhan
            rashmin&us.ibm.com


-- 
Patrick Williams
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20151012/b4197a93/attachment-0001.sig>


More information about the openbmc mailing list