Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
6d6837f9
Commit
6d6837f9
authored
May 24, 2011
by
Stefan Mahr
Committed by
Øyvind Harboe
May 25, 2011
Browse files
add support for spansion flash on mindspeed c300 eval board
Signed-off-by:
Stefan Mahr
<
stefan.mahr@sphairon.com
>
parent
5d7d08a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flash/nor/non_cfi.c
View file @
6d6837f9
...
...
@@ -90,6 +90,20 @@ static struct non_cfi non_cfi_flashes[] = {
ERASE_REGION
(
128
,
4
*
KB
)
}
},
{
.
mfr
=
CFI_MFR_AMD
,
/* Spansion AM29LV040B */
.
id
=
0x4f
,
.
pri_id
=
0x02
,
.
dev_size
=
512
*
KB
,
.
interface_desc
=
0x0
,
/* x8 only device */
.
max_buf_write_size
=
0x0
,
.
status_poll_mask
=
CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7
,
.
num_erase_regions
=
1
,
.
erase_region_info
=
{
ERASE_REGION
(
8
,
64
*
KB
)
}
},
{
.
mfr
=
CFI_MFR_SST
,
.
id
=
0x2780
,
...
...
Write
Preview
Supports
Markdown
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