* [PATCH 0/4] sandbox: prepare for static checkers
@ 2014-06-26 8:49 Holger Schurig
0 siblings, 0 replies; only message in thread
From: Holger Schurig @ 2014-06-26 8:49 UTC (permalink / raw)
To: barebox
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-26 8:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26 8:49 [PATCH 0/4] sandbox: prepare for static checkers Holger Schurig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox