aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/spd-decode.c
AgeCommit message (Collapse)Author
2019-06-19devices/spd: Fixed DDR3 tCLOndrej Čerman
2019-06-19devices/spd: Added DDR3 Module manufacturerOndrej Čerman
2019-06-19devices/spd: FIX DDR3 Module sizeOndrej Čerman
2019-06-16devices/spd-decode.c: add source informationBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-02devices/spd-decode: Fallback to another driver when no devices are foundOndrej Čerman
2019-06-02devices/spd-decode: Reevaluate partial data after refreshOndrej Čerman
2019-06-02devices/spd-decode: Added DRAM Manufacturer for DDR4Ondrej Čerman
2019-06-02devices/spd-decode: Added manufacturing date for DDR4Ondrej Čerman
2019-05-26devices/spd-decode: DDR4 manufacturer decoding fixOndrej Čerman
2019-05-26devices/spd_decode: DDR4 - decoding XMP and voltageOndrej Čerman
2019-05-25spd-decode.c: specify shell viewtype for error condition and use hinote for ↵Burt P
messages Signed-off-by: Burt P <pburt0@gmail.com>
2019-05-25spd-decode.c: code format cleanupBurt P
Using clang-format options: BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 TabWidth: 8 UseTab: Never AlignEscapedNewlines: Left AlwaysBreakAfterReturnType: None AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true Signed-off-by: Burt P <pburt0@gmail.com>
2019-05-13Added hinote when hardinfo is not able to read full DDR4 SPD data.Ondrej Čerman
2019-05-13Initial DDR4 supportOndrej Čerman
2018-12-02spd_decode: minor fixBurt P
(#298) E: hardinfo no-return-in-nonvoid-function /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/devices/spd-decode.c:982 Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-30spd-decode.c: break column headers out of format stringsBurt P
* More easily translated. * The strings are more likely to be re-usable. * A small change to one, or to a shell param, does not lose all of them. spd-decode.c still has many labels that are untranslatable, or stuck in c-format strings. Signed-off-by: Burt P <pburt0@gmail.com>
2017-04-09Update spd-decode.cTotalCaesar659
2016-09-17Automatically check if eeprom module has been loadedLeandro Pereira
2016-07-31Decode DDR3 module type (buffered, unbuffered, SODIMM, etc)Leandro Pereira
2016-07-31Fix DDR2 mtb valuesLeandro Pereira
2016-07-31Saner indentation for spd-decode.cLeandro Pereira
2016-07-30Fix multiple problems in DDR3 SPD parsingLeandro Pereira
2015-10-25revert commit [d5afcb6851]; fix the real cause of missing RAM display (use ↵jamesbond
moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet).
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-09Remove decode_ddr_module_height()Leandro A. F. Pereira
2010-05-09Add support to read memory SPD (memory type, speed, timings, etc).Leandro A. F. Pereira