]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-xen-build: Enable ITS driver in Xen
authorJulien Grall <julien.grall@arm.com>
Fri, 30 Nov 2018 15:23:42 +0000 (15:23 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 10 Apr 2019 14:14:15 +0000 (15:14 +0100)
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

index 6ddfc5332d8692e3edb1c398b679636516d8574a..1762cd613a770c3b53c2b197818b1e20cdc7962f 100755 (executable)
@@ -128,6 +128,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
                );