qemu_v8: add tianocore as edk2 repository

Adds https://github.com/tianocore as edk2 repository

Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Change-Id: I5114063f6da98c03add52c7e9b81854ad7e02405
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/qemu_v8.xml b/qemu_v8.xml
index 80cd225..26d7a05 100644
--- a/qemu_v8.xml
+++ b/qemu_v8.xml
@@ -4,6 +4,7 @@
 	<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
 	<remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" />
 	<remote name="optee" fetch="https://github.com/OP-TEE" />
+        <remote name="tianocore" fetch="https://github.com/tianocore" />
 	<remote name="qemu" fetch="https://github.com/qemu" />
 	<remote name="sfnet" fetch="http://git.code.sf.net/p/strace" />
 
@@ -33,6 +34,9 @@
 	<!-- We're using Linaro SWG for ARM-TF until merged officially -->
 	<project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="refs/heads/optee_v2.1.0_paged_armtf_v1.2" />
 
+        <!-- Tianocore, EDK2 -->
+        <project remote="tianocore" path="edk2" name="edk2.git" />
+
 	<!-- strace -->
 	<project remote="sfnet" path="strace" name="code" />