index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
dram
/
ddr2.c
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2019-09-17
AUTHORS: Move src/device copyrights into AUTHORS file
Martin Roth
2019-08-14
dram: Add basic DDR4 SPD parsing
Andrey Petrov
2019-05-29
src/{device,drivers}: Add missing 'include <types.h>'
Elyes HAOUAS
2018-09-11
src/device/dram: Fix typo
Elyes HAOUAS
2018-04-09
device/dram/ddr2.c: Add methods to compute to identify dram
Arthur Heymans
2018-03-14
src/device/dram/ddr2: Fix supported burst lengths
Elyes HAOUAS
2018-02-22
device/ddr2,ddr3: Rename and move a few things
Arthur Heymans
2017-12-20
device/dram/ddr2.c: Store the checksum in the decoded SPD struct
Arthur Heymans
2017-09-26
device/dram/ddr2.c: fix a hidden syntax error introduced earlier
Bill XIE
2017-09-22
device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flag
Arthur Heymans
2017-09-22
device/dram/ddr2: Add break to several case statements that lack it
Patrick Georgi
2017-09-20
device/dram/ddr2.c: Improve error returning and debug output
Arthur Heymans
2017-09-16
device/dram/ddr2: Fix decoding tRR
Arthur Heymans
2017-09-06
device/dram/ddr2: Add a function to normalize tCLK
Arthur Heymans
2017-06-09
device/dram/ddr2.c: Fix is_registered_ddr2
Arthur Heymans
2017-03-10
device/dram/ddr2: Add common ddr2 spd decoder
Patrick Rudolph