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:
parent
21552aee3f
commit
f3e4cec919
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue