/ .gitmodules
.gitmodules
1 [submodule "3rdparty/blobs"] 2 path = 3rdparty/blobs 3 url = https://review.coreboot.org/blobs.git 4 update = none 5 ignore = dirty 6 [submodule "util/nvidia-cbootimage"] 7 path = util/nvidia/cbootimage 8 url = https://review.coreboot.org/nvidia-cbootimage.git 9 [submodule "vboot"] 10 path = 3rdparty/vboot 11 url = https://review.coreboot.org/vboot.git 12 branch = main 13 [submodule "arm-trusted-firmware"] 14 path = 3rdparty/arm-trusted-firmware 15 url = https://review.coreboot.org/arm-trusted-firmware.git 16 [submodule "libhwbase"] 17 path = 3rdparty/libhwbase 18 url = https://review.coreboot.org/libhwbase.git 19 [submodule "libgfxinit"] 20 path = 3rdparty/libgfxinit 21 url = https://review.coreboot.org/libgfxinit.git 22 [submodule "3rdparty/fsp"] 23 path = 3rdparty/fsp 24 url = https://review.coreboot.org/fsp.git 25 update = none 26 ignore = dirty 27 [submodule "opensbi"] 28 path = 3rdparty/opensbi 29 url = https://review.coreboot.org/opensbi.git 30 [submodule "intel-microcode"] 31 path = 3rdparty/intel-microcode 32 url = https://review.coreboot.org/intel-microcode.git 33 update = none 34 ignore = dirty 35 branch = main 36 [submodule "3rdparty/ffs"] 37 path = 3rdparty/ffs 38 url = https://review.coreboot.org/ffs.git 39 [submodule "3rdparty/amd_blobs"] 40 path = 3rdparty/amd_blobs 41 url = https://review.coreboot.org/amd_blobs 42 update = none 43 ignore = dirty 44 [submodule "3rdparty/cmocka"] 45 path = 3rdparty/cmocka 46 url = https://review.coreboot.org/cmocka.git 47 update = none 48 branch = stable-1.1 49 [submodule "3rdparty/qc_blobs"] 50 path = 3rdparty/qc_blobs 51 url = https://review.coreboot.org/qc_blobs.git 52 update = none 53 ignore = dirty 54 [submodule "3rdparty/intel-sec-tools"] 55 path = 3rdparty/intel-sec-tools 56 url = https://review.coreboot.org/9esec-security-tooling.git 57 [submodule "3rdparty/stm"] 58 path = 3rdparty/stm 59 url = https://review.coreboot.org/STM 60 branch = stmpe 61 [submodule "util/goswid"] 62 path = util/goswid 63 url = https://review.coreboot.org/goswid 64 branch = trunk 65 [submodule "src/vendorcode/amd/opensil/genoa_poc/opensil"] 66 path = src/vendorcode/amd/opensil/genoa_poc/opensil 67 url = https://review.coreboot.org/opensil_genoa_poc.git 68 [submodule "3rdparty/open-power-signing-utils"] 69 path = 3rdparty/open-power-signing-utils 70 url = https://review.coreboot.org/open-power-signing-utils.git