From: Dalon Westergreen <dwesterg@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/8] arm: socfpga: Add distro boot to socfpga common header
Date: Sun, 19 Feb 2017 12:44:58 -0800 [thread overview]
Message-ID: <1487537098.13957.14.camel@gmail.com> (raw)
In-Reply-To: <a9b4f454-92de-2c14-11a9-7cf89c76852b@denx.de>
On Sun, 2017-02-19 at 21:35 +0100, Marek Vasut wrote:
> On 02/19/2017 09:20 PM, Dalon Westergreen wrote:
> >
> > This adds a common environment and support for distro boot
> > in the common socfpga header.
> >
> > Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
> > Acked-by: Marek Vasut <marex@denx.de>
> >
> > --
> > Changes in v4:
> > ?- Move env back to being right after the MBR
> > Changes in v3:
> > ?- fix spacing between asterix
> > ?- remove verify=n as a default setting
> >
> > Changes in v2:
> > ?- Remove unneeded CONFIG_BOOTFILE and fdt_addr
> > ?- cleanup spacing in MMC env size
> > ---
> > ?include/configs/socfpga_common.h | 52 ++++++++++++++++++++++++++++++++++++-
> > ---
> > ?1 file changed, 48 insertions(+), 4 deletions(-)
> >
> > diff --git a/include/configs/socfpga_common.h
> > b/include/configs/socfpga_common.h
> > index 582b04a..55e0bf9 100644
> > --- a/include/configs/socfpga_common.h
> > +++ b/include/configs/socfpga_common.h
> > @@ -67,6 +67,9 @@
> > ?#define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
> > ?#endif
> > ?
> > +#define CONFIG_CMD_PXE
> > +#define CONFIG_MENU
> > +
> > ?/*
> > ? * Cache
> > ? */
> > @@ -245,13 +248,13 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
> > ? * U-Boot environment
> > ? */
> > ?#if !defined(CONFIG_ENV_SIZE)
> > -#define CONFIG_ENV_SIZE 4096
> > +#define CONFIG_ENV_SIZE (8 * 1024)
> > ?#endif
> > ?
> > ?/* Environment for SDMMC boot */
> > ?#if defined(CONFIG_ENV_IS_IN_MMC) && !defined(CONFIG_ENV_OFFSET)
> > -#define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */
> > -#define CONFIG_ENV_OFFSET 512 /* just after the MBR
> > */
> > +#define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */
> > +#define CONFIG_ENV_OFFSET 512 /* just after the MBR */
> > ?#endif
>
> You could've just dropped this part then ;-)
>
> IMO the series is fine, let's see what others have to say ...
>
im still a bit of a git novice... :)
next prev parent reply other threads:[~2017-02-19 20:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-19 20:20 [U-Boot] [PATCH v4 0/8] arm: socfpga: Move to using distro boot Dalon Westergreen
2017-02-19 20:20 ` [U-Boot] [PATCH v4 1/8] arm: socfpga: Add distro boot to socfpga common header Dalon Westergreen
2017-02-19 20:35 ` Marek Vasut
2017-02-19 20:44 ` Dalon Westergreen [this message]
2017-02-19 20:49 ` Marek Vasut
2017-03-05 10:42 ` Frank Kunz
2017-02-19 20:20 ` [U-Boot] [PATCH v4 2/8] arm: socfpga: DE0 use environment in " Dalon Westergreen
2017-02-19 20:20 ` [U-Boot] [PATCH v4 3/8] arm: socfpga: A5 SoCDK " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 4/8] arm: socfpga: C5 " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 5/8] arm: socfpga: DE1 " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 6/8] arm: socfpga: SoCKit " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 7/8] arm: socfpga: Socrates " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 8/8] arm: socfpga: sr1500 " Dalon Westergreen
2017-02-20 6:29 ` Stefan Roese
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=1487537098.13957.14.camel@gmail.com \
--to=dwesterg@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