From 944aaf3cf66622f2c212fc6b4fb761ef2f419dad Mon Sep 17 00:00:00 2001 From: bigtreeboy <96463233+bigtreeboy@users.noreply.github.com> Date: Tue, 21 Dec 2021 14:56:55 +0800 Subject: [PATCH] Update sfud_flash_def.h according to https://www.jedec.org/system/files/docs/JEP106BD.pdf, ISSI's manufacturer id is 0x9D --- sfud/inc/sfud_flash_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfud/inc/sfud_flash_def.h b/sfud/inc/sfud_flash_def.h index 44f4c44..feee8fa 100644 --- a/sfud/inc/sfud_flash_def.h +++ b/sfud/inc/sfud_flash_def.h @@ -90,7 +90,7 @@ typedef struct { #define SFUD_MF_ID_SST 0xBF #define SFUD_MF_ID_MICRONIX 0xC2 #define SFUD_MF_ID_GIGADEVICE 0xC8 -#define SFUD_MF_ID_ISSI 0xD5 +#define SFUD_MF_ID_ISSI 0x9D #define SFUD_MF_ID_WINBOND 0xEF /* SFUD supported manufacturer information table */