From: Erick Shepherd <erick.shepherd@ni.com>
To: <qemu-devel@nongnu.org>
Cc: Erick Shepherd <erick.shepherd@ni.com>
Subject: [PATCH] .gitmodules: Update URLs for the u-boot submodules
Date: Mon, 22 Sep 2025 17:04:01 -0500 [thread overview]
Message-ID: <20250922220401.74802-1-erick.shepherd@ni.com> (raw)
The u-boot and u-boot-sam460ex submodule repositories were moved to new
locations. Update .gitmodules to use the new URLs.
Signed-off-by: Erick Shepherd <erick.shepherd@ni.com>
---
.gitmodules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 73cae4cd4d..e27dfe8c2c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -15,7 +15,7 @@
url = https://gitlab.com/qemu-project/qemu-palcode.git
[submodule "roms/u-boot"]
path = roms/u-boot
- url = https://gitlab.com/qemu-project/u-boot.git
+ url = https://gitlab.com/qemu-project-mirrors/u-boot.git
[submodule "roms/skiboot"]
path = roms/skiboot
url = https://gitlab.com/qemu-project/skiboot.git
@@ -27,7 +27,7 @@
url = https://gitlab.com/qemu-project/seabios-hppa.git
[submodule "roms/u-boot-sam460ex"]
path = roms/u-boot-sam460ex
- url = https://gitlab.com/qemu-project/u-boot-sam460ex.git
+ url = https://gitlab.com/qemu-project-mirrors/u-boot-sam460ex.git
[submodule "roms/edk2"]
path = roms/edk2
url = https://gitlab.com/qemu-project/edk2.git
--
2.50.1
next reply other threads:[~2025-09-23 0:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-22 22:04 Erick Shepherd [this message]
2025-09-23 6:54 ` [PATCH] .gitmodules: Update URLs for the u-boot submodules Daniel P. Berrangé
2025-09-23 18:52 ` Erick Shepherd
2025-09-24 6:55 ` Daniel P. Berrangé
2025-09-24 18:34 ` Erick Shepherd
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=20250922220401.74802-1-erick.shepherd@ni.com \
--to=erick.shepherd@ni.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.