[PATCH 3/3] gitmodules: add qemu.org vbootrom submodule

Stefan Hajnoczi posted 3 patches 5 years, 5 months ago
There is a newer version of this series
[PATCH 3/3] gitmodules: add qemu.org vbootrom submodule
Posted by Stefan Hajnoczi 5 years, 5 months ago
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

Re: [PATCH 3/3] gitmodules: add qemu.org vbootrom submodule
Posted by Philippe Mathieu-Daudé 5 years, 4 months ago
On 9/9/20 12:16 PM, Stefan Hajnoczi wrote:
> 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>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@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
>