mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add definitions for Fudan FM25Q04, FM25Q64 and FM25Q128
These chips have the exact same characteristics as their 8/16/32 counterparts, except for the different flash size. Relevant datasheets (I've also included the FM25Q32 as a reference): * https://www.fmsh.com/nvm/FM25Q04_ds_eng.pdf * https://www.fmsh.com/nvm/FM25Q32_ds_eng.pdf * https://www.fmsh.com/nvm/FM25Q64_ds_eng.pdf * https://www.fmsh.com/nvm/FM25Q128_ds_eng.pdf Testing status will be updated in a subsequent commit. Change-Id: I88fcc2bbb9706c8adb3722da6aa0e1d2d04c3fde Signed-off-by: Samantaz Fox <coding@samantaz.fr> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83969 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
e0ed3b20df
commit
4e61edbace
@ -344,9 +344,12 @@
|
||||
#define FUDAN_FM25F01 0x3111
|
||||
#define FUDAN_FM25F02 0x3112 /* Same as FM25F02A */
|
||||
#define FUDAN_FM25F04 0x3113 /* Same as FM25F04A */
|
||||
#define FUDAN_FM25Q04 0x4013
|
||||
#define FUDAN_FM25Q08 0x4014
|
||||
#define FUDAN_FM25Q16 0x4015
|
||||
#define FUDAN_FM25Q32 0x4016
|
||||
#define FUDAN_FM25Q64 0x4017
|
||||
#define FUDAN_FM25Q128 0x4018
|
||||
|
||||
#define FUJITSU_ID 0x04 /* Fujitsu */
|
||||
#define FUJITSU_MBM29DL400BC 0x0F
|
||||
|
Reference in New Issue
Block a user