History log of /openbmc/ipmitool/src/plugins/open/open.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 33f9336e 17-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.


# 70984dca 29-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix ``obsolete use of designated initializer with ‘:’'' warning

Commit fixes compiler warning ``obsolete use of designated initializer with
‘:’''. Use of ``fieldname: value'' has been obsol

ID:355 - Fix ``obsolete use of designated initializer with ‘:’'' warning

Commit fixes compiler warning ``obsolete use of designated initializer with
‘:’''. Use of ``fieldname: value'' has been obsolete since GCC 2.5.

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.


# f49c9eec 03-Sep-2014 Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>

print message header and data in verbose print

Change-Id: I613e35e180c815279d2a50f44956a5ed5bf5461b
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>


# a6f34c90 03-Sep-2014 Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>

fix incorrect data validation

Change-Id: I6c277b4716445e8ae9a6851cca48e1ad95df49b4
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>


# 23e9340b 08-Apr-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:302 - HPM.2 long message support

This patch adds basic long message support for PICMG-based systems according to
the HPM.2 specification.
It also introduces APIs for setting inbound and outbound

ID:302 - HPM.2 long message support

This patch adds basic long message support for PICMG-based systems according to
the HPM.2 specification.
It also introduces APIs for setting inbound and outbound messages sizes per
selected interface.
This APIs are used in LAN and LAN+ interfaces to set autonomously detected
inbound and outbound message sizes.
The newly introduced APIs also replace the existing message size detection code
in several ipmitool commands in order to leverage the advantages of long message
support (HPM.1 upgrade, SDR acquring, FRU inventory read and write).
The Kontron-specific long message support is moved under a OEM option.

Commit for Dmitry Bazhenov

show more ...


# 2c7a5f91 27-Mar-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 299 - openipmi plugin writes zero to wrong byte

The intent is to zero the byte that no longer contains valid data (because the
data was shifted one byte to the left). However, the wrong byte is

ID: 299 - openipmi plugin writes zero to wrong byte

The intent is to zero the byte that no longer contains valid data (because the
data was shifted one byte to the left). However, the wrong byte is being zeroed.
One way this shows up is when displaying the descriptions with hpm compprop.

show more ...


# c18ec02f 05-Feb-2014 Petter Reinholdtsen <pere@hungry.com>

Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.