Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
116389ed
Commit
116389ed
authored
Aug 26, 2010
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i7300_edac: Add a FIXME note about the error correction type
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
c3af2eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
drivers/edac/i7300_edac.c
drivers/edac/i7300_edac.c
+9
-0
No files found.
drivers/edac/i7300_edac.c
View file @
116389ed
...
...
@@ -841,6 +841,15 @@ static int decode_mtr(struct i7300_pvt *pvt,
p_csrow
->
grain
=
8
;
p_csrow
->
nr_pages
=
dinfo
->
megabytes
<<
8
;
p_csrow
->
mtype
=
MEM_FB_DDR2
;
/*
* FIXME: the type of error detection actually depends of the
* mode of operation. When it is just one single memory chip, at
* socket 0, channel 0, it uses 8-byte-over-32-byte SECDED+ code.
* In normal or mirrored mode, it uses Single Device Data correction,
* with the possibility of using an extended algorithm for x8 memories
* See datasheet Sections 7.3.6 to 7.3.8
*/
p_csrow
->
edac_mode
=
EDAC_S8ECD8ED
;
/* ask what device type on this row */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment