[PATCH 0/3] sandbox: prepare for static checkers
Holger Schurig
holgerschurig at gmail.com
Tue Jul 22 00:57:19 PDT 2014
From: Holger Schurig <holgerschurig at gmail.com>
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 (3):
sandbox: disable bareboxcrc32 in sandbox mode
sandbox: allow "make ARCH=sandbox allyesconfig"
sandbox: work around missing of_add_memory_bank()
arch/arm/Kconfig | 2 ++
arch/nios2/Kconfig | 1 +
arch/openrisc/Kconfig | 1 +
arch/ppc/Kconfig | 1 +
common/Kconfig | 17 +++++++++++++++++
drivers/ata/Kconfig | 1 +
drivers/input/Kconfig | 2 +-
drivers/net/Kconfig | 4 ++++
drivers/of/base.c | 2 ++
drivers/regulator/Kconfig | 1 +
drivers/usb/host/Kconfig | 1 +
drivers/video/imx-ipu-v3/Kconfig | 1 +
12 files changed, 33 insertions(+), 1 deletion(-)
--
1.8.5.2
More information about the barebox
mailing list