Add support for GigaDevice GD25LQ64C/GD25LB64C SPI ROM.
GD25LQ64C and GD25LB64C have the same ID and settings. BUG=chrome-os-partner:25907 BRANCH=baytrail TEST=Boot with GD25LQ64 and check MRC data save/restore works. Change-Id: I86d1e69552b6000faa9e0523356e27d7e2a6a6db Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: https://chromium-review.googlesource.com/193238 Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
de0f3f8016
commit
20b5896adb
1 changed files with 9 additions and 1 deletions
|
|
@ -105,7 +105,15 @@ static const struct gigadevice_spi_flash_params gigadevice_spi_flash_table[] = {
|
|||
.pages_per_sector = 16,
|
||||
.sectors_per_block = 16,
|
||||
.nr_blocks = 128,
|
||||
.name = "GD25Q64(B)",
|
||||
.name = "GD25Q64B/GD25B64C",
|
||||
},
|
||||
{
|
||||
.id = 0x6017,
|
||||
.l2_page_size = 8,
|
||||
.pages_per_sector = 16,
|
||||
.sectors_per_block = 16,
|
||||
.nr_blocks = 128,
|
||||
.name = "GD25LQ64C/GD25LB64C",
|
||||
},
|
||||
{
|
||||
.id = 0x4018,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue