Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
XiaomiMI6Pkg: Rename to RedmiNote7Pkg and initial bringup
Browse files Browse the repository at this point in the history
Bringing up the Redmi Note 7 device, a device released in 2019.

The Redmi Note 7 has:
- SoC: Qualcomm Snapdragon 660 (SDM660/MSM8976 Plus)
- GPU: Adreno 512
- RAM: 2/3/4GB (LPDDR4x)
- ROM: 16/32/64GB (eMMC 5.1)

As discussed on DanctNIX Discord, this device is kinda different
from other devices that currently has a EDK2 port (e.g. SDM835/845),
and as well as it is using eMMC, not UFS..

Signed-off-by: Danct12 <[email protected]>
  • Loading branch information
Danct12 committed Apr 21, 2020
1 parent ff3953f commit 388fb9d
Show file tree
Hide file tree
Showing 137 changed files with 204 additions and 203 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[Defines]
INF_VERSION = 0x00010005
BASE_NAME = XiaomiMI6AcpiTables
BASE_NAME = RedmiNote7AcpiTables
FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD # Must be this
MODULE_TYPE = USER_DEFINED
VERSION_STRING = 1.0
Expand All @@ -36,7 +36,7 @@
EmbeddedPkg/EmbeddedPkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
XiaomiMI6Pkg/XiaomiMI6Pkg.dec
RedmiNote7Pkg/RedmiNote7Pkg.dec

