linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: get a strict multiplatform kernel that can run on any hardware
@ 2014-10-21 14:11 Xia Kaixu
  2014-10-21 14:11 ` [PATCH 1/4] ARM: introduce a CONFIG_ARCH_MULTIPLATFORM_STRICT Kconfig option Xia Kaixu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xia Kaixu @ 2014-10-21 14:11 UTC (permalink / raw)
  To: linux-arm-kernel

The current allmodconfig kernel boot fails on OMAP4460. There
are several configuration options that can only work on a subset
of the available machines, and enabling them will break other
machines that may be enabled in a multiplatform kernel.

Now we introduce a CONFIG_ARCH_MULTIPLATFORM_STRICT Kconfig 
option that prevent those other options from getting enabled
and get a strict multiplatform kernel.

This patch set is not complete yet(missing the console).

I am not sure who will pick up this patch set, so I just send 
it to arm at kernel.org and rmk.

Xia Kaixu (4):
  ARM: introduce a CONFIG_ARCH_MULTIPLATFORM_STRICT Kconfig option
  ARM: change the corresponding arm/mach defconfigs
  ARM: restrict CPU_BIG_ENDIAN configuration option
  ARM: allow errata and XIP options to be enabled without ARCH_MULTIPLATFORM_STRICT

 arch/arm/Kconfig                   | 28 +++++++++++++++++++++-------
 arch/arm/configs/bcm2835_defconfig |  1 +
 arch/arm/configs/moxart_defconfig  |  1 +
 arch/arm/configs/s5pv210_defconfig |  1 +
 arch/arm/configs/tegra_defconfig   |  1 +
 arch/arm/mm/Kconfig                |  1 +
 6 files changed, 26 insertions(+), 7 deletions(-)

-- 
2.1.1

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

end of thread, other threads:[~2014-10-21 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 14:11 [PATCH 0/4] ARM: get a strict multiplatform kernel that can run on any hardware Xia Kaixu
2014-10-21 14:11 ` [PATCH 1/4] ARM: introduce a CONFIG_ARCH_MULTIPLATFORM_STRICT Kconfig option Xia Kaixu
2014-10-21 14:11 ` [PATCH 2/4] ARM: change the corresponding arm/mach defconfigs Xia Kaixu
2014-10-21 14:11 ` [PATCH 3/4] ARM: restrict CPU_BIG_ENDIAN configuration option Xia Kaixu
2014-10-21 14:11 ` [PATCH 4/4] ARM: allow errata and XIP options to be enabled without ARCH_MULTIPLATFORM_STRICT Xia Kaixu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).