Skip to content

Commit 47c4861

Browse files
Michael Belyaevvit9696
Michael Belyaev
authored andcommitted
BootLiquor: Initial preview based on @Download-Fritz's implementation
1 parent 439688e commit 47c4861

23 files changed

+7037
-78
lines changed

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ OpenCore Changelog
33

44
#### v0.5.7
55
- Added TimeMachine detection to picker
6+
- Added early preview version of BootLiquor
67

78
#### v0.5.6
89
- Various improvements to builtin text renderer

OpenCorePkg.dsc

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
BaseRngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
3030
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
3131
DebugLib|OpenCorePkg/Library/OcDebugLogLib/OcDebugLogLib.inf
32+
MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
3233
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
3334
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
3435
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
@@ -185,6 +186,7 @@
185186
OpenCorePkg/Library/OcVirtualFsLib/OcVirtualFsLib.inf
186187
OpenCorePkg/Library/OcXmlLib/OcXmlLib.inf
187188
OpenCorePkg/Platform/AppleUsbKbDxe/UsbKbDxe.inf
189+
OpenCorePkg/Platform/BootLiquor/BootLiquor.inf
188190
OpenCorePkg/Platform/FwRuntimeServices/FwRuntimeServices.inf
189191
OpenCorePkg/Platform/OpenCore/OpenCore.inf
190192
OpenCorePkg/Tests/AcpiTest/AcpiTest.inf
@@ -203,7 +205,6 @@
203205
OpenCorePkg/Tests/SmbiosTest/SmbiosTest.inf
204206
OpenCorePkg/Tests/SmbiosTest/SmbiosTestApp.inf
205207

206-
207208
[LibraryClasses]
208209
NULL|OpenCorePkg/Library/OcCompilerIntrinsicsLib/OcCompilerIntrinsicsLib.inf
209210

OpenCorePkg.xcodeproj/project.pbxproj

+1,932-74
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)