All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Hershberger <joe.hershberger@ni.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] sandbox: dt: sandbox.dts set skip-localhost = <1>
Date: Mon, 15 Oct 2018 21:52:30 +0000	[thread overview]
Message-ID: <CANr=Z=ZaL8qCHSBMVRYCeLW51pjOcqKzh6hyAtWYq9vMZR6qGQ@mail.gmail.com> (raw)
In-Reply-To: <20181014192716.10827-1-xypron.glpk@gmx.de>

On Sun, Oct 14, 2018 at 2:27 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> The local interface is not usable for many network operations. It has been
> disabled in all sandbox device trees except sandbox.dts. Let's disable it
> here too.
>
> 'bootefi selftest' tries to do execute DHCP.  This fails on the lo device.

Shouldn't the tests be using test.dts? This is for hand testing, where
it can be available, and people can use it or not by specifying
ethact.

>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  arch/sandbox/dts/sandbox.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
> index fb866e8807..e0990352fb 100644
> --- a/arch/sandbox/dts/sandbox.dts
> +++ b/arch/sandbox/dts/sandbox.dts
> @@ -49,7 +49,7 @@
>
>         ethrawbus {
>                 compatible = "sandbox,eth-raw-bus";
> -               skip-localhost = <0>;
> +               skip-localhost = <1>;
>         };
>
>         eth at 10002000 {
> --
> 2.19.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

  reply	other threads:[~2018-10-15 21:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-14 19:27 [U-Boot] [PATCH 1/1] sandbox: dt: sandbox.dts set skip-localhost = <1> Heinrich Schuchardt
2018-10-15 21:52 ` Joe Hershberger [this message]
2018-10-16  0:19   ` Heinrich Schuchardt
2018-10-16  4:36     ` Joe Hershberger
2018-10-16 16:22       ` Heinrich Schuchardt
2018-10-16 18:27         ` Joe Hershberger

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='CANr=Z=ZaL8qCHSBMVRYCeLW51pjOcqKzh6hyAtWYq9vMZR6qGQ@mail.gmail.com' \
    --to=joe.hershberger@ni.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.