Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitmodules #387

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 0 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[submodule "Common/edk2"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that upgrading to edk2 introduces a significant amount of effort, as due to the issue with edk2, the Xiaomi 845 is almost unable to start Windows. Therefore, I suggest keeping a usable and stable version of edk2.

path = Common/edk2
url = https://github.com/tianocore/edk2.git
branch = 5801910013757bd626f67ed77eea6c16a176eebf
[submodule "Common/edk2-platforms"]
path = Common/edk2-platforms
url = https://github.com/tianocore/edk2-platforms.git
branch = d8232e8816fafb875a3656dda788b6681bc25149
[submodule "Platform/EFI_Binaries"]
path = Platform/EFI_Binaries
url = https://github.com/edk2-porting/edk2-msm-binary.git
Expand Down
Loading