From: Vivien Didelot <vivien.didelot@gmail.com>
To: barebox@lists.infradead.org
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>,
Vivien Didelot <vivien.didelot@gmail.com>
Subject: [PATCH] ARM: zii-vf610-dev: disable eth1
Date: Mon, 20 May 2019 20:43:45 -0400 [thread overview]
Message-ID: <20190521004345.2396-1-vivien.didelot@gmail.com> (raw)
The current support for the ZII Dev Boards time out on eth1 when
booting from net, which takes a while:
Booting entry 'net'
eth0: 100Mbps full duplex link detected
T T T eth0: DHCP client bound to address 192.168.203.22
WARNING: eth1: No MAC address set. Using random address 3a:e8:f7:52:55:6d
T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T
Loading ARM Linux zImage '/mnt/tftp/none-linux-zii-dev-rev-b-2'
eth1 is the DSA master interface and has no use within barebox,
so disable the interface to allow Barebox to boot right away from eth0.
Suggested-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
---
.../zii-vf610-dev/defaultenv-zii-vf610-dev/nv/dev.eth1.mode | 1 +
1 file changed, 1 insertion(+)
create mode 100644 arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/nv/dev.eth1.mode
diff --git a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/nv/dev.eth1.mode b/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/nv/dev.eth1.mode
new file mode 100644
index 000000000..87e7bdaae
--- /dev/null
+++ b/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/nv/dev.eth1.mode
@@ -0,0 +1 @@
+disabled
\ No newline at end of file
--
2.21.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-05-21 0:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-21 0:43 Vivien Didelot [this message]
2019-05-23 7:07 ` Sascha Hauer
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=20190521004345.2396-1-vivien.didelot@gmail.com \
--to=vivien.didelot@gmail.com \
--cc=andrew.smirnov@gmail.com \
--cc=barebox@lists.infradead.org \
/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