From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: socfpga: Enabling U-Boot environment support in QSPI
Date: Wed, 24 Feb 2016 18:44:40 +0100 [thread overview]
Message-ID: <56CDEC08.9060906@denx.de> (raw)
In-Reply-To: <1456303822-2638-1-git-send-email-clsee@altera.com>
On 02/24/2016 09:50 AM, Chin Liang See wrote:
> Enabling the support of storing U-Boot environment
> within serial NOR flash. By default, its still
> store into SDMMC
>
> Signed-off-by: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux@gmail.com>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Roese <sr@denx.de>
I am fine with the patch, but why did I receive it thrice ? ;-)
> ---
> include/configs/socfpga_common.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
> index a09e906..c1eef54 100644
> --- a/include/configs/socfpga_common.h
> +++ b/include/configs/socfpga_common.h
> @@ -291,6 +291,12 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
> #define CONFIG_ENV_OFFSET 512 /* just after the MBR */
> #endif
>
> +/* Environment for QSPI boot */
> +#if defined(CONFIG_ENV_IS_IN_SPI_FLASH) && !defined(CONFIG_ENV_OFFSET)
> +#define CONFIG_ENV_OFFSET 0x00100000
> +#define CONFIG_ENV_SECT_SIZE (64 * 1024)
> +#endif
> +
> /*
> * mtd partitioning for serial NOR flash
> *
>
next prev parent reply other threads:[~2016-02-24 17:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 8:50 [U-Boot] [PATCH] arm: socfpga: Enabling U-Boot environment support in QSPI Chin Liang See
2016-02-24 17:44 ` Marek Vasut [this message]
2016-02-26 13:06 ` Chin Liang See
2016-02-26 18:08 ` Marek Vasut
2016-03-01 6:38 ` Chin Liang See
2016-03-01 13:51 ` Marek Vasut
2016-03-02 12:25 ` Chin Liang See
-- strict thread matches above, loose matches on Subject: below --
2016-02-24 8:40 Chin Liang See
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=56CDEC08.9060906@denx.de \
--to=marex@denx.de \
--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 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.