From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Havard Skinnemoen <hskinnemoen@google.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH 3/3] gitmodules: add qemu.org vbootrom submodule
Date: Wed, 9 Sep 2020 11:16:42 +0100 [thread overview]
Message-ID: <20200909101642.17698-4-stefanha@redhat.com> (raw)
In-Reply-To: <20200909101642.17698-1-stefanha@redhat.com>
The vbootrom module is needed for the new NPCM7xx ARM SoCs. The
vbootrom.git repo is now mirrored on qemu.org. QEMU mirrors third-party
code to ensure that users can always build QEMU even if the dependency
goes offline and so QEMU meets its responsibilities to provide full
source code under software licenses.
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Cc: Havard Skinnemoen <hskinnemoen@google.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
This patch can be rebased on top of "[PATCH v8 00/14] Add Nuvoton
NPCM730/NPCM750 SoCs and two BMC machines" and replaces the git URL in
the original patch.
---
.gitmodules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index b8f8a143bf..5feabf64c2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -61,3 +61,6 @@
[submodule "meson"]
path = meson
url = https://git.qemu.org/git/meson.git
+[submodule "roms/vbootrom"]
+ path = roms/vbootrom
+ url = https://git.qemu.org/git/vbootrom.git
--
2.26.2
next prev parent reply other threads:[~2020-09-09 10:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-09 10:16 [PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Stefan Hajnoczi
2020-09-09 10:16 ` [PATCH 1/3] gitmodules: switch to qemu.org qboot mirror Stefan Hajnoczi
2020-09-09 17:19 ` Philippe Mathieu-Daudé
2020-09-09 10:16 ` [PATCH 2/3] gitmodules: switch to qemu.org meson mirror Stefan Hajnoczi
2020-09-09 17:19 ` Philippe Mathieu-Daudé
2020-09-09 10:16 ` Stefan Hajnoczi [this message]
2020-09-15 6:23 ` [PATCH 3/3] gitmodules: add qemu.org vbootrom submodule Philippe Mathieu-Daudé
2020-09-12 18:53 ` [PATCH 0/3] gitmodules: add qboot, meson, and vbootrom mirrors Paolo Bonzini
2020-09-14 18:27 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200909101642.17698-4-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=hskinnemoen@google.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).