From aa59997e4d4ea7da2027bed6043f58bc51bd52c5 Mon Sep 17 00:00:00 2001 From: AKAsaliza <33549290+AKAsaliza@users.noreply.github.com> Date: Sat, 18 Jun 2022 12:13:35 +0900 Subject: [PATCH] Fix LG 845 --- sdm845Pkg/Devices/judyln.dsc | 10 +++------- sdm845Pkg/Devices/judyln.fdf | 2 +- sdm845Pkg/Devices/judyp.fdf | 2 +- sdm845Pkg/Devices/judypn.fdf | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/sdm845Pkg/Devices/judyln.dsc b/sdm845Pkg/Devices/judyln.dsc index 76d3800..f2d3c2d 100644 --- a/sdm845Pkg/Devices/judyln.dsc +++ b/sdm845Pkg/Devices/judyln.dsc @@ -9,12 +9,8 @@ SKUID_IDENTIFIER = DEFAULT FLASH_DEFINITION = sdm845Pkg/Devices/judyln.fdf - # Enable A/B Slot Environment - DEFINE AB_SLOTS_SUPPORT = TRUE - !include sdm845Pkg/sdm845Pkg.dsc -[BuildOptions.common] - GCC:*_*_AARCH64_CC_FLAGS = -DAB_SLOTS_SUPPORT=1 -DENABLE_SIMPLE_INIT -DENABLE_LINUX_SIMPLE_MASS_STORAGE + [PcdsFixedAtBuild.common] gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1440 @@ -24,5 +20,5 @@ gSimpleInitTokenSpaceGuid.PcdGuiDefaultDPI|440 gsdm845PkgTokenSpaceGuid.PcdDeviceVendor|"LG" - gsdm845PkgTokenSpaceGuid.PcdDeviceProduct|"G7" - gsdm845PkgTokenSpaceGuid.PcdDeviceCodeName|"judyln" + gsdm845PkgTokenSpaceGuid.PcdDeviceProduct|"G7 ThinQ" + gsdm845PkgTokenSpaceGuid.PcdDeviceCodeName|"Judyln" diff --git a/sdm845Pkg/Devices/judyln.fdf b/sdm845Pkg/Devices/judyln.fdf index d43c2d1..81d5200 100644 --- a/sdm845Pkg/Devices/judyln.fdf +++ b/sdm845Pkg/Devices/judyln.fdf @@ -332,7 +332,7 @@ APRIORI DXE { INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf INF SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.inf INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf - INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf + INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf diff --git a/sdm845Pkg/Devices/judyp.fdf b/sdm845Pkg/Devices/judyp.fdf index 4a7f3c6..6f53050 100644 --- a/sdm845Pkg/Devices/judyp.fdf +++ b/sdm845Pkg/Devices/judyp.fdf @@ -332,7 +332,7 @@ APRIORI DXE { INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf INF SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.inf INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf - INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf + INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf diff --git a/sdm845Pkg/Devices/judypn.fdf b/sdm845Pkg/Devices/judypn.fdf index 688b35f..f008013 100644 --- a/sdm845Pkg/Devices/judypn.fdf +++ b/sdm845Pkg/Devices/judypn.fdf @@ -332,7 +332,7 @@ APRIORI DXE { INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf INF SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.inf INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf - INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf + INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf -- 2.45.2