mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] sandbox: prepare for static checkers
@ 2014-07-22  7:57 Holger Schurig
  2014-07-22 19:36 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Holger Schurig @ 2014-07-22  7:57 UTC (permalink / raw)
  To: barebox

From: Holger Schurig <holgerschurig@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/3] sandbox: prepare for static checkers
  2014-07-22  7:57 [PATCH 0/3] sandbox: prepare for static checkers Holger Schurig
@ 2014-07-22 19:36 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-07-22 19:36 UTC (permalink / raw)
  To: Holger Schurig; +Cc: barebox

On Tue, Jul 22, 2014 at 09:57:19AM +0200, Holger Schurig wrote:
> From: Holger Schurig <holgerschurig@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()

Applied 1/3 and 2/3 for now.

Sascha

> 
>  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
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-22 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  7:57 [PATCH 0/3] sandbox: prepare for static checkers Holger Schurig
2014-07-22 19:36 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox