drivers/spi: Add support for Macronix SPI ROM MX77U25650F

Change-Id: I8fedea1d566f0c35a9e028d4b2bb939592bd5f74
Signed-off-by: Ritul Guru <ritul.bits@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69381
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Ritul Guru 2022-11-08 16:59:03 +05:30 committed by Martin L Roth
parent 21552aee3f
commit f3e4cec919
1 changed files with 5 additions and 0 deletions

View File

@ -138,6 +138,11 @@ static const struct spi_flash_part_id flash_table[] = {
.id[0] = 0x9517, .id[0] = 0x9517,
.nr_sectors_shift = 11, .nr_sectors_shift = 11,
}, },
{
/* MX77U25650F */
.id[0] = 0x7539,
.nr_sectors_shift = 13,
},
}; };
const struct spi_flash_vendor_info spi_flash_macronix_vi = { const struct spi_flash_vendor_info spi_flash_macronix_vi = {