Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Evan Lojewski
ast2050-flashrom
Commits
d2c3a622
Commit
d2c3a622
authored
19 years ago
by
Ronald G. Minnich
Browse files
Options
Download
Email Patches
Plain Diff
Add support for ICH5
Corresponding to flashrom svn r42 and coreboot v2 svn r2183.
parent
9d3d93e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
flash_enable.c
flash_enable.c
+1
-0
No files found.
flash_enable.c
View file @
d2c3a622
...
...
@@ -315,6 +315,7 @@ static FLASH_ENABLE enables[] = {
{
0x1039
,
0x0630
,
"sis630"
,
enable_flash_sis630
},
{
0x8086
,
0x2480
,
"E7500"
,
enable_flash_e7500
},
{
0x8086
,
0x24c0
,
"ICH4"
,
enable_flash_ich4
},
{
0x8086
,
0x24d0
,
"ICH5"
,
enable_flash_ich4
},
{
0x1106
,
0x8231
,
"VT8231"
,
enable_flash_vt8231
},
{
0x1106
,
0x3177
,
"VT8235"
,
enable_flash_vt8235
},
{
0x1078
,
0x0100
,
"CS5530"
,
enable_flash_cs5530
},
...
...
This diff is collapsed.
Click to expand it.
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