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

There are no README documentation about these options of SPI &
serial flash devices. Documenting these options makes getting
startup, configuration & testing easier.

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

diff --git a/README b/README
index 1d0b946..9cf3a05 100644
--- a/README
+++ b/README
@@ -2689,6 +2689,21 @@ CBFS (Coreboot Filesystem) support
 		Timeout for waiting until spi transfer completed.
 		default: (CONFIG_SYS_HZ/100)     /* 10 ms */
 
+		CONFIG_SPI_FLASH
+		Include SPI flash core, interface, and parameters table,
+		and serial flash probing.
+
+		CONFIG_SPI_FLASH_MTD
+		Register SPI flash to the MTD subsystem. Needed for MTD operations.
+
+		CONFIG_SYS_SPI_U_BOOT_OFFS
+		Location in SPI to read U-Boot from.
+
+		CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH
+		Use the Driver Model (DM) for SPI devices, and SPI flash.
+		For more details on how to port legacy driver to the new DM,
+		see doc/driver-model/spi-howto.txt
+
 - 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: Add & explain missed SPI & serial flash options.
  2016-06-11 13:30 [U-Boot] [PATCH] README: SPI: Add & explain missed SPI & serial flash options Ahmed Samir Khalil
@ 2016-07-15 13:31 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2016-07-15 13:31 UTC (permalink / raw)
  To: u-boot

On 11 June 2016 at 19:00, Ahmed Samir Khalil <engkhalil86@gmail.com> wrote:
> There are no README documentation about these options of SPI &
> serial flash devices. Documenting these options makes getting
> startup, configuration & testing easier.
>
> Signed-off-by: Ahmed Samir Khalil <engkhalil86@gmail.com>
> ---
>  README | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>
> diff --git a/README b/README
> index 1d0b946..9cf3a05 100644
> --- a/README
> +++ b/README
> @@ -2689,6 +2689,21 @@ CBFS (Coreboot Filesystem) support
>                 Timeout for waiting until spi transfer completed.
>                 default: (CONFIG_SYS_HZ/100)     /* 10 ms */
>
> +               CONFIG_SPI_FLASH
> +               Include SPI flash core, interface, and parameters table,
> +               and serial flash probing.
> +
> +               CONFIG_SPI_FLASH_MTD
> +               Register SPI flash to the MTD subsystem. Needed for MTD operations.
> +
> +               CONFIG_SYS_SPI_U_BOOT_OFFS
> +               Location in SPI to read U-Boot from.
> +
> +               CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH
> +               Use the Driver Model (DM) for SPI devices, and SPI flash.
> +               For more details on how to port legacy driver to the new DM,
> +               see doc/driver-model/spi-howto.txt

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:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-11 13:30 [U-Boot] [PATCH] README: SPI: Add & explain missed SPI & serial flash options Ahmed Samir Khalil
2016-07-15 13:31 ` 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.