History log of /openbmc/skeleton/pytools/gpioutil (Results 1 – 8 of 8)
Revision Date Author Comments
# 7e48038a 24-Sep-2018 Adriana Kobylak <anoo@us.ibm.com>

pytools: Remove dependency to obmc.system

The system manager (obmc.system) is being deprecated and
the GPIOs has moved out of D-Bus (see openbmc/openbmc#3332).
The pytools still depe

pytools: Remove dependency to obmc.system

The system manager (obmc.system) is being deprecated and
the GPIOs has moved out of D-Bus (see openbmc/openbmc#3332).
The pytools still depend on the convertGpio function provided
by system manager, so copy that function into the tools that
use it to remove the dependency.

Tested: obmcutil power functions still work, and gpioutil
-l and -p work the same.

Change-Id: Ia09f95312438040908eb15f93ff6d525665f5ab3
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 3045be31 02-Dec-2016 Xo Wang <xow@google.com>

pytools/gpioutil: Strip whitespace from value read

Reading from the value file includes a newline following the value, so
strip it.

Signed-off-by: Xo Wang <xow@google.com>
C

pytools/gpioutil: Strip whitespace from value read

Reading from the value file includes a newline following the value, so
strip it.

Signed-off-by: Xo Wang <xow@google.com>
Change-Id: I075794d80f6db0ad8169c6a142ea56b34bd87164

show more ...


# 5d4a54e8 02-Dec-2016 Xo Wang <xow@google.com>

pytools/gpioutil: Don't set direction if already set

Writing "out" to GPIO direction will actually clear the output value.
This makes it impossible to read the value of outputs with gpio

pytools/gpioutil: Don't set direction if already set

Writing "out" to GPIO direction will actually clear the output value.
This makes it impossible to read the value of outputs with gpioutil
since it always sets value to 0 before reading it.

Fix: don't write direction if the direction already matches that
requested.

Change-Id: I2116e6c7f5800239dd89c4f47fe7fd087b3a87cd
Signed-off-by: Xo Wang <xow@google.com>

show more ...


# a7ac805b 21-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

configs: Remove gpio code from config files

Move to a new obmc.system module.

Change-Id: Ie02a4b2c14cfcf272d8823d44fb9d7c03b796c87
Signed-off-by: Brad Bishop <bradleyb@fuzziesqu

configs: Remove gpio code from config files

Move to a new obmc.system module.

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

show more ...


# cbe32133 17-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #96 from anoo1/xstop

Add support for checkstop gpio


# ff47af29 16-Jun-2016 Adriana Kobylak <anoo@us.ibm.com>

Fix gpioutil tool

Fix gpioutil tool to parse commands, this broke with the
skeleton refactoring commit.

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>


# 0b380f7b 09-Jun-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Install python workbook to well-known location

This removes the need to pass the system configuration
to all the scripts.

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


# 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 differe

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