From 5fb6576f1538005cea4cb5ce00b37fb877527e8d Mon Sep 17 00:00:00 2001 From: ETCHDEV <62027777+ETCHDEV@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:41:08 +0530 Subject: [PATCH 1/3] Update installer.yml Added the device (lisa) to Actions --- .github/workflows/installer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 36209102c..b1ee89850 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -30,6 +30,8 @@ jobs: - vayu-tianma # sm8550 - fuxi + # sm7325 + - lisa # Steps represent a sequence of tasks that will be executed as part of the job From a6d1380e9502478b988e0541c984aedf30c88e4d Mon Sep 17 00:00:00 2001 From: ETCHDEV <62027777+ETCHDEV@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:43:31 +0530 Subject: [PATCH 2/3] Update lisa.dsc Corrected the Device Name --- Platform/Xiaomi/sm7325/lisa.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Xiaomi/sm7325/lisa.dsc b/Platform/Xiaomi/sm7325/lisa.dsc index 2f3880881..22bac8893 100644 --- a/Platform/Xiaomi/sm7325/lisa.dsc +++ b/Platform/Xiaomi/sm7325/lisa.dsc @@ -24,5 +24,5 @@ gSimpleInitTokenSpaceGuid.PcdGuiDefaultDPI|440 gRenegadePkgTokenSpaceGuid.PcdDeviceVendor|"Xiaomi" - gRenegadePkgTokenSpaceGuid.PcdDeviceProduct|"Lite NE 5G" + gRenegadePkgTokenSpaceGuid.PcdDeviceProduct|"Mi 11 Lite NE" gRenegadePkgTokenSpaceGuid.PcdDeviceCodeName|"lisa" From 65d7bf0ece27f8ecab124e16bb4ba71427bb6df0 Mon Sep 17 00:00:00 2001 From: ETCHDEV <62027777+ETCHDEV@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:30:13 +0530 Subject: [PATCH 3/3] Update .gitmodules --- .gitmodules | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6121668ed..8e00d6e55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,9 @@ [submodule "Common/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