From: Jeroen Domburg Date: Mon, 31 Jul 2017 04:05:53 +0000 (+0800) Subject: Add GD chip into qio data, so (at least my) ESP-WROVER uses QIO mode succesfully. X-Git-Tag: v3.1-dev~329^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=518edac42fde29cc68d6a0d033d279007da6c82c;p=esp-idf Add GD chip into qio data, so (at least my) ESP-WROVER uses QIO mode succesfully. --- diff --git a/components/bootloader/subproject/main/flash_qio_mode.c b/components/bootloader/subproject/main/flash_qio_mode.c index 5233bdf90c..79b145c976 100644 --- a/components/bootloader/subproject/main/flash_qio_mode.c +++ b/components/bootloader/subproject/main/flash_qio_mode.c @@ -88,6 +88,7 @@ const static qio_info_t chip_data[] = { { "MXIC", 0xC2, 0x2000, 0xFF00, read_status_8b_rdsr, write_status_8b_wrsr, 6 }, { "ISSI", 0x9D, 0x4000, 0xCF00, read_status_8b_rdsr, write_status_8b_wrsr, 6 }, /* IDs 0x40xx, 0x70xx */ { "WinBond", 0xEF, 0x4000, 0xFF00, read_status_16b_rdsr_rdsr2, write_status_16b_wrsr, 9 }, + { "GD", 0xC8, 0x6000, 0xFF00, read_status_16b_rdsr_rdsr2, write_status_16b_wrsr, 9 }, /* Final entry is default entry, if no other IDs have matched.