Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtd: spi-nor: gigadevice: add support for GD25LR512MF #49

Open
wants to merge 1 commit into
base: integ_sp7
Choose a base branch
from

Conversation

rajaganeshr
Copy link
Collaborator

Add support for Gigadevice SPI part GD25LR512MF

Test result on AST2700 controller:
$ cat jedec_id
c8601a

$ cat partname
gd25lr512m

$ hexdump -C sfdp
00000000 53 46 44 50 07 01 03 ff 00 07 01 14 30 00 00 ff |SFDP........0...| 00000010 c8 00 01 03 90 00 00 ff 84 01 01 02 c0 00 00 ff |................| 00000020 03 00 01 02 e0 00 00 ff ff ff ff ff ff ff ff ff |................| 00000030 e5 20 f3 ff ff ff ff 1f 44 eb 08 6b 08 3b 42 bb |. ......D..k.;B.| 00000040 fe ff ff ff ff ff 00 ff ff ff 44 eb 0c 20 0f 52 |..........D.. .R| 00000050 10 d8 00 ff d4 39 a5 fe 82 d8 14 58 ec 62 16 33 |.....9.....X.b.3| 00000060 7a 75 7a 75 04 bd d5 5c 29 80 18 00 08 50 00 01 |zuzu...)....P..| 00000070 00 00 00 00 00 00 90 00 00 00 00 00 ff ff ff ff |................| 00000080 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| 00000090 00 20 50 16 9d f9 77 64 8f db ff ff ff ff ff ff |. P...wd........| 000000a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| *
000000c0 ff 0e 0f fe 21 5c dc ff ff ff ff ff ff ff ff ff |....!..........| 000000d0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
000000e0 38 9b 96 f0 a6 a5 b0 ff |8.......|
000000e8

Add support for Gigadevice SPI part GD25LR512MF

Test result on AST2700 controller:
$ cat jedec_id
c8601a

$ cat partname
gd25lr512m

$ hexdump -C sfdp
00000000  53 46 44 50 07 01 03 ff  00 07 01 14 30 00 00 ff  |SFDP........0...|
00000010  c8 00 01 03 90 00 00 ff  84 01 01 02 c0 00 00 ff  |................|
00000020  03 00 01 02 e0 00 00 ff  ff ff ff ff ff ff ff ff  |................|
00000030  e5 20 f3 ff ff ff ff 1f  44 eb 08 6b 08 3b 42 bb  |. ......D..k.;B.|
00000040  fe ff ff ff ff ff 00 ff  ff ff 44 eb 0c 20 0f 52  |..........D.. .R|
00000050  10 d8 00 ff d4 39 a5 fe  82 d8 14 58 ec 62 16 33  |.....9.....X.b.3|
00000060  7a 75 7a 75 04 bd d5 5c  29 80 18 00 08 50 00 01  |zuzu...\)....P..|
00000070  00 00 00 00 00 00 90 00  00 00 00 00 ff ff ff ff  |................|
00000080  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
00000090  00 20 50 16 9d f9 77 64  8f db ff ff ff ff ff ff  |. P...wd........|
000000a0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
000000c0  ff 0e 0f fe 21 5c dc ff  ff ff ff ff ff ff ff ff  |....!\..........|
000000d0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
000000e0  38 9b 96 f0 a6 a5 b0 ff                           |8.......|
000000e8

Signed-off-by: Rajaganesh Rathinasabapathi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant