From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 00/15] env: Multiple env support and env transition for sunxi
Date: Wed, 17 Jan 2018 14:27:50 +0100 [thread overview]
Message-ID: <20180117132750.3rfiumpddajdw3pe@flea.lan> (raw)
In-Reply-To: <20180117130134.GB4660@bill-the-cat>
On Wed, Jan 17, 2018 at 08:01:34AM -0500, Tom Rini wrote:
> On Wed, Jan 17, 2018 at 09:58:53AM +0100, Maxime Ripard wrote:
> > Hi,
> >
> > On Tue, Jan 16, 2018 at 04:56:49PM -0500, Tom Rini wrote:
> > > On Tue, Jan 16, 2018 at 10:16:36AM +0100, Maxime Ripard wrote:
> > > > Hi,
> > > >
> > > > Here is a second attempt at transitioning away from the MMC raw environment
> > > > to a FAT-based one for Allwinner SoCs. Since the RFC was quite well
> > > > received, I actually tested it and fixed a few rough edges.
> > > >
> > > > You'll find the first RFC here for reference:
> > > > https://lists.denx.de/pipermail/u-boot/2017-October/310111.html
> > > >
> > > > And the second that originated in this series:
> > > > https://lists.denx.de/pipermail/u-boot/2017-November/311608.html
> > > >
> > > > I gave it a travis run, and one test seems to fail in one test:
> > > > https://travis-ci.org/mripard/u-boot/jobs/329229382
> > > >
> > > > I really cannot really make any sense of why a change in the way the
> > > > environment loads could affect the operation of a DHCP client. Is there a
> > > > way to reproduce locally?
> > >
> > > In this case, roughly, clone https://github.com/swarren/uboot-test-hooks
> > > and then:
> > > $ export PATH=${PATH}:/path/to/uboot-test-hooks/bin
> > > $ export PYTHONPATH=/path/to/uboot-test-hooks/py/travis-ci:${PYTHONPATH}
> > > $ export UBOOT_TRAVIS_BUILD_DIR=`cd .. && pwd`/.bm-work/$1
> > > $ ./test/py/test.py --bd vexpress_ca15_tc2 --build-dir "$UBOOT_TRAVIS_BUILD_DIR" -k 'net'
> >
> > Thanks, I had to tweak it a bit to add --id qemu, and copy the
> > conf.vexpress_ca15_tc2_qemu file in a directory with my hostname in
> > the uboot-test-hooks repo.
>
> Ah right, yes, oops. I quickly grabbed bits out of my local wrapper
> script around it.
Don't worry, I was on a good enough path :)
> > And this is really getting weird, since the tests passes on my
> > machine:
> > http://code.bulix.org/rp6z29-258577
>
> Does it repeatedly fail in travis (which, uh, stopped working for me
> yesterday, I haven't seen if it's un-wedged today)? You can restart a
> specific sub-job rather than the whole.
It was repeatedly failing for that commit, but I reordered a few
commits since (and I tested the new branch on my machine). I triggered
a new build on travis that is currently running, but is taking a long
time to complete. I'll let you know the results.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180117/009b0185/attachment.sig>
prev parent reply other threads:[~2018-01-17 13:27 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-16 9:16 [U-Boot] [PATCH v2 00/15] env: Multiple env support and env transition for sunxi Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 01/15] cmd: nvedit: Get rid of the env lookup Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 02/15] env: Rename env_driver_lookup_default and env_get_default_location Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 03/15] env: Pass additional parameters to the env lookup function Maxime Ripard
2018-01-17 22:03 ` Simon Glass
2018-01-18 14:54 ` Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 04/15] env: Make the env save message a bit more explicit Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 05/15] env: Make it explicit where we're loading our environment from Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 06/15] env: fat: Make the debug messages play a little nicer Maxime Ripard
2018-01-17 22:03 ` Simon Glass
2018-01-18 15:12 ` Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 07/15] env: mmc: " Maxime Ripard
2018-01-17 22:07 ` Simon Glass
2018-01-16 9:16 ` [U-Boot] [PATCH v2 08/15] env: common: " Maxime Ripard
2018-01-17 22:07 ` Simon Glass
2018-01-16 9:16 ` [U-Boot] [PATCH v2 09/15] env: Support multiple environments Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 10/15] env: Initialise all the environments Maxime Ripard
2018-01-17 22:07 ` Simon Glass
2018-01-16 9:16 ` [U-Boot] [PATCH v2 11/15] env: mmc: depends on the MMC framework Maxime Ripard
2018-01-17 22:07 ` Simon Glass
2018-01-16 9:16 ` [U-Boot] [PATCH v2 12/15] env: Allow to build multiple environments in Kconfig Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak Maxime Ripard
2018-01-17 22:07 ` Simon Glass
2018-01-18 17:21 ` Maxime Ripard
2018-01-22 0:29 ` Simon Glass
2018-01-22 12:46 ` Maxime Ripard
2018-01-22 12:49 ` Tom Rini
2018-01-22 15:57 ` Maxime Ripard
2018-01-22 16:36 ` Tom Rini
2018-01-22 16:48 ` Simon Glass
2018-01-22 17:08 ` Tom Rini
2018-01-16 9:16 ` [U-Boot] [PATCH v2 14/15] sunxi: Transition from the MMC to a FAT-based environment Maxime Ripard
2018-01-16 9:16 ` [U-Boot] [PATCH v2 15/15] env: sunxi: Enable FAT-based environment support by default Maxime Ripard
2018-01-16 21:56 ` [U-Boot] [PATCH v2 00/15] env: Multiple env support and env transition for sunxi Tom Rini
2018-01-17 8:58 ` Maxime Ripard
2018-01-17 13:01 ` Tom Rini
2018-01-17 13:27 ` Maxime Ripard [this message]
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=20180117132750.3rfiumpddajdw3pe@flea.lan \
--to=maxime.ripard@free-electrons.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