History log of /openbmc/ipmitool/lib/ipmi_fru.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 2d79e69f 25-Jul-2015 Zdenek Styblik <stybla@turnovfree.net>

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal there was an error during
execution.

show more ...


# 4dfb1528 19-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Remove dead code in fru_area_print_product() - CID#1148999


# 7bd7c4fd 19-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Remove dead code in fru_area_print_board() - CID#1149001


# f0acdf1b 19-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Remove dead code in fru_area_print_chassis() - CID#1149000

I guess this really can't happen.


# ece5e557 18-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix resource leak in fru_area_print_product() - CID#1149046


# 99721b52 18-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix resource leak in fru_area_print_chassis() - CID#1149047


# 0b54fac7 18-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix resource leak in fru_area_print_board() - CDI#1149048


# 312f9593 18-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix uninitialized struct in ipmi_fru_upg_ekeying() - CID#1149065


# 33f9336e 17-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.


# 3b15a7c0 25-May-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 306 - "fru print" command prints the FRU #0 twice

This patch make the command to spit FRU info #0 only once.

Commit for Dmitry Bazhenov


# eeeb973e 26-Apr-2014 Zdenek Styblik <stybla@turnovfree.net>

Make comment about 'source offset' explicit


# 166ae1da 25-Apr-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 308 - "fru edit" no longer works for non-zero fields

1. Warnings about "FRU Area Length" based on uninitialized (malloc'd) memory
contents (due to fru->max_read_size not being initia

ID: 308 - "fru edit" no longer works for non-zero fields

1. Warnings about "FRU Area Length" based on uninitialized (malloc'd) memory
contents (due to fru->max_read_size not being initialized, left at 0) and
fru_data not being zeroed after malloc() in ipmi_fru_set_field_string().

2. "fru edit" commands for any field index other than 0 would fail (with "Field
not found !" error) due to a couple offset and length calculation errors (for
all the supported "area" types) in ipmi_fru_set_field_string().

3. "fru edit" commands would corrupt the FRU Inventory Area due to incorrect
"source offset" value being specified in write_fru_area() call in
impi_fru_set_field_string().

Commit for Rob Swindell

show more ...


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

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


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