Skip to content

Commit 7e8de64

Browse files
committed
Remove BIOS and boot loader submodules
As for those without trivial names, EDK II is for UEFI, and iPXE is a PXE implementation, i.e. a network boot firmware.
1 parent 0732e07 commit 7e8de64

File tree

13 files changed

+0
-48
lines changed

13 files changed

+0
-48
lines changed

.gitmodules

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
1-
[submodule "roms/seabios"]
2-
path = roms/seabios
3-
url = https://gitlab.com/qemu-project/seabios.git/
41
[submodule "roms/SLOF"]
52
path = roms/SLOF
63
url = https://gitlab.com/qemu-project/SLOF.git
7-
[submodule "roms/ipxe"]
8-
path = roms/ipxe
9-
url = https://gitlab.com/qemu-project/ipxe.git
10-
[submodule "roms/openbios"]
11-
path = roms/openbios
12-
url = https://gitlab.com/qemu-project/openbios.git
134
[submodule "roms/qemu-palcode"]
145
path = roms/qemu-palcode
156
url = https://gitlab.com/qemu-project/qemu-palcode.git
16-
[submodule "roms/sgabios"]
17-
path = roms/sgabios
18-
url = https://gitlab.com/qemu-project/sgabios.git
197
[submodule "dtc"]
208
path = dtc
219
url = https://gitlab.com/qemu-project/dtc.git
22-
[submodule "roms/u-boot"]
23-
path = roms/u-boot
24-
url = https://github.com/qemu/u-boot.git
25-
[submodule "roms/skiboot"]
26-
path = roms/skiboot
27-
url = https://gitlab.com/qemu-project/skiboot.git
2810
[submodule "roms/QemuMacDrivers"]
2911
path = roms/QemuMacDrivers
3012
url = https://gitlab.com/qemu-project/QemuMacDrivers.git
@@ -34,33 +16,15 @@
3416
[submodule "capstone"]
3517
path = capstone
3618
url = https://gitlab.com/qemu-project/capstone.git
37-
[submodule "roms/seabios-hppa"]
38-
path = roms/seabios-hppa
39-
url = https://gitlab.com/qemu-project/seabios-hppa.git
40-
[submodule "roms/u-boot-sam460ex"]
41-
path = roms/u-boot-sam460ex
42-
url = https://github.com/qemu/u-boot-sam460ex.git
4319
[submodule "tests/fp/berkeley-testfloat-3"]
4420
path = tests/fp/berkeley-testfloat-3
4521
url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
4622
[submodule "tests/fp/berkeley-softfloat-3"]
4723
path = tests/fp/berkeley-softfloat-3
4824
url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
49-
[submodule "roms/edk2"]
50-
path = roms/edk2
51-
url = https://gitlab.com/qemu-project/edk2.git
5225
[submodule "slirp"]
5326
path = slirp
5427
url = https://gitlab.com/qemu-project/libslirp.git
55-
[submodule "roms/opensbi"]
56-
path = roms/opensbi
57-
url = https://gitlab.com/qemu-project/opensbi.git
58-
[submodule "roms/qboot"]
59-
path = roms/qboot
60-
url = https://gitlab.com/qemu-project/qboot.git
6128
[submodule "meson"]
6229
path = meson
6330
url = https://gitlab.com/qemu-project/meson.git
64-
[submodule "roms/vbootrom"]
65-
path = roms/vbootrom
66-
url = https://gitlab.com/qemu-project/vbootrom.git

roms/edk2

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/ipxe

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/openbios

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/opensbi

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/qboot

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/seabios

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/seabios-hppa

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/sgabios

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/skiboot

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)