Actions
Support #349
opensupport to add WINBOND W25Q256JW SPIROM
Status:
New
Priority:
Normal
Assignee:
-
Category:
board support
Target version:
-
Start date:
04/12/2022
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
I am trying to add support for WINBOND SPI FLASH part W25Q256JW (0x6019).
tried adding below entry in winbond.c, is there any other changes required to enable this part to boot from?
{
/* W25Q256JW */
.id[0] = 0x6019,
.nr_sectors_shift = 13,
.fast_read_dual_output_support = 1,
.fast_read_dual_io_support = 1,
.protection_granularity_shift = 16,
.bp_bits = 4,
},
No data to display
Actions