drivers/spi: Add GD25LR256E support
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Id405ed990101a1ceda5e09c6db835f8302047f5c Reviewed-on: https://review.coreboot.org/c/coreboot/+/81125 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
committed by
Martin L Roth
parent
8e1e1acce7
commit
0665d0e236
@ -117,6 +117,13 @@ static const struct spi_flash_part_id flash_table[] = {
|
|||||||
.fast_read_dual_output_support = 1,
|
.fast_read_dual_output_support = 1,
|
||||||
.fast_read_dual_io_support = 1,
|
.fast_read_dual_io_support = 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* GD25LR256E */
|
||||||
|
.id[0] = 0x6719,
|
||||||
|
.nr_sectors_shift = 13,
|
||||||
|
.fast_read_dual_output_support = 1,
|
||||||
|
.fast_read_dual_io_support = 1,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct spi_flash_vendor_info spi_flash_gigadevice_vi = {
|
const struct spi_flash_vendor_info spi_flash_gigadevice_vi = {
|
||||||
|
Reference in New Issue
Block a user