All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB
@ 2018-10-17 11:27 Rajat Srivastava
  2018-10-17 11:28 ` [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework Rajat Srivastava
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Rajat Srivastava @ 2018-10-17 11:27 UTC (permalink / raw)
  To: u-boot

Add functionality to read and parse SFDP parameters to auto-detect
flash size, page size and address width of flash. This enables
flash access above 16MB using 4-byte addressing mode.

Add driver support to get SFDP information of flash and use it to
access flash above 16MB.

Enable reading and parsing of SFDP parameters for Spansion's
s25fs512 flash to auto-detect its size, its page size and the
addressing mode it supports.

Rajat Srivastava (3):
  mtd/spi: Add JEDEC SFDP support in SPI framework
  fsl_qspi: Access flash above 16MB using SFDP
  spi_flash_ids: Enable SFDP parsing for s25fs512 flash

 drivers/mtd/spi/sf_internal.h   |   4 +
 drivers/mtd/spi/spi_flash.c     | 297 +++++++++++++++++++++++++++++++++++++---
 drivers/mtd/spi/spi_flash_ids.c |   3 +-
 drivers/spi/fsl_qspi.c          | 103 +++++++++++++-
 include/spi.h                   |   2 +
 include/spi_flash.h             | 120 ++++++++++++++++
 6 files changed, 501 insertions(+), 28 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-10-31  9:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-17 11:27 [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB Rajat Srivastava
2018-10-17 11:28 ` [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework Rajat Srivastava
2018-10-31  8:17   ` Vignesh R
2018-10-31  9:01     ` Rajat Srivastava
2018-10-31  9:21       ` Simon Goldschmidt
2018-10-31  9:29         ` Rajat Srivastava
2018-10-17 11:28 ` [U-Boot] [PATCH 2/3] fsl_qspi: Access flash above 16MB using SFDP Rajat Srivastava
2018-10-17 11:28 ` [U-Boot] [PATCH 3/3] spi_flash_ids: Enable SFDP parsing for s25fs512 flash Rajat Srivastava
2018-10-30 20:35 ` [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB Simon Goldschmidt
2018-10-31  7:38   ` Simon Goldschmidt
2018-10-31  9:38     ` Rajat Srivastava
2018-10-31  9:45       ` Simon Goldschmidt
2018-10-31  8:41   ` Rajat Srivastava
2018-10-31  9:16     ` Simon Goldschmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.