From: Stefan Hajnoczi Date: Wed, 9 Sep 2020 10:09:37 +0000 (+0100) Subject: gitmodules: add qemu.org vbootrom submodule X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b0b58514679a5529a32ae54a907642a6e27626b5;p=qemu.git gitmodules: add qemu.org vbootrom submodule 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 Cc: Havard Skinnemoen Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Stefan Hajnoczi Message-Id: <20200915130834.706758-4-stefanha@redhat.com> --- diff --git a/.gitmodules b/.gitmodules index 1c15b3c6f9..2bdeeacef8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,4 +63,4 @@ url = https://git.qemu.org/git/meson.git [submodule "roms/vbootrom"] path = roms/vbootrom - url = https://github.com/google/vbootrom.git + url = https://git.qemu.org/git/vbootrom.git