All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] README: SPI Support: Add & explain undocumented SPI_FLASH options.
@ 2016-06-11 20:45 Ahmed Samir Khalil
  2016-07-15 13:32 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmed Samir Khalil @ 2016-06-11 20:45 UTC (permalink / raw)
  To: u-boot

CONFIG_SPI_FLASH_BAR & CONFIG_SPI_FLASH_MTD are used without
documentation. Documenting these options makes getting startup,
configuration & testing easier.

Signed-off-by: Ahmed Samir Khalil <engkhalil86@gmail.com>
---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README b/README
index 1d0b946..6c2bea6 100644
--- a/README
+++ b/README
@@ -2689,6 +2689,16 @@ CBFS (Coreboot Filesystem) support
 		Timeout for waiting until spi transfer completed.
 		default: (CONFIG_SYS_HZ/100)     /* 10 ms */
 
+		CONFIG_SPI_FLASH_BAR
+		change buffer size, so the higher SPI memory bank becomes
+		accessible. This option is for SPI flash with at least two
+		memory banks (usually QSPI larger than 16MiB). For example,
+		check README.ti_qspi_dra_test.
+
+		CONFIG_SPI_FLASH_MTD
+		Register SPI Flash to the MTD subsystem to support mtd
+		partitioning and operations.
+
 - FPGA Support: CONFIG_FPGA
 
 		Enables FPGA subsystem.
-- 
2.7.4

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

* [U-Boot] [PATCH] README: SPI Support: Add & explain undocumented SPI_FLASH options.
  2016-06-11 20:45 [U-Boot] [PATCH] README: SPI Support: Add & explain undocumented SPI_FLASH options Ahmed Samir Khalil
@ 2016-07-15 13:32 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2016-07-15 13:32 UTC (permalink / raw)
  To: u-boot

On 12 June 2016 at 02:15, Ahmed Samir Khalil <engkhalil86@gmail.com> wrote:
> CONFIG_SPI_FLASH_BAR & CONFIG_SPI_FLASH_MTD are used without
> documentation. Documenting these options makes getting startup,
> configuration & testing easier.
>
> Signed-off-by: Ahmed Samir Khalil <engkhalil86@gmail.com>
> ---
>  README | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/README b/README
> index 1d0b946..6c2bea6 100644
> --- a/README
> +++ b/README
> @@ -2689,6 +2689,16 @@ CBFS (Coreboot Filesystem) support
>                 Timeout for waiting until spi transfer completed.
>                 default: (CONFIG_SYS_HZ/100)     /* 10 ms */
>
> +               CONFIG_SPI_FLASH_BAR
> +               change buffer size, so the higher SPI memory bank becomes
> +               accessible. This option is for SPI flash with at least two
> +               memory banks (usually QSPI larger than 16MiB). For example,
> +               check README.ti_qspi_dra_test.
> +
> +               CONFIG_SPI_FLASH_MTD
> +               Register SPI Flash to the MTD subsystem to support mtd
> +               partitioning and operations.
> +

Sorry, not needed we have enough help on Kconfig files.

thanks!
-- 
Jagan.

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

end of thread, other threads:[~2016-07-15 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-11 20:45 [U-Boot] [PATCH] README: SPI Support: Add & explain undocumented SPI_FLASH options Ahmed Samir Khalil
2016-07-15 13:32 ` Jagan Teki

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.