All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH docs] Add dbus method cold_reset() for bmc dbus object
@ 2016-01-15 14:30 OpenBMC Patches
  2016-01-15 14:30 ` OpenBMC Patches
  0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2016-01-15 14:30 UTC (permalink / raw)
  To: openbmc

This method will cold reset BMC itself.

https://github.com/openbmc/docs/pull/11

adamliyi (1):
  Add dbus method cold_reset() for bmc dbus object

 dbus-interfaces.md | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.6.4

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

* [PATCH docs] Add dbus method cold_reset() for bmc dbus object
  2016-01-15 14:30 [PATCH docs] Add dbus method cold_reset() for bmc dbus object OpenBMC Patches
@ 2016-01-15 14:30 ` OpenBMC Patches
  2016-01-18  0:51   ` Jeremy Kerr
  2016-01-18  9:25   ` Yi TZ Li
  0 siblings, 2 replies; 4+ messages in thread
From: OpenBMC Patches @ 2016-01-15 14:30 UTC (permalink / raw)
  To: openbmc

From: adamliyi <adamliyi@msn.com>

---
 dbus-interfaces.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dbus-interfaces.md b/dbus-interfaces.md
index 28fe410..7dee30f 100644
--- a/dbus-interfaces.md
+++ b/dbus-interfaces.md
@@ -151,4 +151,11 @@ properties:
 
   *  `state`
 
+# BMC
+
+## `/org/openbmc/control/bmc/bmc0`
+
+methods:
+
+  *  `cold_reset()`
 
-- 
2.6.4

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

* Re: [PATCH docs] Add dbus method cold_reset() for bmc dbus object
  2016-01-15 14:30 ` OpenBMC Patches
@ 2016-01-18  0:51   ` Jeremy Kerr
  2016-01-18  9:25   ` Yi TZ Li
  1 sibling, 0 replies; 4+ messages in thread
From: Jeremy Kerr @ 2016-01-18  0:51 UTC (permalink / raw)
  To: openbmc, adamliyi

Hi,

Thanks for your update to the docs repository, this is great to have.

A couple of points for general OpenBMC contributions though:

 - Can you use your real name as the author of this patch? If you
   set your git user.name config variable, your commits will
   have the correct info set:

      git config --global user.name "Your Name"

   Then, you can update this commit with:

      git commit --amend --author='Your Name <adamliyi@msn.com>'


 - We'll need a 'Signed-off-by:' line to indicate that your
   contributions are okay to include in the open-source projects
   used in OpenBMC. This will be something like:

     Signed-off-by: Your Name <adamliyi@msn.com>

   Same as above: you can add this to your existing commit
   using `git commit --amend`.

These are in the (new) contribution guidelines, up at:

  https://github.com/openbmc/docs/blob/master/contributing.md

Cheers,


Jeremy


On 15/01/16 22:30, OpenBMC Patches wrote:
> From: adamliyi <adamliyi@msn.com>
> 
> ---
>  dbus-interfaces.md | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/dbus-interfaces.md b/dbus-interfaces.md
> index 28fe410..7dee30f 100644
> --- a/dbus-interfaces.md
> +++ b/dbus-interfaces.md
> @@ -151,4 +151,11 @@ properties:
>  
>    *  `state`
>  
> +# BMC
> +
> +## `/org/openbmc/control/bmc/bmc0`
> +
> +methods:
> +
> +  *  `cold_reset()`
>  
> 

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

* Re: [PATCH docs] Add dbus method cold_reset() for bmc dbus object
  2016-01-15 14:30 ` OpenBMC Patches
  2016-01-18  0:51   ` Jeremy Kerr
@ 2016-01-18  9:25   ` Yi TZ Li
  1 sibling, 0 replies; 4+ messages in thread
From: Yi TZ Li @ 2016-01-18  9:25 UTC (permalink / raw)
  To: Jeremy Kerr; +Cc: openbmc, adamliyi

[-- Attachment #1: Type: text/html, Size: 3172 bytes --]

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

end of thread, other threads:[~2016-01-18 10:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-15 14:30 [PATCH docs] Add dbus method cold_reset() for bmc dbus object OpenBMC Patches
2016-01-15 14:30 ` OpenBMC Patches
2016-01-18  0:51   ` Jeremy Kerr
2016-01-18  9:25   ` Yi TZ Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.