Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ clean:

submodules:
git submodule update --init --recursive svsm;
git submodule update --init --recursive edk2
cd edk2; git submodule set-url -- UnitTestFrameworkPkg/Library/SubhookLib/subhook https://github.com/tianocore/edk2-subhook.git
git submodule update --init --recursive edk2
cd edk2; git apply ../patches/ovmf_outb.patch
Expand Down
13 changes: 0 additions & 13 deletions patches/ovmf_outb.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
diff --git a/.gitmodules b/.gitmodules
index 387794f05e..c7d65689d3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,7 +25,7 @@
url = https://github.com/google/googletest.git
[submodule "UnitTestFrameworkPkg/Library/SubhookLib/subhook"]
path = UnitTestFrameworkPkg/Library/SubhookLib/subhook
- url = https://github.com/Zeex/subhook.git
+ url = https://github.com/tianocore/edk2-subhook.git
[submodule "MdePkg/Library/BaseFdtLib/libfdt"]
path = MdePkg/Library/BaseFdtLib/libfdt
url = https://github.com/devicetree-org/pylibfdt.git
diff --git a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
index 0e0f9769b9..9d39849a7c 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
Expand Down