Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix DDR4 DIMM size calculation. | 2019-12-21 | 1 | -3/+3 | |
| | | | | ok claudio@ | ||||
* | Add code to parse DDR4 and LPDDR3/4 SPD memories. | 2019-12-17 | 1 | -4/+199 | |
| | | | | | | Some numbers may be wrong but it a start and further fixes can happen in tree. Especially the LPDDRx case is untested. OK deraadt@ | ||||
* | Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6. | 2015-01-25 | 1 | -3/+3 | |
| | | | | | | | While the spec only mentions bits for CL5->CL2 with the other bits being marked 'TBD' it seems likely they are used now. From David Vasek. | ||||
* | Remove dead store causing clang to warn; dhill | 2015-01-19 | 1 | -2/+1 | |
| | |||||
* | Remove dead assignments and newly created unused variables. | 2011-04-19 | 1 | -5/+3 | |
| | | | | | | Found by LLVM/Clang Static Analyzer. ok miod@ jsg@ | ||||
* | fix a logic error found by lint | 2010-06-29 | 1 | -2/+2 | |
| | |||||
* | Split existing spdmem@i2c code into bus-agnostic spd record decoding code, | 2010-03-22 | 1 | -0/+794 | |
and an i2c attachment. No functional change; ok jsg@ deraadt@ |