From: Holger Schurig <holgerschurig@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] sandbox: prepare for static checkers
Date: Thu, 26 Jun 2014 10:49:13 +0200 [thread overview]
Message-ID: <1403772557-28482-1-git-send-email-holgerschurig@gmail.com> (raw)
I want to use different compilers and static checkers (e.g. clang's
scan-build) on Barebox. As a preparatory step I want to maximize code
coverage in an non-crosscompilation environment.
This patch set prepares the tree so that "make ARCH=sandbox allyesconfig"
followed by "make ARCH=sandbox" works and compiles warning free, at least
with Debian's gcc-4.6.
Holger Schurig (4):
commands: include missing header
sandbox: only access of_add_memory_bank if it's defined
sandbox: add bit manipulation stuff
sandbox: allow "make ARCH=sandbox allyesconfig"
arch/sandbox/include/asm/bitops.h | 7 +++++++
commands/linux_exec.c | 1 +
common/Kconfig | 21 +++++++++++++++++++++
drivers/ata/Kconfig | 1 +
drivers/input/Kconfig | 2 +-
drivers/net/Kconfig | 4 ++++
drivers/of/base.c | 6 ++++++
drivers/regulator/Kconfig | 1 +
drivers/usb/host/Kconfig | 1 +
drivers/video/imx-ipu-v3/Kconfig | 1 +
10 files changed, 44 insertions(+), 1 deletion(-)
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2014-06-26 8:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1403772557-28482-1-git-send-email-holgerschurig@gmail.com \
--to=holgerschurig@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