mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/20] First batch of randconfig fixes
@ 2014-11-24 11:06 Lucas Stach
  2014-11-24 11:06 ` [PATCH 01/20] firmware: socfpga: depend on ARCH_SOCFPGA Lucas Stach
                   ` (21 more replies)
  0 siblings, 22 replies; 29+ messages in thread
From: Lucas Stach @ 2014-11-24 11:06 UTC (permalink / raw)
  To: barebox

This series is the first batch of fixes for errors found by doing
some randconfig builds. Seems we have a good way to go, currently
*all* randconfig builds produced at least one error.

Sascha, are you ok with applying such patches to master? That's the
branch Sisyphus is currently using for doing those tests. If you would
rather like those patches to go into -next please tell me, so I can
adapt Sisyphus to build that in order to keep a resonably short loop
between tests and fixes.

Lucas Stach (20):
  firmware: socfpga: depend on ARCH_SOCFPGA
  firmware: altera-serial: depend on SPI
  firmware: altera-serial: don't try to check void return value
  firmware: altera-serial: fix printf message
  common: firmware: include libfile
  arm: imx: select MFD_MC13XXX for all boards that need it
  arm: imx: select I2C for all boards that need it in their board init
  arm: imx: pca100: select USB ULPI support
  arm: imx: nand update handler depends on MTD layer
  arm: imx: properly stub out NAND bbu handler
  arm: phyflex-imx6: move common.h before other includes
  video: ipuv3: select OFDEVICE for HDMI and LVDS
  mci: esdhc: add back PIO_TIMEOUT
  arm: don't allow to select BUILTIN_DTB when building multiimage
  arm: fill BUILTIN_DTB_NAME for boards that still use this option
  net: ethoc: depend on OPENRISC
  blspec: depend on, not select flexible bootargs
  common: menu needs PROCESS_ESCAPE_SEQUENCE
  usb: gadget: fastboot: select BANNER
  lib: decompress_xz: fix function header to match prototype

 arch/arm/Kconfig                            |  6 ++++++
 arch/arm/boards/phytec-phyflex-imx6/board.c |  2 +-
 arch/arm/mach-imx/Kconfig                   | 24 ++++++++++++++++++++++++
 arch/arm/mach-imx/include/mach/bbu.h        | 12 +++++++-----
 common/Kconfig                              |  3 ++-
 common/firmware.c                           |  1 +
 drivers/firmware/Kconfig                    |  2 ++
 drivers/firmware/altera_serial.c            |  6 ++----
 drivers/mci/imx-esdhc.h                     |  2 ++
 drivers/net/Kconfig                         |  1 +
 drivers/usb/gadget/Kconfig                  |  1 +
 drivers/video/imx-ipu-v3/Kconfig            |  2 ++
 include/linux/xz.h                          |  8 ++++----
 lib/decompress_unxz.c                       |  8 ++++----
 14 files changed, 59 insertions(+), 19 deletions(-)

-- 
2.1.1


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

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

end of thread, other threads:[~2014-11-26 20:00 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24 11:06 [PATCH 00/20] First batch of randconfig fixes Lucas Stach
2014-11-24 11:06 ` [PATCH 01/20] firmware: socfpga: depend on ARCH_SOCFPGA Lucas Stach
2014-11-24 11:06 ` [PATCH 02/20] firmware: altera-serial: depend on SPI Lucas Stach
2014-11-24 11:06 ` [PATCH 03/20] firmware: altera-serial: don't try to check void return value Lucas Stach
2014-11-24 11:06 ` [PATCH 04/20] firmware: altera-serial: fix printf message Lucas Stach
2014-11-24 11:06 ` [PATCH 05/20] common: firmware: include libfile Lucas Stach
2014-11-24 11:06 ` [PATCH 06/20] arm: imx: select MFD_MC13XXX for all boards that need it Lucas Stach
2014-11-24 11:06 ` [PATCH 07/20] arm: imx: select I2C for all boards that need it in their board init Lucas Stach
2014-11-24 11:06 ` [PATCH 08/20] arm: imx: pca100: select USB ULPI support Lucas Stach
2014-11-24 12:48   ` Sascha Hauer
2014-11-24 11:06 ` [PATCH 09/20] arm: imx: nand update handler depends on MTD layer Lucas Stach
2014-11-24 11:06 ` [PATCH 10/20] arm: imx: properly stub out NAND bbu handler Lucas Stach
2014-11-24 12:50   ` Sascha Hauer
2014-11-24 11:06 ` [PATCH 11/20] arm: phyflex-imx6: move common.h before other includes Lucas Stach
2014-11-24 12:52   ` Sascha Hauer
2014-11-24 11:06 ` [PATCH 12/20] video: ipuv3: select OFDEVICE for HDMI and LVDS Lucas Stach
2014-11-24 11:06 ` [PATCH 13/20] mci: esdhc: add back PIO_TIMEOUT Lucas Stach
2014-11-24 11:06 ` [PATCH 14/20] arm: don't allow to select BUILTIN_DTB when building multiimage Lucas Stach
2014-11-24 11:06 ` [PATCH 15/20] arm: fill BUILTIN_DTB_NAME for boards that still use this option Lucas Stach
2014-11-24 11:06 ` [PATCH 16/20] net: ethoc: depend on OPENRISC Lucas Stach
2014-11-24 12:57   ` Sascha Hauer
2014-11-24 11:06 ` [PATCH 17/20] blspec: depend on, not select flexible bootargs Lucas Stach
2014-11-24 12:59   ` Sascha Hauer
2014-11-25 17:00     ` Lucas Stach
2014-11-24 11:06 ` [PATCH 18/20] common: menu needs PROCESS_ESCAPE_SEQUENCE Lucas Stach
2014-11-24 11:06 ` [PATCH 19/20] usb: gadget: fastboot: select BANNER Lucas Stach
2014-11-24 11:07 ` [PATCH 20/20] lib: decompress_xz: fix function header to match prototype Lucas Stach
2014-11-24 13:03 ` [PATCH 00/20] First batch of randconfig fixes Sascha Hauer
2014-11-26 19:59 ` Sascha Hauer

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