[PATCH docs] Add dbus method cold_reset() for bmc dbus object

Jeremy Kerr jk at ozlabs.org
Mon Jan 18 11:51:56 AEDT 2016


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 at 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 at 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 at 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()`
>  
> 


More information about the openbmc mailing list