Skip to content

Commit

Permalink
sm8250: Drop ScmDxe and TzDxe
Browse files Browse the repository at this point in the history
There is no direct evidence of them beeing useful, and ScmDxe is known to cause issues in the past
TzDxe just depends on ScmDxe
  • Loading branch information
luka177 committed Mar 25, 2024
1 parent e6ab98b commit 14eb929
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions Platform/Qualcomm/sm8250/Apriori.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ APRIORI DXE {
SECTION UI = "ShmBridgeDxe"
}

FILE DRIVER = 2d7a83e3-e343-4ffb-9109-631f2ee11694 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/ScmDxe/ScmDxe.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/ScmDxe/ScmDxe.efi
SECTION UI = "ScmDxe"
}

FILE DRIVER = 8681cc5a-0df6-441e-b4b8-e915c538f067 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/DALTLMM/DALTLMM.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/DALTLMM/DALTLMM.efi
Expand Down Expand Up @@ -152,12 +146,6 @@ APRIORI DXE {

INF FatPkg/EnhancedFatDxe/Fat.inf

FILE DRIVER = 6925fad3-e243-4b69-ad61-3f978c8abc60 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/TzDxe/TzDxe.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/TzDxe/TzDxe.efi
SECTION UI = "TzDxe"
}

INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf

FILE DRIVER = 7DB0793A-4402-4BE1-906E-D0FABAD2707E {
Expand Down
12 changes: 0 additions & 12 deletions Platform/Qualcomm/sm8250/dxe.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
SECTION UI = "RpmhDxe"
}

FILE DRIVER = 2d7a83e3-e343-4ffb-9109-631f2ee11694 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/ScmDxe/ScmDxe.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/ScmDxe/ScmDxe.efi
SECTION UI = "ScmDxe"
}

FILE DRIVER = 9c1eb71f-dd6c-4ed5-9f6a-5cc0ca789f16 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/ShmBridgeDxe/ShmBridgeDxe.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/ShmBridgeDxe/ShmBridgeDxe.efi
Expand All @@ -113,12 +107,6 @@
SECTION UI = "SPMI"
}

FILE DRIVER = 6925fad3-e243-4b69-ad61-3f978c8abc60 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/TzDxe/TzDxe.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/TzDxe/TzDxe.efi
SECTION UI = "TzDxe"
}

FILE DRIVER = 0d35cd8e-97ea-4f9a-96af-0f0d89f76567 {
SECTION DXE_DEPEX = Platform/EFI_Binaries/Drivers/sm8250/UFSDxe/UFSDxe.depex
SECTION PE32 = Platform/EFI_Binaries/Drivers/sm8250/UFSDxe/UFSDxe.efi
Expand Down

0 comments on commit 14eb929

Please sign in to comment.