openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "P. Priyatharshan" <PriyatharshanP@hcl.com>
To: Anton Kachalov <rnouse@google.com>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	"ed@tanous.net" <ed@tanous.net>,
	"Velumani T-ERS,HCLTech" <velumanit@hcl.com>,
	Vijay Khemka <vijaykhemka@fb.com>
Subject: Re: 12v slot AC Support in x86-power-control
Date: Thu, 8 Oct 2020 14:55:42 +0000	[thread overview]
Message-ID: <TY2PR04MB3311C405E8A3354EB91E3FC6CA0B0@TY2PR04MB3311.apcprd04.prod.outlook.com> (raw)
In-Reply-To: <CADVsX884=EN-RTAyvP9mT7VxE+xSR+vb2b-TF7zMH1vYqBTEuQ@mail.gmail.com>

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

Hi Anton,

We have a HSC sensor to control the power to a module and that has been controlled by GPIO [No i2c bus or busses].

Thanks,
Priyatharshan P
________________________________
From: Anton Kachalov <rnouse@google.com>
Sent: 08 October 2020 19:15
To: P. Priyatharshan <PriyatharshanP@hcl.com>
Cc: Vijay Khemka <vijaykhemka@fb.com>; openbmc@lists.ozlabs.org <openbmc@lists.ozlabs.org>; ed@tanous.net <ed@tanous.net>; Velumani T-ERS,HCLTech <velumanit@hcl.com>
Subject: Re: 12v slot AC Support in x86-power-control


[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.]

Hi, Priyatharshan

This feature sound like adding more chassisX objects. Do you have separate sensors (e.g. on i2c bus or busses) per each board in the slots?

On Thu, Oct 8, 2020, 15:15 P. Priyatharshan <PriyatharshanP@hcl.com<mailto:PriyatharshanP@hcl.com>> wrote:
Thanks Vijay/Patrick for your comments.

The feature we are working is different from vijay's feature.


Out platform is multi host system and we  have the host as FRU and it can be plugged in to a slot. The slot has an option to control slot power and this can be used for a AC cycle.

We proposed  a design to add the slot power control in the x86-power-control.The earlier discussion can be found in the below link.

https://lists.ozlabs.org/pipermail/openbmc/2020-August/022481.html<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ozlabs.org%2Fpipermail%2Fopenbmc%2F2020-August%2F022481.html&data=02%7C01%7CPriyatharshanP%40hcl.com%7Cf860afb53aff482d5ce508d86b907d6a%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637377615609744524&sdata=vvML%2B9O%2Bt5szee5X%2B6gW6H%2FPGYzoZAWEoOOVY2%2FxY%2B0%3D&reserved=0>

ed tanous,

I will create a clear document on when to use this slot power control feature.

Thanks,
Priyatharshan P

________________________________
From: Vijay Khemka <vijaykhemka@fb.com<mailto:vijaykhemka@fb.com>>
Sent: 08 October 2020 06:11
To: P. Priyatharshan <PriyatharshanP@hcl.com<mailto:PriyatharshanP@hcl.com>>; openbmc@lists.ozlabs.org<mailto:openbmc@lists.ozlabs.org> <openbmc@lists.ozlabs.org<mailto:openbmc@lists.ozlabs.org>>; ed@tanous.net<mailto:ed@tanous.net> <ed@tanous.net<mailto:ed@tanous.net>>
Cc: Velumani T-ERS,HCLTech <velumanit@hcl.com<mailto:velumanit@hcl.com>>
Subject: Re: 12v slot AC Support in x86-power-control


[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.]

Hi Priyatharshan,

Chassis system reset is for removing AC power for the whole chassis and it is already supported in x86-power-control. I am working on enabling this feature in redfish. I am not sure how it is related to your new features. If it is related then you can also define system_reset target unit.



Regards

-Vijay



From: "P. Priyatharshan" <PriyatharshanP@hcl.com<mailto:PriyatharshanP@hcl.com>>
Date: Tuesday, October 6, 2020 at 9:43 AM
To: "openbmc@lists.ozlabs.org<mailto:openbmc@lists.ozlabs.org>" <openbmc@lists.ozlabs.org<mailto:openbmc@lists.ozlabs.org>>, Vijay Khemka <vijaykhemka@fb.com<mailto:vijaykhemka@fb.com>>, "ed@tanous.net<mailto:ed@tanous.net>" <ed@tanous.net<mailto:ed@tanous.net>>
Cc: "Velumani T-ERS,HCLTech" <velumanit@hcl.com<mailto:velumanit@hcl.com>>
Subject: 12v slot AC Support in x86-power-control



Hi Vijay,



I am working on a patch to support  12v slot AC cycle in x86-power-control.This can be enabled by configuring slotACPowerName in json config file.Since you are also working on similar kind of feature in x86-power-control, I would like bring up this discussion on mailing list to understand how these two features, and the design you proposed for chassis reset are intended to work together.Kindly go through my design changes below and share your thoughts.



I have modified the existing /xyz/openbmc_project/state/chassis0 object to implement 12V On, Off, and Power Cycle for system which has 12V Slot power support.





If slotACPowerName is disabled and if,



RequestedPowerTransition = "xyz.openbmc_project.State.Chassis.Transition.Off" then poweroff [existing functionality not changed]



RequestedPowerTransition = "xyz.openbmc_project.State.Chassis.Transition.On" then powerOn [existing functionality not changed]



RequestedPowerTransition = "xyz.openbmc_project.State.Chassis.Transition.PowerCycle" then PowerCycle [existing functionality not changed]



events will be called.







If slotACPowerName is enabled and if,



RequestedPowerTransition = "xyz.openbmc_project.State.Chassis.Transition.Off" then 12V Ac Slot Off



RequestedPowerTransition = "xyz.openbmc_project.State.Chassis.Transition.On" then 12V Ac Slot On



RequestedPowerTransition = "xyz.openbmc_project.State.Chassis.Transition.PowerCycle" then 12V Ac Slot PowerCycle



events will be called.



Thanks,

Priyatharshan P

::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: 14610 bytes --]

  reply	other threads:[~2020-10-08 14:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-06 16:43 12v slot AC Support in x86-power-control P. Priyatharshan
2020-10-07  1:51 ` Patrick Williams
2020-10-08  0:41 ` Vijay Khemka
2020-10-08 13:13   ` P. Priyatharshan
2020-10-08 13:45     ` Anton Kachalov
2020-10-08 14:55       ` P. Priyatharshan [this message]
2020-10-08 16:31     ` Patrick Williams
2020-10-09 15:49 P. Priyatharshan
2020-10-09 19:48 ` Patrick Williams
2020-10-11  6:39 P. Priyatharshan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TY2PR04MB3311C405E8A3354EB91E3FC6CA0B0@TY2PR04MB3311.apcprd04.prod.outlook.com \
    --to=priyatharshanp@hcl.com \
    --cc=ed@tanous.net \
    --cc=openbmc@lists.ozlabs.org \
    --cc=rnouse@google.com \
    --cc=velumanit@hcl.com \
    --cc=vijaykhemka@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).