forked from Project-Aloha/mu_aloha_platforms
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8550: Add basic uefi support for oneplus 11 5G.
- Loading branch information
1 parent
bece68b
commit 5520a30
Showing
361 changed files
with
13,261 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
APRIORI DXE { | ||
# First, install the PCD driver and call DxeInit | ||
INF MdeModulePkg/Core/Dxe/DxeMain.inf | ||
INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf | ||
|
||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/EnvDxe/EnvDxe.inf | ||
INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf | ||
INF MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf | ||
INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf | ||
|
||
# Next, install cpu protocol and enable the interrupt controller | ||
INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf | ||
INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf | ||
|
||
# Core Drivers | ||
INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf | ||
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf | ||
|
||
# INF SurfaceDuoFamilyPkg/Driver/RamPartitionDxe/RamPartitionDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SmemDxe/SmemDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/DALSYSDxe/DALSYSDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/HWIODxe/HWIODxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ChipInfoDxe/ChipInfoDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/PlatformInfoDxe/PlatformInfoDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/HALIOMMUDxe/HALIOMMUDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ULogDxe/ULogDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/IPCCDxe/IPCCDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/GLinkDxe/GLinkDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/CmdDbDxe/CmdDbDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/PwrUtilsDxe/PwrUtilsDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/NpaDxe/NpaDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/RpmhDxe/RpmhDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/VcsDxe/VcsDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ClockDxe/ClockDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/ClockDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ICBDxe/ICBDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ShmBridgeDxe/ShmBridgeDxeLA.inf | ||
FILE DRIVER = 41EBB6A6-2C19-4C02-841D-848CE004A282 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ShmBridgeDxe/ShmBridgeDxeLA.efi | ||
SECTION UI = "ShmBridgeDxe" | ||
} | ||
|
||
#INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TzDxe/ScmDxeCompat.inf | ||
FILE DRIVER = 16E48F1F-7944-4BAA-BCA5-2D0CB788A904 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TzDxe/ScmDxeLA_Kailua.efi | ||
SECTION UI = "ScmDxeLA_Kailua" | ||
} | ||
|
||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TLMMDxe/TLMMDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/I2CDxe/I2CDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SPMIDxe/SPMIDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/SPMIDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ResetRuntimeDxe/ResetRuntimeDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/PmicDxe/PmicDxeLa.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/PmicDxeLa.inf | ||
|
||
# INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf | ||
FILE DRIVER = 6b38f7b4-ad98-40e9-9093-aca2b5a253c4 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.efi | ||
SECTION UI = "DiskIoDxe" | ||
} | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf | ||
FILE DRIVER = 1fa1f39e-feff-4aae-bd7b-38a070a3b609 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.efi | ||
SECTION UI = "PartitionDxe" | ||
} | ||
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf | ||
INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/SdccDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SdccDxe/SdccDxe.inf | ||
|
||
INF QcomPkg/PatchedBinaries/UFSDxe.inf | ||
INF FatPkg/EnhancedFatDxe/Fat.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TzDxe/TzDxeLA.inf | ||
FILE DRIVER = CF6DFC66-14AB-4E13-84DB-9C02912D1404 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TzDxe/TzDxeLA.efi | ||
SECTION UI = "TzDxe" | ||
} | ||
INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/VariableDxe/VariableDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/QcomWDogDxe/QcomWDogDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/DDRInfoDxe/DDRInfoDxe.inf | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TzDxe/FeatureEnablerDxe.inf | ||
# FILE DRIVER = 1C04F529-0612-4319-9315-B2E75C16810A { | ||
# SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/FeatureEnablerDxe.efi | ||
# SECTION UI = "FeatureEnablerDxe" | ||
# } | ||
|
||
# INF SurfaceDuoFamilyPkg/Driver/DisplayCallerDxe/DisplayCallerDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/DisplayDxe.inf | ||
|
||
INF SurfaceDuoFamilyPkg/Driver/SimpleFbDxe/SimpleFbDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/FvUtilsDxe/FvUtilsDxe.inf | ||
|
||
FILE DRIVER = 3CF7F36E-5A97-496A-BB4B-D4F9937FA311 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/QRKSDxe/QRKSDxe.efi | ||
SECTION UI = "QRKSDxe" | ||
} | ||
|
||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/PILProxyDxe/PILProxyDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/PILDxe/PILDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SPSSDxe/SPSSDxe.inf | ||
INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf | ||
INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf | ||
INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf | ||
INF MdeModulePkg/Universal/PrintDxe/PrintDxe.inf | ||
INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf | ||
INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | ||
INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/FontDxe/FontDxe.inf | ||
INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SPIDxe/SPIDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/PmicGlinkDxe/PmicGlinkDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbPwrCtrlDxe/UsbPwrCtrlDxe.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/QcomChargerDxe/QcomChargerDxeLA.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/PatchedBinaries/QcomChargerDxeLA.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ChargerExDxe/ChargerExDxe.inf | ||
|
||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbfnDwc3Dxe/UsbfnDwc3Dxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/XhciPciEmulationDxe/XhciPciEmulationDxe.inf | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/XhciDxe/XhciDxe.inf | ||
FILE DRIVER = B7F50E91-A759-412C-ADE4-DCD03E7F7C28 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/XhciDxe/XhciDxe.efi | ||
SECTION UI = "XhciDxe" | ||
} | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbBusDxe/UsbBusDxe.inf | ||
FILE DRIVER = 240612B7-A063-11D4-9A3A-0090273FC14D { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbBusDxe/UsbBusDxe.efi | ||
SECTION UI = "UsbBusDxe" | ||
} | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbKbDxe/UsbKbDxe.inf | ||
# FILE DRIVER = 2D2E62CF-9ECF-43B7-8219-94E7FC713DFE { | ||
# SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbKbDxe/UsbKbDxe.efi | ||
# SECTION UI = "UsbKbDxe" | ||
# } | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbMassStorageDxe/UsbMassStorageDxe.inf | ||
FILE DRIVER = 9FB4B4A7-42C0-4BCD-8540-9BCC6711F83E { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbMassStorageDxe/UsbMassStorageDxe.efi | ||
SECTION UI = "UsbMassStorageDxe" | ||
} | ||
|
||
INF QcomPkg/PatchedBinaries/UsbConfigDxe.inf | ||
INF QcomPkg/PatchedBinaries/ButtonsDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/TsensDxe/TsensDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbDeviceDxe/UsbDeviceDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbMassStorageDxe/UsbMassStorageDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbMsdDxe/UsbMsdDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbDeviceDxe/UsbDeviceDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UsbInitDxe/UsbInitDxe.inf | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/LimitsDxe/LimitsDxe.inf | ||
FILE DRIVER = F09AD92E-4E91-490F-AB99-E69939B840B2 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/LimitsDxe/LimitsDxe.efi | ||
SECTION UI = "LimitsDxe" | ||
} | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/CPRDxe/CPRDxe.inf | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/GpiDxe/GpiDxe.inf | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UCDxe/UCDxe.inf | ||
FILE DRIVER = 5F0937CD-73F9-445E-B320-BB6FD5D3CBDE { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/UCDxe/UCDxe.efi | ||
SECTION UI = "UCDxe" | ||
} | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/RNGDxe/RngDxe.inf | ||
# FILE DRIVER = B0D3689E-11F8-43C6-8ECE-023A29CEC35B { | ||
# SECTION UI = "RngDxe" | ||
# SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/RNGDxe/RngDxe.efi | ||
# } | ||
INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SimpleTextInOutSerialDxe/SimpleTextInOutSerial.inf | ||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ASN1X509Dxe/ASN1X509Dxe.inf | ||
FILE DRIVER = C2F9A4F5-F7B4-43E7-BA99-5EA804CC103A { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/ASN1X509Dxe/ASN1X509Dxe.efi | ||
SECTION UI = "ASN1X509Dxe" | ||
} | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SecRSADxe/SecRSADxe.inf | ||
FILE DRIVER = 32C71E68-83A8-46ED-AED1-094E71B12057 { | ||
SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/SecRSADxe/SecRSADxe.efi | ||
SECTION UI = "SecRSADxe" | ||
} | ||
|
||
# FILE DRIVER = FD975FB5-92C3-40B3-B05C-9C434326AB64 { | ||
# SECTION PE32 = $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/VerifiedBootDxe/VerifiedBootDxe.efi | ||
# SECTION UI = "VerifiedBootDxe" | ||
# } | ||
|
||
# INF $(PACKAGE_NAME)/Device/$(TARGET_DEVICE)/Binaries/QcomPkg/Drivers/RscDxe/RscDxe.inf | ||
INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf | ||
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf | ||
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf | ||
INF MsGraphicsPkg/DisplayEngineDxe/DisplayEngineDxe.inf | ||
INF $(SHARED_CRYPTO_PATH)/Driver/Bin/CryptoDriverBin_STANDARD_Dxe_DEBUG_$(DXE_CRYPTO_ARCH).inf | ||
} |
94 changes: 94 additions & 0 deletions
94
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/APRIORI.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
APRIORI DXE { | ||
INF MdeModulePkg/Core/Dxe/DxeMain.inf | ||
INF QcomPkg/Drivers/EnvDxe/EnvDxe.inf | ||
INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/RscRtDxe.inf | ||
INF MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/SCHandlerRtDxe.inf | ||
INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf | ||
INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf | ||
INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf | ||
INF QcomPkg/Drivers/VerifiedBootDxe/VerifiedBootDxe.inf | ||
INF QcomPkg/Drivers/ShmBridgeDxe/ShmBridgeDxeLA.inf | ||
INF QcomPkg/Drivers/TzDxe/ScmDxeLA_Kailua.inf | ||
INF QcomPkg/Drivers/TzDxe/TzDxeLA.inf | ||
INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf | ||
INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | ||
INF QcomPkg/Drivers/VariableDxe/VariableDxe.inf | ||
INF QcomPkg/Drivers/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf | ||
INF QcomPkg/Drivers/ResetRuntimeDxe/ResetRuntimeDxe.inf | ||
INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf | ||
INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf | ||
INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf | ||
INF QcomPkg/Drivers/FontDxe/FontDxe.inf | ||
INF QcomPkg/Drivers/QcomWDogDxe/QcomWDogDxe.inf | ||
INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf | ||
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf | ||
INF QcomPkg/Drivers/ChipInfoDxe/ChipInfoDxe.inf | ||
INF QcomPkg/Drivers/IPCCDxe/IPCCDxe.inf | ||
INF QcomPkg/Drivers/GLinkDxe/GLinkDxe.inf | ||
INF QcomPkg/Drivers/PlatformInfoDxe/PlatformInfoDxe.inf | ||
INF QcomPkg/Drivers/DALSYSDxe/DALSYSDxe.inf | ||
INF QcomPkg/Drivers/HALIOMMUDxe/HALIOMMUDxe.inf | ||
INF QcomPkg/Drivers/HWIODxe/HWIODxe.inf | ||
INF QcomPkg/Drivers/I2CDxe/I2CDxe.inf | ||
INF QcomPkg/Drivers/TLMMDxe/TLMMDxe.inf | ||
INF QcomPkg/Drivers/PmicDxe/PmicDxeLa.inf | ||
INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf | ||
INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf | ||
INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf | ||
INF FatPkg/EnhancedFatDxe/Fat.inf | ||
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf | ||
INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf | ||
INF QcomPkg/Drivers/UFSDxe/UFSDxe.inf | ||
INF QcomPkg/Drivers/CmdDbDxe/CmdDbDxe.inf | ||
INF QcomPkg/Drivers/PwrUtilsDxe/PwrUtilsDxe.inf | ||
INF QcomPkg/Drivers/RpmhDxe/RpmhDxe.inf | ||
INF QcomPkg/Drivers/NpaDxe/NpaDxe.inf | ||
INF QcomPkg/Drivers/ULogDxe/ULogDxe.inf | ||
INF QcomPkg/Drivers/VcsDxe/VcsDxe.inf | ||
INF QcomPkg/Drivers/ClockDxe/ClockDxe.inf | ||
INF QcomPkg/Drivers/SPMIDxe/SPMIDxe.inf | ||
INF QcomPkg/Drivers/ICBDxe/ICBDxe.inf | ||
INF QcomPkg/Drivers/SmemDxe/SmemDxe.inf | ||
INF QcomPkg/Drivers/QcomBds/QcomBds.inf | ||
INF QcomPkg/Drivers/RscDxe/RscDxe.inf | ||
INF QcomPkg/Drivers/OGaugeAuthDxe/OGaugeAuth.inf | ||
INF QcomPkg/Drivers/SimpleTextInOutSerialDxe/SimpleTextInOutSerial.inf | ||
INF MdeModulePkg/Universal/PrintDxe/PrintDxe.inf | ||
INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf | ||
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf | ||
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf | ||
INF QcomPkg/Drivers/CPRDxe/CPRDxe.inf | ||
INF QcomPkg/Drivers/GpiDxe/GpiDxe.inf | ||
INF QcomPkg/Drivers/SPIDxe/SPIDxe.inf | ||
INF QcomPkg/Drivers/SdccDxe/SdccDxe.inf | ||
INF QcomPkg/Drivers/FeatureEnablerDxe/FeatureEnablerDxe.inf | ||
INF QcomPkg/Drivers/DisplayDxe/DisplayDxe.inf | ||
INF QcomPkg/Drivers/QRKSDxe/QRKSDxe.inf | ||
INF QcomPkg/Drivers/ButtonsDxe/ButtonsDxe.inf | ||
INF QcomPkg/Drivers/ChargerExDxe/ChargerExDxe.inf | ||
INF QcomPkg/Drivers/OcdtDxe/OplusProject.inf | ||
INF QcomPkg/Drivers/PhoenixDxe/PhoenixDxe.inf | ||
INF QcomPkg/Drivers/PmicGlinkDxe/PmicGlinkDxe.inf | ||
INF QcomPkg/Drivers/QcomChargerDxe/QcomChargerDxeLA.inf | ||
INF QcomPkg/Drivers/OplusVibrDxe/OplusVibrDxe.inf | ||
INF QcomPkg/Drivers/UsbPwrCtrlDxe/UsbPwrCtrlDxe.inf | ||
INF QcomPkg/Drivers/TsensDxe/TsensDxe.inf | ||
INF QcomPkg/Drivers/LimitsDxe/LimitsDxe.inf | ||
INF QcomPkg/Drivers/DDRInfoDxe/DDRInfoDxe.inf | ||
INF QcomPkg/Drivers/UsbfnDwc3Dxe/UsbfnDwc3Dxe.inf | ||
INF QcomPkg/Drivers/XhciPciEmulationDxe/XhciPciEmulationDxe.inf | ||
INF QcomPkg/Drivers/XhciDxe/XhciDxe.inf | ||
INF QcomPkg/Drivers/UsbBusDxe/UsbBusDxe.inf | ||
INF QcomPkg/Drivers/UsbKbDxe/UsbKbDxe.inf | ||
INF QcomPkg/Drivers/UsbMassStorageDxe/UsbMassStorageDxe.inf | ||
INF QcomPkg/Drivers/UsbConfigDxe/UsbConfigDxe.inf | ||
INF QcomPkg/Drivers/UCDxe/UCDxe.inf | ||
INF QcomPkg/Drivers/RNGDxe/RngDxe.inf | ||
INF QcomPkg/Drivers/PILDxe/PILDxe.inf | ||
INF QcomPkg/Drivers/PILProxyDxe/PILProxyDxe.inf | ||
INF QcomPkg/Drivers/SecRSADxe/SecRSADxe.inf | ||
INF QcomPkg/Drivers/ASN1X509Dxe/ASN1X509Dxe.inf | ||
INF QcomPkg/Drivers/SPSSDxe/SPSSDxe.inf | ||
INF QcomPkg/Drivers/FvUtilsDxe/FvUtilsDxe.inf | ||
INF QcomPkg/Drivers/OplusSecurityDxe/OplusSecurityDxe.inf | ||
} |
1 change: 1 addition & 0 deletions
1
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/ArmGic/ArmGicDxe.depex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Binary file added
BIN
+36 KB
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/ArmGic/ArmGicDxe.efi
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# **************************************************************************** | ||
# AUTOGENERATED BY UEFIReader | ||
# AUTOGENED AS ArmGicDxe.inf | ||
# DO NOT MODIFY | ||
# GENERATED ON: 2024-08-23 10:38:42Z | ||
|
||
[Defines] | ||
INF_VERSION = 0x0001001B | ||
BASE_NAME = ArmGicDxe | ||
FILE_GUID = DE371F7C-DEC4-4D21-ADF1-593ABCC15882 | ||
MODULE_TYPE = DXE_DRIVER | ||
VERSION_STRING = 1.0 | ||
ENTRY_POINT = EfiEntry | ||
|
||
[Binaries.AARCH64] | ||
DXE_DEPEX|ArmGicDxe.depex|* | ||
PE32|ArmGicDxe.efi|* | ||
|
||
[Depex] | ||
TRUE | ||
# AUTOGEN ENDS | ||
# **************************************************************************** |
1 change: 1 addition & 0 deletions
1
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/CpuDxe/CpuDxe.depex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
곐(=C��H�?�"��2�-JG�����V�p |
Binary file added
BIN
+52 KB
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/CpuDxe/CpuDxe.efi
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# **************************************************************************** | ||
# AUTOGENERATED BY UEFIReader | ||
# AUTOGENED AS CpuDxe.inf | ||
# DO NOT MODIFY | ||
# GENERATED ON: 2024-08-23 10:38:42Z | ||
|
||
[Defines] | ||
INF_VERSION = 0x0001001B | ||
BASE_NAME = ArmCpuDxe | ||
FILE_GUID = B8D9777E-D72A-451F-9BDB-BAFB52A68415 | ||
MODULE_TYPE = DXE_DRIVER | ||
VERSION_STRING = 1.0 | ||
ENTRY_POINT = EfiEntry | ||
|
||
[Binaries.AARCH64] | ||
DXE_DEPEX|CpuDxe.depex|* | ||
PE32|CpuDxe.efi|* | ||
|
||
[Depex] | ||
TRUE | ||
# AUTOGEN ENDS | ||
# **************************************************************************** |
1 change: 1 addition & 0 deletions
1
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/TimerDxe/TimerDxe.depex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
곐(=C��H�?� |
Binary file added
BIN
+32 KB
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/TimerDxe/TimerDxe.efi
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
Platforms/KailuaPkg/Device/oneplus-salami/Binaries/ArmPkg/Drivers/TimerDxe/TimerDxe.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# **************************************************************************** | ||
# AUTOGENERATED BY UEFIReader | ||
# AUTOGENED AS TimerDxe.inf | ||
# DO NOT MODIFY | ||
# GENERATED ON: 2024-08-23 10:38:42Z | ||
|
||
[Defines] | ||
INF_VERSION = 0x0001001B | ||
BASE_NAME = ArmTimerDxe | ||
FILE_GUID = 49EA041E-6752-42CA-B0B1-7344FE2546B7 | ||
MODULE_TYPE = DXE_DRIVER | ||
VERSION_STRING = 1.0 | ||
ENTRY_POINT = EfiEntry | ||
|
||
[Binaries.AARCH64] | ||
DXE_DEPEX|TimerDxe.depex|* | ||
PE32|TimerDxe.efi|* | ||
|
||
[Depex] | ||
TRUE | ||
# AUTOGEN ENDS | ||
# **************************************************************************** |
Oops, something went wrong.