From bba11c0f73c5e80e3000d03b3655c002d7f8ea30 Mon Sep 17 00:00:00 2001 From: Sophon Date: Wed, 19 Jan 2022 16:05:48 +0800 Subject: [PATCH] Switch to custom edk2-libc --- .gitmodules | 2 +- build.sh | 2 +- sdm845Pkg/Library/StdLib | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 51362ee..85cbb5b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = https://git.renegade-project.org/edk2-sdm845-acpi.git [submodule "sdm845Pkg/Library/StdLib"] path = sdm845Pkg/Library/StdLib - url = https://github.com/tianocore/edk2-libc.git + url = https://github.com/edk2-porting/edk2-libc.git [submodule "sdm845Pkg/Library/SimpleInit"] path = sdm845Pkg/Library/SimpleInit url = https://github.com/BigfootACA/simple-init.git diff --git a/build.sh b/build.sh index e1a6622..ab71e0d 100755 --- a/build.sh +++ b/build.sh @@ -138,7 +138,7 @@ then set -e then git submodule set-url edk2 https://hub.fastgit.org/tianocore/edk2.git git submodule set-url edk2-platforms https://hub.fastgit.org/tianocore/edk2-platforms.git git submodule set-url sdm845Pkg/Binary https://hub.fastgit.org/edk2-porting/edk2-sdm845-binary.git - git submodule set-url sdm845Pkg/Library/StdLib https://hub.fastgit.org/tianocore/edk2-libc.git + git submodule set-url sdm845Pkg/Library/StdLib https://hub.fastgit.org/edk2-porting/edk2-libc.git git submodule set-url sdm845Pkg/Library/SimpleInit https://hub.fastgit.org/BigfootACA/simple-init.git git submodule init;git submodule update --depth 1 pushd edk2 diff --git a/sdm845Pkg/Library/StdLib b/sdm845Pkg/Library/StdLib index 40de116..0bcd289 160000 --- a/sdm845Pkg/Library/StdLib +++ b/sdm845Pkg/Library/StdLib @@ -1 +1 @@ -Subproject commit 40de116f18fbb1ac19acc06fabe598441d2488d8 +Subproject commit 0bcd2898750ba29e9faac10c17fc1f1c56070f16 -- 2.45.2