All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] ts-xen-build: Enable ITS driver in Xen
@ 2018-11-30 15:23 Julien Grall
  0 siblings, 0 replies; only message in thread
From: Julien Grall @ 2018-11-30 15:23 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, ian.jackson

The ITS driver was added in Xen 4.10 as a technical preview feature.
However, it is required in order to boot Xen as Thunder-X because
PCI devices don't support legacy interrupt.

So enable CONFIG_ITS in our Xen build.

Signed-off-by: Julien Grall <julien.grall@arm.com>
---
 ts-xen-build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ts-xen-build b/ts-xen-build
index c5d2a1d..dedf474 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -126,6 +126,10 @@ END
 		echo >>xen/.config CONFIG_EXPERT=y
 		echo >>xen/.config CONFIG_HVM_FEP=y
 		echo >>xen/.config CONFIG_VERBOSE_DEBUG=y
+		# ITS driver is required to boot the Hardware Domain
+		# on Xen. For now (Xen 4.10/4.11 at at least),
+		# will be not built by default and gated by expert mode
+		echo >>xen/.config CONFIG_HAS_ITS=y
 	fi
 END
                );
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-30 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 15:23 [PATCH OSSTEST] ts-xen-build: Enable ITS driver in Xen Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.