All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chin Liang See <clsee@altera.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/4] arm: socfpga: socrates: Enabling U-Boot environment in QSPI
Date: Sun, 13 Dec 2015 08:16:35 +0800	[thread overview]
Message-ID: <1449965795.2601.34.camel@altera.com> (raw)
In-Reply-To: <20151212225047.GB2332@amd>

On Sat, 2015-12-12 at 23:50 +0100, Pavel Machek wrote:
> On Sat 2015-12-12 08:47:41, 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>
> 
> 
> 
> > --- a/include/configs/socfpga_socrates.h
> > +++ b/include/configs/socfpga_socrates.h
> > @@ -54,9 +54,15 @@
> >  
> >  #endif
> >  
> > +/* U-Boot environment */
> >  #define CONFIG_ENV_IS_IN_MMC
> > +#ifdef CONFIG_ENV_IS_IN_MMC
> >  #define CONFIG_SYS_MMC_ENV_DEV		0	/* device 0
> > */
> >  #define CONFIG_ENV_OFFSET		512	/* just after
> > the MBR */
> > +#elif CONFIG_ENV_IS_IN_SPI_FLASH
> > +#define CONFIG_ENV_SECT_SIZE		(64 * 1024)
> > +#define CONFIG_ENV_OFFSET		0x400000
> > +#endif
> 
> This configuration is again shared with all the boards that have NOR,
> right? So time to create include/configs/socfpga_spi_nor.h or
> something like that?
> 

I can consolidate too into socfpga_common.h

Thanks
Chin Liang

> Thanks,								
> 	Pavel

  reply	other threads:[~2015-12-13  0:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-12  0:47 [U-Boot] [PATCH v2 1/4] arm: socfpga: cyclone5-socdk: Enabling U-Boot environment in QSPI Chin Liang See
2015-12-12  0:47 ` [U-Boot] [PATCH v2 2/4] arm: socfpga: arria5-socdk: " Chin Liang See
2015-12-12  0:47 ` [U-Boot] [PATCH v2 3/4] arm: socfpga: sockit: " Chin Liang See
2015-12-12  0:47 ` [U-Boot] [PATCH v2 4/4] arm: socfpga: socrates: " Chin Liang See
2015-12-12 22:50   ` Pavel Machek
2015-12-13  0:16     ` Chin Liang See [this message]
2015-12-12  3:23 ` [U-Boot] [PATCH v2 1/4] arm: socfpga: cyclone5-socdk: " Marek Vasut
2015-12-12  6:17   ` Chin Liang See
2015-12-12 15:39     ` Marek Vasut

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=1449965795.2601.34.camel@altera.com \
    --to=clsee@altera.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 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.