From patchwork Wed Nov 23 13:24:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 9443537 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7111460779 for ; Wed, 23 Nov 2016 14:44:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 655B7265B9 for ; Wed, 23 Nov 2016 14:44:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 59E5126CF9; Wed, 23 Nov 2016 14:44:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CDC23265B9 for ; Wed, 23 Nov 2016 14:44:01 +0000 (UTC) Received: from localhost ([::1]:34272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9YmG-0007rN-UU for patchwork-qemu-devel@patchwork.kernel.org; Wed, 23 Nov 2016 09:44:00 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9XXp-0000Ru-R1 for qemu-devel@nongnu.org; Wed, 23 Nov 2016 08:25:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9XXm-0005N2-ML for qemu-devel@nongnu.org; Wed, 23 Nov 2016 08:25:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53368) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9XXm-0005KQ-Gf for qemu-devel@nongnu.org; Wed, 23 Nov 2016 08:24:58 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 76B737EBB1 for ; Wed, 23 Nov 2016 13:24:57 +0000 (UTC) Received: from nilsson.home.kraxel.org (ovpn-116-32.ams2.redhat.com [10.36.116.32]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uANDOtmI002668; Wed, 23 Nov 2016 08:24:56 -0500 Received: by nilsson.home.kraxel.org (Postfix, from userid 500) id 6BAF1808E6; Wed, 23 Nov 2016 14:24:52 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 23 Nov 2016 14:24:42 +0100 Message-Id: <1479907484-4988-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1479907484-4988-1-git-send-email-kraxel@redhat.com> References: <1479907484-4988-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 23 Nov 2016 13:24:57 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [RfC PATCH 1/3] edk2: add submodule X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Gerd Hoffmann --- .gitmodules | 3 +++ roms/edk2 | 1 + 2 files changed, 4 insertions(+) create mode 160000 roms/edk2 diff --git a/.gitmodules b/.gitmodules index ca323b4..3d4c85e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "roms/skiboot"] path = roms/skiboot url = git://git.qemu.org/skiboot.git +[submodule "roms/edk2"] + path = roms/edk2 + url = https://github.com/tianocore/edk2 diff --git a/roms/edk2 b/roms/edk2 new file mode 160000 index 0000000..36e9e3e --- /dev/null +++ b/roms/edk2 @@ -0,0 +1 @@ +Subproject commit 36e9e3e8ea0ce477504b6d2e21603ea94847efae