public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dalon Westergreen <dwesterg@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/8] arm: socfpga: Add distro boot to socfpga common header
Date: Sat, 18 Feb 2017 19:22:05 -0800	[thread overview]
Message-ID: <1487474525.13754.8.camel@gmail.com> (raw)
In-Reply-To: <fc199f9a-cb7e-f7a4-d22a-57c717e2fa75@denx.de>

On Sun, 2017-02-19 at 03:28 +0100, Marek Vasut wrote:
> On 02/19/2017 02:52 AM, 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>
> > 
> > --
> > Changes in V2:
> > ?- Remove unneeded CONFIG_BOOTFILE and fdt_addr
> > ?- cleanup spacing in MMC env size
> > ---
> > ?include/configs/socfpga_common.h | 53
> > +++++++++++++++++++++++++++++++++++++---
> > ?1 file changed, 49 insertions(+), 4 deletions(-)
> > 
[...]
> > +#define BOOT_TARGET_DEVICES(func) \
> > +	BOOT_TARGET_DEVICES_MMC(func) \
> > +	BOOT_TARGET_DEVICES_PXE(func) \
> > +	func(DHCP, dhcp, na)
> > +
> > +#include <config_distro_bootcmd.h>
> > +
> > +#ifndef CONFIG_EXTRA_ENV_SETTINGS
> > +#define CONFIG_EXTRA_ENV_SETTINGS \
> > +	"verify=n\0" \
> 
> This is still here ...

okay, i think i misunderstood what you meant... i am removing
verify=n b/c i dont believe it is wise as a default, but as
far as fdtfile my intent is to keep it. ?sysboot / extlinux
uses ${soc}-${board}.dtb as the default devicetree which will
result in socfpga-sr1500.dtb as an example. ?sysboot will however
use ${fdtfile} first if found.

> > 
> > +	"fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
> > +	"bootm_size=0xa000000\0" \
> > +	"kernel_addr_r="__stringify(CONFIG_SYS_LOAD_ADDR)"\0" \
> > +	"fdt_addr_r=0x02000000\0" \
> > +	"scriptaddr=0x02100000\0" \
> > +	"pxefile_addr_r=0x02200000\0" \
> > +	"ramdisk_addr_r=0x02300000\0" \
> > +	BOOTENV
> > +
> > +#endif
> > +#endif
> > +
> > ?#endif	/* __CONFIG_SOCFPGA_COMMON_H__ */
> > 

--dalon

  reply	other threads:[~2017-02-19  3:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19  1:51 [U-Boot] [PATCH v2 0/8] arm: socfpga: Move to using distro boot Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 1/8] arm: socfpga: Add distro boot to socfpga common header Dalon Westergreen
2017-02-19  2:28   ` Marek Vasut
2017-02-19  3:22     ` Dalon Westergreen [this message]
2017-02-19 10:31       ` Marek Vasut
2017-02-19  1:52 ` [U-Boot] [PATCH v2 2/8] arm: socfpga: DE0 use environment in " Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 3/8] arm: socfpga: A5 SoCDK " Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 4/8] arm: socfpga: C5 " Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 5/8] arm: socfpga: DE1 " Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 6/8] arm: socfpga: SoCKit " Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 7/8] arm: socfpga: Socrates " Dalon Westergreen
2017-02-19  1:52 ` [U-Boot] [PATCH v2 8/8] arm: socfpga: sr1500 " Dalon Westergreen
2017-02-19  2:29 ` [U-Boot] [PATCH v2 0/8] arm: socfpga: Move to using distro boot 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=1487474525.13754.8.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