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
973b26db
Commit
973b26db
authored
22 years ago
by
Andrew Ip
Browse files
Options
Download
Email Patches
Plain Diff
Add w29c011
Corresponding to coreboot v1 svn r727.
parent
f0126ce2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
flash.h
flash.h
+1
-0
flash_rom.c
flash_rom.c
+2
-0
No files found.
flash.h
View file @
973b26db
...
...
@@ -33,6 +33,7 @@ struct flashchip {
#define SST_39VF020 0xD6
/* SST 39SF020 device */
#define WINBOND_ID 0xDA
/* Winbond Manufacture ID code */
#define W_29C011 0xC1
/* Winbond w29c011 device code*/
#define W_29C020C 0x45
/* Winbond w29c020c device code*/
#define W_49F002U 0x0B
/* Winbond w29c020c device code*/
...
...
This diff is collapsed.
Click to expand it.
flash_rom.c
View file @
973b26db
...
...
@@ -53,6 +53,8 @@ struct flashchip flashchips[] = {
probe_39sf020
,
erase_39sf020
,
write_39sf020
},
{
"SST39VF020"
,
SST_ID
,
SST_39VF020
,
NULL
,
256
,
4096
,
probe_39sf020
,
erase_39sf020
,
write_39sf020
},
{
"W29C011"
,
WINBOND_ID
,
W_29C011
,
NULL
,
128
,
128
,
probe_jedec
,
erase_jedec
,
write_jedec
},
{
"W29C020C"
,
WINBOND_ID
,
W_29C020C
,
NULL
,
256
,
128
,
probe_jedec
,
erase_jedec
,
write_jedec
},
{
"W49F002U"
,
WINBOND_ID
,
W_49F002U
,
NULL
,
256
,
128
,
...
...
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