[PATCH ipmi-fru-parser v3 2/4] IPMI FRU Parser Interface.

Patrick Williams patrick at stwcx.xyz
Sat Oct 17 04:31:53 AEDT 2015


On Fri, Oct 16, 2015 at 07:37:47AM -0500, OpenBMC Patches wrote:
> From: Hariharasubramanian R <hramasub at in.ibm.com>
> 
> ---
>  frup.h | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 frup.h
> 
> diff --git a/frup.h b/frup.h
> new file mode 100644
> index 0000000..2270470
> --- /dev/null
> +++ b/frup.h
> @@ -0,0 +1,7 @@
> +#ifndef OPENBMC_IPMI_FRU_PARSER_H
> +#define OPENBMC_IPMI_FRU_PARSER_H
> +
> +/* Parse an IPMI write fru data message into a dictionary containing name value pair of VPD entries.*/
> +int parse_fru (const void* msgbuf, sd_bus_message* vpdtbl);

I thought we weren't going to make this depend on the fact that we're
using it for sending dbus messages?  Seems odd to interact with the
sd_bus bindings at this low of a level.

> +
> +#endif
> -- 
> 2.6.0
> 
> 
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc

-- 
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/20151016/6ed962d7/attachment.sig>


More information about the openbmc mailing list