From 66b0d32c4857865e8f56da889f24ad37c52fc0fe Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 18 Mar 2019 09:32:03 -0600 Subject: [PATCH] Add some firmware tools --- .gitmodules | 12 ++++++++++++ coreboot | 2 +- tools/UEFITool | 1 + tools/unME11 | 1 + tools/unME12 | 1 + 5 files changed, 16 insertions(+), 1 deletion(-) create mode 160000 tools/UEFITool create mode 160000 tools/unME11 create mode 160000 tools/unME12 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