Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93035
b: refs/heads/master
c: 1b0a062
h: refs/heads/master
i:
  93033: edf752d
  93031: 7d976f4
v: v3
  • Loading branch information
Andrei Dolnikov authored and David Woodhouse committed Apr 22, 2008
1 parent 6260671 commit 6c0afd4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 757570063a350ee3875c42a6338d29ee09f5af07
refs/heads/master: 1b0a062be7fccfbf0218a81c98c0e4d380ee23f5
13 changes: 13 additions & 0 deletions trunk/drivers/mtd/chips/jedec_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
#define SST49LF030A 0x001C
#define SST49LF040A 0x0051
#define SST49LF080A 0x005B
#define SST36VF3203 0x7354

/* Toshiba */
#define TC58FVT160 0x00C2
Expand Down Expand Up @@ -1413,6 +1414,18 @@ static const struct amd_flash_info jedec_table[] = {
ERASEINFO(0x1000,256),
ERASEINFO(0x1000,256)
}
}, {
.mfr_id = MANUFACTURER_SST,
.dev_id = SST36VF3203,
.name = "SST 36VF3203",
.devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
.uaddr = MTD_UADDR_0x0AAA_0x0555,
.dev_size = SIZE_4MiB,
.cmd_set = P_ID_AMD_STD,
.nr_regions = 1,
.regions = {
ERASEINFO(0x10000,64),
}
}, {
.mfr_id = MANUFACTURER_ST,
.dev_id = M29F800AB,
Expand Down

0 comments on commit 6c0afd4

Please sign in to comment.