History log of /openbmc/ipmitool/lib/dimm_spd.c (Results 1 – 9 of 9)
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 ...


# bcb96209 09-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings in dimm_spd.c

* remove unused variable
* add (...) as suggested


# d9acbc4c 04-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:358 - check data length in else branch of ipmi_spd_print()

Commit adds data length check into '} else {' branch of ipmi_spd_print() in
order to avoid out-of-bound access.


# 9811f79e 01-Jan-2015 Jim Mankovich <jmank@hp.com>

ID:357 - out-of-bound access in DDR4 code
ID:356 - DIMM4 Die Count is unreachable


# 104a7176 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - Replace obsolete u_int with uint32_t in dimm_spd.c


# 96b19bb6 13-Aug-2014 Jim Mankovich <jmank@hp.com>

ID: 325 DDR4 DIMM Decoding Logic

Bug 325 was associated with identification of DDR4 SDRAM, but correct decoding
logic was necessary to actually support DDR4 decode. This commit adds t

ID: 325 DDR4 DIMM Decoding Logic

Bug 325 was associated with identification of DDR4 SDRAM, but correct decoding
logic was necessary to actually support DDR4 decode. This commit adds the
necessary logic to decode and display DDR4 DIMMS.

show more ...


# 732be1b9 11-Aug-2014 Jim Mankovich <jmank@hp.com>

ID: 325 - Can not identify DDR4 SDRAM


# 02e4a036 23-Mar-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:296 - Fix PSD size decoding

Commit replaces size decoding code with code ported from "decode-dimms" Perl
script found in i2c-tools 3.0.3. Former code has reported incorrect size of DD

ID:296 - Fix PSD size decoding

Commit replaces size decoding code with code ported from "decode-dimms" Perl
script found in i2c-tools 3.0.3. Former code has reported incorrect size of DDR2
modules.

Patch-by: Alexander Amelkin

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.