From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration
Date: Sun, 29 Jan 2012 20:17:50 +0100 [thread overview]
Message-ID: <201201292017.50529.marek.vasut@gmail.com> (raw)
In-Reply-To: <1327863595-1524-6-git-send-email-eric.nelson@boundarydevices.com>
> ---
> README | 20 ++++++++++++++++++++
> 1 files changed, 20 insertions(+), 0 deletions(-)
>
> diff --git a/README b/README
> index f6ab85c..1a98915 100644
> --- a/README
> +++ b/README
> @@ -800,6 +800,7 @@ The following options need to be configured:
> (requires CONFIG_CMD_I2C)
> CONFIG_CMD_SETGETDCR Support for DCR Register access
> (4xx only)
> + CONFIG_CMD_SF * Read/write/erase SPI NOR flash
Why did you add the asterisk here ?
> CONFIG_CMD_SHA1SUM print sha1 memory digest
> (requires CONFIG_CMD_MEMORY)
> CONFIG_CMD_SOURCE "source" command Support
> @@ -2179,6 +2180,25 @@ The following options need to be configured:
> allows to read/write in Dataflash via the standard
> commands cp, md...
>
> +- Serial Flash support
> + CONFIG_CMD_SF
> +
> + Defining this option enables SPI flash commands
> + 'sf probe/read/write/erase/update'.
> +
> + Usage requires an initial 'probe' to define the serial
> + flash parameters, followed by read/write/erase/update
> + commands.
> +
> + The following defaults may be provided by the platform
> + to handle the common case when only a single serial
> + flash is present on the system.
> +
> + CONFIG_SF_DEFAULT_BUS Bus identifier
> + CONFIG_SF_DEFAULT_CS Chip-select
> + CONFIG_SF_DEFAULT_MODE (see include/spi.h)
> + CONFIG_SF_DEFAULT_SPEED in Hz
> +
> - SystemACE Support:
> CONFIG_SYSTEMACE
next prev parent reply other threads:[~2012-01-29 19:17 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-29 18:59 [U-Boot] [PATCH V4 0/7] mxc_spi refactoring (for mx6q and mx6qsabrelite) Eric Nelson
2012-01-29 18:59 ` [U-Boot] [PATCH V4 1/7] mxc_spi: move machine specifics into CPU headers Eric Nelson
2012-01-29 19:16 ` Marek Vasut
2012-01-29 20:01 ` Eric Nelson
2012-01-29 18:59 ` [U-Boot] [PATCH V4 2/7] mx6q: Add support for ECSPI through mxc_spi driver Eric Nelson
2012-01-29 18:59 ` [U-Boot] [PATCH V4 3/7] mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform Eric Nelson
2012-01-29 18:59 ` [U-Boot] [PATCH V4 4/7] sf command: allow default bus and chip selects Eric Nelson
2012-01-30 5:13 ` Mike Frysinger
2012-01-29 18:59 ` [U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration Eric Nelson
2012-01-29 19:17 ` Marek Vasut [this message]
2012-01-29 19:57 ` Eric Nelson
2012-01-30 5:11 ` Mike Frysinger
2012-01-30 5:12 ` Mike Frysinger
2012-01-29 18:59 ` [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select Eric Nelson
2012-01-29 19:18 ` Marek Vasut
2012-01-29 20:02 ` Eric Nelson
2012-01-29 20:11 ` Marek Vasut
2012-01-29 21:35 ` Eric Nelson
2012-01-29 22:16 ` Marek Vasut
2012-01-29 23:04 ` Eric Nelson
2012-01-30 2:36 ` Marek Vasut
2012-01-30 18:10 ` Eric Nelson
2012-01-30 18:28 ` Marek Vasut
2012-01-30 18:35 ` Dirk Behme
2012-01-30 19:36 ` Eric Nelson
2012-01-29 18:59 ` [U-Boot] [PATCH V4 7/7] mx6q: mx6qsabrelite: Conditionally define macros for environment in serial flash Eric Nelson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201201292017.50529.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox