From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/7 v2] globalvar: add multiple device support
Date: Wed, 13 Mar 2013 19:01:00 +0100 [thread overview]
Message-ID: <20130313180100.GJ1568@game.jcrosoft.org> (raw)
HI,
v2:
fix bootargs
this will allow to reduce the scope of device and params to search
during boot time
we keep the retro compatibility
The following changes since commit 092bfd5eb55d1b2d7ed098aa9723a2fa63b86192:
fix another brown paper bag bug introduced with compile time loglevel (2013-03-06 23:53:04 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/globalvar
for you to fetch changes up to 2a749c4b65f823da50537798a2feeaf4a01d2212:
bootargs: switch globalvar to it's own device (2013-03-13 14:35:29 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (7):
params: allow to access first sub-device and params via env
globalvar: add it's own bus
globalvar: allow to register multiple device
net: switch to global device
dhcp: switch globalvar to it's own device
bootm: switch globalvar to it's own device
bootargs: switch globalvar to it's own device
commands/bootm.c | 20 +++++++++++++-------
commands/global.c | 41 +++++++++++++++++++++++++++++++++--------
common/bootargs.c | 14 ++++++++++++--
common/complete.c | 45 ++++++++++++++++++++++++++++++++++++++++-----
common/globalvar.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
include/globalvar.h | 26 ++++++++++++++++++++++++++
lib/parameter.c | 41 ++++++++++++++++++++++++++++++++++++++++-
net/dhcp.c | 40 ++++++++--------------------------------
net/net.c | 15 +++++++--------
9 files changed, 311 insertions(+), 81 deletions(-)
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-03-13 18:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-13 18:01 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-03-13 18:05 ` [PATCH 1/7] params: allow to access first sub-device and params via env Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 18:05 ` [PATCH 2/7] globalvar: add it's own bus Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 18:05 ` [PATCH 3/7] globalvar: allow to register multiple device Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 18:05 ` [PATCH 4/7] net: switch to global device Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 18:05 ` [PATCH 5/7] dhcp: switch globalvar to it's own device Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 18:05 ` [PATCH 6/7] bootm: " Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 18:05 ` [PATCH 7/7] bootargs: " Jean-Christophe PLAGNIOL-VILLARD
2013-03-15 8:12 ` [PATCH 0/7 v2] globalvar: add multiple device support 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=20130313180100.GJ1568@game.jcrosoft.org \
--to=plagnioj@jcrosoft.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