openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* RE: Firmware version under IPMB sensors
@ 2020-10-05 11:27 Jayashree D
  0 siblings, 0 replies; 5+ messages in thread
From: Jayashree D @ 2020-10-05 11:27 UTC (permalink / raw)
  To: openbmc
  Cc: zhikui.ren, jae.hyun.yoo, vernon.mauery, ed, james.feist,
	Velumani T-ERS, HCLTech

[-- Attachment #1: Type: text/plain, Size: 2065 bytes --]

Classification: HCL Internal
Hi Team,

In my system, host is connected to IPMB and host related information is retrieved using IPMB bus.
I plan to add firmware versions in the dbus-sensors. Adding this as another entity as like ipmbsensor.
This will help in having all transaction in IPMB sensor.

Please provide your comments on this.

Regards,
Jayashree


From: Jayashree D
Sent: Monday, October 5, 2020 12:11 PM
To: 'openbmc@lists.ozlabs.org' <openbmc@lists.ozlabs.org>
Cc: Velumani T-ERS,HCLTech <velumanit@hcl.com>
Subject: Firmware version under IPMB sensors

Classification: HCL Internal
Hi Team,

In my system, host is connected to IPMB and host related information is retrieved using IPMB bus.
I plan to add firmware versions in the dbus-sensors. Adding this as another entity as like ipmbsensor.
This will help in having all transaction in IPMB sensor.

Please provide your comments on this.

Regards,
Jayashree

::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
________________________________

[-- Attachment #2: Type: text/html, Size: 5397 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Firmware version under IPMB sensors
  2020-10-05 17:53   ` Jayashree D
@ 2020-10-22 12:18     ` Ambrozewicz, Adrian
  0 siblings, 0 replies; 5+ messages in thread
From: Ambrozewicz, Adrian @ 2020-10-22 12:18 UTC (permalink / raw)
  To: Jayashree D, Ed Tanous; +Cc: openbmc, Velumani T-ERS, HCLTech

It's not clear for me how do you plan to expose this information.
Mentioned dbus-sensors service is mainly focused on exposing Sensor data 
compliant with following interface: 
https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Sensor/Value.interface.yaml

Having FW revision exposed through stack 'dbus-sensors-like' is OK, as 
you could utilize following stack :
- EntityManager for configuration of monitored components (bus, address etc)
- higher level service dynamically spawning DBus objects with version 
information
- expose information in standardized way (probably 
https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/Version.interface.yaml)

Regards,
Adrian

W dniu 10/5/2020 o 19:53, Jayashree D pisze:
> Classification: HCL Internal
> 
> Hi Ed Tanous,
> 
> We are using Twinlake for IPMB and plan to read all the firmware versions ( CPLD, ME, Bridge IC, VR) using OEM commands. Also display the firmware versions using dbus objects.
> 
> Regards,
> Jayashree
> 
> 
> 
> -----Original Message-----
> From: Ed Tanous <ed@tanous.net>
> Sent: Monday, October 5, 2020 7:55 PM
> To: Jayashree D <jayashree-d@hcl.com>
> Cc: openbmc@lists.ozlabs.org; Velumani T-ERS,HCLTech <velumanit@hcl.com>
> Subject: Re: Firmware version under IPMB sensors
> 
> [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.]
> 
> On Sun, Oct 4, 2020 at 11:43 PM Jayashree D <jayashree-d@hcl.com> wrote:
>>
>> Classification: HCL Internal
>>
>> Hi Team,
>>
>>
>>
>> In my system, host is connected to IPMB and host related information is retrieved using IPMB bus.
>> I plan to add firmware versions in the dbus-sensors. Adding this as another entity as like ipmbsensor.
>> This will help in having all transaction in IPMB sensor.
> 
> Sounds reasonable.  Do you intend on using the get device id command to determine the version number?  What piece of hardware are you connecting to?
> ::DISCLAIMER::
> ________________________________
> The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
> ________________________________
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Firmware version under IPMB sensors
  2020-10-05 14:25 ` Ed Tanous
@ 2020-10-05 17:53   ` Jayashree D
  2020-10-22 12:18     ` Ambrozewicz, Adrian
  0 siblings, 1 reply; 5+ messages in thread
From: Jayashree D @ 2020-10-05 17:53 UTC (permalink / raw)
  To: Ed Tanous; +Cc: openbmc, Velumani T-ERS,HCLTech

Classification: HCL Internal

Hi Ed Tanous,

We are using Twinlake for IPMB and plan to read all the firmware versions ( CPLD, ME, Bridge IC, VR) using OEM commands. Also display the firmware versions using dbus objects.

Regards,
Jayashree



-----Original Message-----
From: Ed Tanous <ed@tanous.net>
Sent: Monday, October 5, 2020 7:55 PM
To: Jayashree D <jayashree-d@hcl.com>
Cc: openbmc@lists.ozlabs.org; Velumani T-ERS,HCLTech <velumanit@hcl.com>
Subject: Re: Firmware version under IPMB sensors

[CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.]

On Sun, Oct 4, 2020 at 11:43 PM Jayashree D <jayashree-d@hcl.com> wrote:
>
> Classification: HCL Internal
>
> Hi Team,
>
>
>
> In my system, host is connected to IPMB and host related information is retrieved using IPMB bus.
> I plan to add firmware versions in the dbus-sensors. Adding this as another entity as like ipmbsensor.
> This will help in having all transaction in IPMB sensor.

Sounds reasonable.  Do you intend on using the get device id command to determine the version number?  What piece of hardware are you connecting to?
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Firmware version under IPMB sensors
  2020-10-05  6:41 Jayashree D
@ 2020-10-05 14:25 ` Ed Tanous
  2020-10-05 17:53   ` Jayashree D
  0 siblings, 1 reply; 5+ messages in thread
From: Ed Tanous @ 2020-10-05 14:25 UTC (permalink / raw)
  To: Jayashree D; +Cc: openbmc, Velumani T-ERS, HCLTech

On Sun, Oct 4, 2020 at 11:43 PM Jayashree D <jayashree-d@hcl.com> wrote:
>
> Classification: HCL Internal
>
> Hi Team,
>
>
>
> In my system, host is connected to IPMB and host related information is retrieved using IPMB bus.
> I plan to add firmware versions in the dbus-sensors. Adding this as another entity as like ipmbsensor.
> This will help in having all transaction in IPMB sensor.

Sounds reasonable.  Do you intend on using the get device id command
to determine the version number?  What piece of hardware are you
connecting to?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Firmware version under IPMB sensors
@ 2020-10-05  6:41 Jayashree D
  2020-10-05 14:25 ` Ed Tanous
  0 siblings, 1 reply; 5+ messages in thread
From: Jayashree D @ 2020-10-05  6:41 UTC (permalink / raw)
  To: openbmc; +Cc: Velumani T-ERS,HCLTech

[-- Attachment #1: Type: text/plain, Size: 1480 bytes --]

Classification: HCL Internal
Hi Team,

In my system, host is connected to IPMB and host related information is retrieved using IPMB bus.
I plan to add firmware versions in the dbus-sensors. Adding this as another entity as like ipmbsensor.
This will help in having all transaction in IPMB sensor.

Please provide your comments on this.

Regards,
Jayashree

::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
________________________________

[-- Attachment #2: Type: text/html, Size: 3603 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-22 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 11:27 Firmware version under IPMB sensors Jayashree D
  -- strict thread matches above, loose matches on Subject: below --
2020-10-05  6:41 Jayashree D
2020-10-05 14:25 ` Ed Tanous
2020-10-05 17:53   ` Jayashree D
2020-10-22 12:18     ` Ambrozewicz, Adrian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).