build.sh: add edk2-sdm845-binary and simple-init fastgit lvgl
authorBigfootACA <bigfoot@classfun.cn>
星期一, 13 Sep 2021 07:53:21 +0000 (15:53 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期一, 13 Sep 2021 07:53:21 +0000 (15:53 +0800)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
build.sh

index 676a6b09e6a0c41bd08a8d65ac17b1da4d30d57d..d9ba91e5fa125f4db65a43df951fff94ac8bf1e7 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -117,9 +117,11 @@ then       set -e
        echo "Updating submodules"
        [ -e sdm845Pkg/AcpiTables/.git ]||git clone https://git.renegade-project.org/edk2-sdm845-acpi.git sdm845Pkg/AcpiTables
        if "${CHINESE}"
-       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/Library/StdLib https://hub.fastgit.org/tianocore/edk2-libc.git
+       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/SimpleInit https://hub.fastgit.org/BigfootACA/simple-init.git
                git submodule init;git submodule update --depth 1
                pushd edk2