History log of /openbmc/skeleton/bmcctl/control_bmc_obj.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 81100ae9 28-Jan-2021 Ed Tanous <edtanous@google.com>

Fix build time error

The new security flags require that calls to system check their return
code, this one doesn't.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I903c2b0430a6aba1d7695b

Fix build time error

The new security flags require that calls to system check their return
code, this one doesn't.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I903c2b0430a6aba1d7695bd697485d477aa149c0

show more ...


# dfda9365 17-Nov-2016 Andrew Geissler <andrewg@us.ibm.com>

Use system call to issue warmReset command

We hit intermittent problems with the existing
g_spawn_command_line_async() call. Lets just keep
it nice and simple with a system call. This will
be refa

Use system call to issue warmReset command

We hit intermittent problems with the existing
g_spawn_command_line_async() call. Lets just keep
it nice and simple with a system call. This will
be refactored in story 783 this sprint.

Partially resolves openbmc/openbmc#519

Change-Id: I545578a24e44cd73461af47c6074a618c0d2bad4
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...


# 44dd5a6e 24-Aug-2016 Nan Li <william.bjlinan@hotmail.com>

Add IPMI 2.0 ColdReset command support

* Implement reset by reboot command issued in a shell
* Work with related changes in phosphor-host-ipmid repo

Resolves openbmc/openbmc#437

Change-Id: I8143b1

Add IPMI 2.0 ColdReset command support

* Implement reset by reboot command issued in a shell
* Work with related changes in phosphor-host-ipmid repo

Resolves openbmc/openbmc#437

Change-Id: I8143b1ee9c0d547ee47e5bd3659a5126b6e5af98
Signed-off-by: Nan Li <william.bjlinan@hotmail.com>

show more ...


# eb27fa9f 29-Sep-2016 Andrew Geissler <andrewg@us.ibm.com>

Formatting only fix

Change-Id: I4fa54f7f707f001c03ce06718a83781e2e6f173c
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>


# f834525a 28-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #115 from bradbishop/refactoring

More skeleton refactoring


# f6c85685 27-Jun-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

libopenbmc_intf include path update

Remove the interfaces prefix from applications including openbmc_intf.h.

Use brackets rather than quotes in prep for a libopenbmc_intf SDK
package.

Signed-off-b

libopenbmc_intf include path update

Remove the interfaces prefix from applications including openbmc_intf.h.

Use brackets rather than quotes in prep for a libopenbmc_intf SDK
package.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# b0d0a745 21-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #107 from bradbishop/dead

Remove dead code


# af3c9136 20-Jun-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Remove dead code

Removing a bunch of commented out code and unused applications.

Signed-of-by: Brad Bishop <bradleyb@fuzziesquirrel.com>


# 5213a991 13-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #101 from bradbishop/refactoring

skeleton refactoring


# 40a360c2 28-May-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Reorganize directory structure

Moving to directory per-application layout. This facilitates
building single applications which is useful in the Yocto build
environment since different applications

Reorganize directory structure

Moving to directory per-application layout. This facilitates
building single applications which is useful in the Yocto build
environment since different applications satisfy different OpenBMC
build requirements.

A number of issues are also addressed:
- All applications were pulling in libsystemd and the gdbus libs
irrespective of whether or not they were needed.
- gpio.o duplicated in every application - moved to libopenbmc_intf
- Added install target

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...