Browse Source

add support for spansion flash on mindspeed c300 eval board

Signed-off-by: Stefan Mahr <stefan.mahr@sphairon.com>
tags/v0.5.0-rc1
Stefan Mahr 13 years ago
committed by Øyvind Harboe
parent
commit
6d6837f988
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      src/flash/nor/non_cfi.c

+ 14
- 0
src/flash/nor/non_cfi.c View File

@@ -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,


Loading…
Cancel
Save