Skip to content

Commit aee426f

Browse files
committed
restore CloverEFI functionality
Signed-off-by: SergeySlice <[email protected]>
1 parent 62e6f8d commit aee426f

94 files changed

Lines changed: 19690 additions & 698 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Clover.dsc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
#EblCmdLib|EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf
8989
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
9090
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
91-
UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
91+
UefiCpuLib|CloverEFI/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
9292
!ifdef ENABLE_SECURE_BOOT
9393
OpensslLib|Library/OpensslLib/openssl-$(OPENSSL_VERSION)/OpensslLib.inf
9494
IntrinsicLib|Library/IntrinsicLib/IntrinsicLib.inf
@@ -135,10 +135,10 @@
135135

136136
#SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
137137
#SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
138-
MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
138+
MtrrLib|CloverEFI/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
139139
IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
140-
LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
141-
#LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
140+
LocalApicLib|CloverEFI/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
141+
#LocalApicLib|CloverEFI/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
142142

143143
#
144144
# To save size, use NULL library for DebugLib and ReportStatusCodeLib.
@@ -595,7 +595,7 @@
595595
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
596596
}
597597
MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
598-
UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
598+
CloverEFI/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
599599
#UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
600600
#UefiCpuPkg/CpuDxe/CpuDxe.inf
601601
#UefiCpuPkg/CpuDxe/CpuDxe.inf

Clover.fdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ INF CloverEFI/OsxSmbiosGenDxe/SmbiosGen.inf
104104
INF CloverEFI/OsxBdsDxe/BdsDxe.inf
105105
INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
106106
INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
107-
#INF UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
107+
INF CloverEFI/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
108108
#INF UefiCpuPkg/CpuDxe/CpuDxe.inf
109109

110110
#INF IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf

0 commit comments

Comments
 (0)