diff --git a/.gitmodules b/.gitmodules index 7a77247..205bc67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,15 @@ path = edk2-platforms url = https://github.com/system76/edk2-platforms.git branch = system76 +[submodule "tools/unME12"] + path = tools/unME12 + url = https://github.com/ptresearch/unME12.git + branch = master +[submodule "tools/unME11"] + path = tools/unME11 + url = https://github.com/ptresearch/unME11.git + branch = master +[submodule "tools/UEFITool"] + path = tools/UEFITool + url = https://github.com/LongSoft/UEFITool.git + branch = new_engine diff --git a/coreboot b/coreboot index 43a4994..007b043 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit 43a4994efc4cb443daaa61656b3a8e3c2f61e8bf +Subproject commit 007b0431faaedd0b21f7595e3dd0caad537cba98 diff --git a/tools/UEFITool b/tools/UEFITool new file mode 160000 index 0000000..2cbd78f --- /dev/null +++ b/tools/UEFITool @@ -0,0 +1 @@ +Subproject commit 2cbd78fb9e45b5f8bb11b8d0baa74e85c3fb4cc2 diff --git a/tools/unME11 b/tools/unME11 new file mode 160000 index 0000000..fa6b4d7 --- /dev/null +++ b/tools/unME11 @@ -0,0 +1 @@ +Subproject commit fa6b4d73a53be10b199b0b87ec7d45f0e38b1333 diff --git a/tools/unME12 b/tools/unME12 new file mode 160000 index 0000000..4e5926a --- /dev/null +++ b/tools/unME12 @@ -0,0 +1 @@ +Subproject commit 4e5926a6fa328fddef40a1a6b1076a1c8f2803f0