#
069e132e |
| 12-Oct-2015 |
Jeremy Kerr <jk@ozlabs.org> |
plugins: Add a backend for the OpenBMC dbus interface
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
#
e2c5b322 |
| 11-Sep-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:390 - Support for new Communication Interface (USB Medium)
This feature request is for adding support for USB Medium as an interface in IPMITool. AMI BMC (OEM feature) provides Virtual USB device
ID:390 - Support for new Communication Interface (USB Medium)
This feature request is for adding support for USB Medium as an interface in IPMITool. AMI BMC (OEM feature) provides Virtual USB devices in the host as part of its feature list. IPMITool can use this 'Virtual USB device' as a medium for Inband communication with BMC.
Just like any other interface, use can just give 'ipmitool -I usb xxxx' to communicate with the BMC via USB Interface.
show more ...
|
#
925a2fe5 |
| 16-Feb-2015 |
Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com> |
ID:370 - add anonymous union support in CFLAGS for older gcc
In older GCC versions when an element in an anonymous unions/structures are addressed by name, gcc must use -fms-extensions.
Change-Id:
ID:370 - add anonymous union support in CFLAGS for older gcc
In older GCC versions when an element in an anonymous unions/structures are addressed by name, gcc must use -fms-extensions.
Change-Id: Id80617ad9336c7a02fbe613b58e3f337fa4baeee Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
show more ...
|
#
ce02ffaf |
| 23-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:354 - forcefully switch to C99 and more strict CFLAGS
Commit changes CFLAGS which include C99 and more strict flags. Watch out for falling rocks.
|
#
dd4cab81 |
| 05-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:343 - Remove AC_FUNC_MALLOC
Fix cross-compile build error regarding to 'rpl_malloc'. ipmitool actually does not need the GNU's malloc(0) behavior. So, remove AC_FUNC_MALLOC from AC-script in orde
ID:343 - Remove AC_FUNC_MALLOC
Fix cross-compile build error regarding to 'rpl_malloc'. ipmitool actually does not need the GNU's malloc(0) behavior. So, remove AC_FUNC_MALLOC from AC-script in order to help cross-compiling ipmitool without need to directly specify ac_cv_func_malloc_0_nonnull environment variable.
show more ...
|
#
e1c7b532 |
| 24-Nov-2014 |
Jim Mankovich <jmank@hp.com> |
Release Version 1.8.15
|
#
26da5193 |
| 24-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 315 - buildsystem: configure.in is deprecated
As per https://lists.gnu.org/archive/html/automake/2013-05/msg00049.html, renamed to configure.ac
|