#
c0c74e7c |
| 06-Mar-2019 |
Anthony Wilson <wilsonan@us.ibm.com> |
skeleton: Use ioctl gpio handling
Now that chassiskill is a standalone app and is using ioctl gpio handling (through the gpioplus library), the gpio libraries here need to use ioctl as well for chas
skeleton: Use ioctl gpio handling
Now that chassiskill is a standalone app and is using ioctl gpio handling (through the gpioplus library), the gpio libraries here need to use ioctl as well for chassiskill to be compatible.
Tested: Verified chassiskill works as intended and checked that nothing else broke.
Change-Id: I67c431027d31e87c332c3e1771fc2d3423f56652 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
show more ...
|
#
0f3fd5aa |
| 08-Aug-2018 |
Matt Spinler <spinler@us.ibm.com> |
Remove unnecessary args from GPIO functions
Now that gpio_init() and read_gpios() doesn't use D-Bus, they don't need the D-Bus connection parameter.
Change-Id: Id7f3ee6547bed7c0c0eed5d75cba2d6ff239
Remove unnecessary args from GPIO functions
Now that gpio_init() and read_gpios() doesn't use D-Bus, they don't need the D-Bus connection parameter.
Change-Id: Id7f3ee6547bed7c0c0eed5d75cba2d6ff239d0fa Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
3a70e938 |
| 07-Aug-2018 |
Matt Spinler <spinler@us.ibm.com> |
Use cJSON to get the GPIO definitions
In gpio_init, read the GPIO definitions out of the JSON instead of D-Bus.
As many applications configure several GPIOs at once, the cJSON structure for the GPI
Use cJSON to get the GPIO definitions
In gpio_init, read the GPIO definitions out of the JSON instead of D-Bus.
As many applications configure several GPIOs at once, the cJSON structure for the GPIOs stays loaded in memory until explicitly freed by calling gpio_inits_done().
Change-Id: I3ba216545a4a367744ce1fac09ca19c4d8d9d302 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
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 ...
|