[FixedPcd]
gArmPlatformTokenSpaceGuid.PcdCoreCount
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/ClockDxe/ClockDxe.efi
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/DALSys/DALSys.efi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/EnvDxe/EnvDxe.efi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/HashDxe/HashDxe.efi
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/PmicDxe/PmicDxe.efi
Binary file not shown.
2 changes: 2 additions & 0 deletions RedmiNote7Pkg/Binary/QcomChargerDxeLA/QcomChargerDxeLA.depex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
E\z�!�C�|�/�_�iv� �zH��(�{E��M�0Ώ�F�;���n�-����l�H�U��B��O�f�l�MB�b�ӵ��
��FU'�N�C��29�(�c�k��G�5�;Q�e��U���F��` ��b욭�{ H��00�=���$_�lO��Ž�y����z�>M�\�m���
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/SecurityDxe/SecurityDxe.efi
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/SmemDxe/SmemDxe.efi
Binary file not shown.
Binary file added RedmiNote7Pkg/Binary/UFSDxe/UFSDxe.efi
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf

ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf

NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf

Expand Down Expand Up @@ -170,21 +170,21 @@
HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf

[LibraryClasses.common.DXE_DRIVER]
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf

[LibraryClasses.common.UEFI_APPLICATION]
UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf
PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
Expand All @@ -195,8 +195,8 @@
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf

[LibraryClasses.common.UEFI_DRIVER]
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
Expand All @@ -208,7 +208,7 @@
ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
!ifndef CONFIG_NO_DEBUGLIB
DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
!endif
!if $(TARGET) != RELEASE
DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

#define TYPE1_STRINGS \
"Xiaomi\0" /* Manufacturer */ \
"MI 6\0" /* Product Name */ \
"Redmi Note 7\0" /* Product Name */ \
"None\0" /* Version */ \
" \0" /* 20 character buffer */

#define TYPE2_STRINGS \
"Xiaomi\0" /* Manufacturer */ \
"MI 6\0" /* Product Name */ \
"Redmi Note 7\0" /* Product Name */ \
"R0\0" /* Version */ \
"Serial Not Set\0" /* Serial */ \
"Base of Chassis\0" /* board location */ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
ArmPlatformPkg/ArmPlatformPkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
XiaomiMI6Pkg/XiaomiMI6Pkg.dec
RedmiNote7Pkg/RedmiNote7Pkg.dec

[LibraryClasses]
ArmLib
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = FrameBufferSerialPortLib
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = SerialPortLib

[Sources.common]
FrameBufferSerialPortLib.c

[Packages]
MdePkg/MdePkg.dec
ArmPkg/ArmPkg.dec
RedmiNote7Pkg/RedmiNote7Pkg.dec

[LibraryClasses]
ArmLib
PcdLib
IoLib
HobLib
CompilerIntrinsicsLib
CacheMaintenanceLib

[Pcd]
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferAddress
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferWidth
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferHeight
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferPixelBpp
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleWidth
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleHeight
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
XiaomiMI6Pkg/XiaomiMI6Pkg.dec
RedmiNote7Pkg/RedmiNote7Pkg.dec

[BuildOptions.AARCH64]
GCC:*_*_*_CC_FLAGS = -Wno-unused-variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[Defines]
INF_VERSION = 0x00010019
BASE_NAME = XiaomiMI6Lib
BASE_NAME = RedmiNote7Lib
FILE_GUID = 61620091-45BA-4EFF-8F58-F7ABF228CEBC
MODULE_TYPE = BASE
VERSION_STRING = 1.0
Expand All @@ -24,7 +24,7 @@
EmbeddedPkg/EmbeddedPkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
XiaomiMI6Pkg/XiaomiMI6Pkg.dec
RedmiNote7Pkg/RedmiNote7Pkg.dec

[LibraryClasses]
ArmLib
Expand All @@ -34,9 +34,9 @@
SerialPortLib

[Sources.common]
XiaomiMI6.c
XiaomiMI6Helper.S
XiaomiMI6Mem.c
RedmiNote7.c
RedmiNote7Helper.S
RedmiNote7Mem.c

[FixedPcd]
gArmTokenSpaceGuid.PcdArmPrimaryCore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <Protocol/LoadedImage.h>
#include <Protocol/PlatformBootManager.h>

#include "XiaomiMI6Dxe.h"
#include "RedmiNote7Dxe.h"

EFI_CPU_ARCH_PROTOCOL *gCpu;

Expand Down Expand Up @@ -71,7 +71,7 @@ OnEndOfDxe (

EFI_STATUS
EFIAPI
XiaomiMI6EntryPoint (
RedmiNote7EntryPoint (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

[Defines]
INF_VERSION = 0x0001001a
BASE_NAME = XiaomiMI6Dxe
BASE_NAME = RedmiNote7Dxe
FILE_GUID = 422BB380-0FFB-41EC-B86E-AE70F8A02DA3
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = XiaomiMI6EntryPoint
ENTRY_POINT = RedmiNote7EntryPoint

[Sources.common]
XiaomiMI6Dxe.c
RedmiNote7Dxe.c

[Packages]
EmbeddedPkg/EmbeddedPkg.dec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[Defines]
DEC_SPECIFICATION = 0x0001001a
PACKAGE_NAME = XiaomiMI6Pkg
PACKAGE_NAME = RedmiNote7Pkg
PACKAGE_GUID = 7eb1de03-3910-4d1d-84ce-c17b53636b9a
PACKAGE_VERSION = 0.1

Expand All @@ -29,17 +29,17 @@
Include # Root include for the package

[Guids.common]
gXiaomiMI6PkgTokenSpaceGuid = { 0x99a14446, 0xaad7, 0xe460, {0xb4, 0xe5, 0x1f, 0x79, 0xaa, 0xa4, 0x93, 0xfd } }
gRedmiNote7PkgTokenSpaceGuid = { 0x99a14446, 0xaad7, 0xe460, {0xb4, 0xe5, 0x1f, 0x79, 0xaa, 0xa4, 0x93, 0xfd } }

[Protocols]
gEFIDroidKeypadDeviceProtocolGuid = { 0xb27625b5, 0x0b6c, 0x4614, { 0xaa, 0x3c, 0x33, 0x13, 0xb5, 0x1d, 0x36, 0x46 } }


[PcdsFixedAtBuild.common]
# Simple FrameBuffer
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferAddress|0x00400000|UINT32|0x0000a400
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080|UINT32|0x0000a401
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|1920|UINT32|0x0000a402
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferPixelBpp|32|UINT32|0x0000a403
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleWidth|1080|UINT32|0x0000a404
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleHeight|1920|UINT32|0x0000a405
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferAddress|0x00400000|UINT32|0x0000a400
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080|UINT32|0x0000a401
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2340|UINT32|0x0000a402
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferPixelBpp|32|UINT32|0x0000a403
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleWidth|1080|UINT32|0x0000a404
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleHeight|1920|UINT32|0x0000a405
40 changes: 20 additions & 20 deletions XiaomiMI6Pkg/XiaomiMI6Pkg.dsc → RedmiNote7Pkg/RedmiNote7Pkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
#
################################################################################
[Defines]
PLATFORM_NAME = XiaomiMI6Pkg
PLATFORM_NAME = RedmiNote7Pkg
PLATFORM_GUID = 28f1a3bf-193a-47e3-a7b9-5a435eaab2ee
PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010019
OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
SUPPORTED_ARCHITECTURES = AARCH64
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = XiaomiMI6Pkg/XiaomiMI6Pkg.fdf
FLASH_DEFINITION = RedmiNote7Pkg/RedmiNote7Pkg.fdf

!include XiaomiMI6Pkg/CommonDsc.dsc.inc
!include RedmiNote7Pkg/CommonDsc.dsc.inc

[LibraryClasses.common]
ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
ArmPlatformLib|XiaomiMI6Pkg/Library/XiaomiMI6Lib/XiaomiMI6Lib.inf
ArmPlatformLib|RedmiNote7Pkg/Library/RedmiNote7Lib/RedmiNote7Lib.inf
CompilerIntrinsicsLib|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
Expand All @@ -43,7 +43,7 @@
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf

SerialPortLib|XiaomiMI6Pkg/Library/InMemorySerialPortLib/InMemorySerialPortLib.inf
SerialPortLib|RedmiNote7Pkg/Library/InMemorySerialPortLib/InMemorySerialPortLib.inf
RealTimeClockLib|EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf
TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf

Expand All @@ -52,10 +52,10 @@

# Network Libraries
UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
IpIoLib|NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf
UdpIoLib|NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf

# VariableRuntimeDxe Requirements
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
Expand All @@ -66,8 +66,8 @@
# SimpleFbDxe
FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf

SerialPortLib|XiaomiMI6Pkg/Library/FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf
PlatformBootManagerLib|XiaomiMI6Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
SerialPortLib|RedmiNote7Pkg/Library/FrameBufferSerialPortLib/FrameBufferSerialPortLib.inf
PlatformBootManagerLib|RedmiNote7Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf

[LibraryClasses.common.SEC]
PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
Expand Down Expand Up @@ -98,7 +98,7 @@

# System Memory (4GB)
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
gArmTokenSpaceGuid.PcdSystemMemorySize|0xF8000000
gArmTokenSpaceGuid.PcdSystemMemorySize|0xe0000000

# We only boot one processor here!
gArmPlatformTokenSpaceGuid.PcdCoreCount|1
Expand Down Expand Up @@ -137,9 +137,9 @@
#
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE

gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferAddress|0x9d400000
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080
gXiaomiMI6PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|1920
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferAddress|0x9d400000
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080
gRedmiNote7PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2340

gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20

Expand Down Expand Up @@ -202,8 +202,8 @@
#
EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboardDxe.inf

XiaomiMI6Pkg/XiaomiMI6Dxe/XiaomiMI6Dxe.inf
XiaomiMI6Pkg/SimpleFbDxe/SimpleFbDxe.inf
RedmiNote7Pkg/RedmiNote7Dxe/RedmiNote7Dxe.inf
RedmiNote7Pkg/SimpleFbDxe/SimpleFbDxe.inf

#
# USB Host Support
Expand Down Expand Up @@ -241,12 +241,12 @@
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
# XiaomiMI6Pkg/AcpiTables/AcpiTables.inf
# RedmiNote7Pkg/AcpiTables/AcpiTables.inf

#
# SMBIOS Support
#
XiaomiMI6Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
RedmiNote7Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf

#
Expand All @@ -269,7 +269,7 @@
NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
}
XiaomiMI6Pkg/Drivers/LogoDxe/LogoDxe.inf
RedmiNote7Pkg/Drivers/LogoDxe/LogoDxe.inf

ShellPkg/Application/Shell/Shell.inf {
<LibraryClasses>
Expand Down
Loading

0 comments on commit 388fb9d

Please sign in to comment.