Update OpenCorePkg to rolling

This commit is contained in:
Jazzzny
2025-06-30 09:22:53 -04:00
parent 8872a18bfe
commit cd3f3fb039
7 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
## 3.0.0 ## 3.0.0
- Restore support for FileVault 2 on macOS 26 - Restore support for FileVault 2 on macOS 26
- Add USB mappings for macOS 26 - Add USB mappings for macOS 26
- Increment Binaries:
- OpenCorePkg 1.0.5 - rolling (f03819e)
## 2.4.0 ## 2.4.0
- Reduce CPU usage on main UI thread - Reduce CPU usage on main UI thread

View File

@@ -28,7 +28,7 @@ class Constants:
# OpenCore Versioning # OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg # https://github.com/acidanthera/OpenCorePkg
self.opencore_version: str = "1.0.4" self.opencore_version: str = "1.0.5"
# Kext Versioning # Kext Versioning
## Acidanthera ## Acidanthera

Binary file not shown.

View File

@@ -60,6 +60,13 @@ UNUSED_DRIVERS = [
"RamDiskDxe.efi", "RamDiskDxe.efi",
"Mtftp6Dxe.efi", "Mtftp6Dxe.efi",
"OpenNetworkBoot.efi", "OpenNetworkBoot.efi",
"Virtio10.efi",
"VirtioBlkDxe.efi",
"VirtioGpuDxe.efi",
"VirtioNetDxe.efi",
"VirtioPciDeviceDxe.efi",
"VirtioScsiDxe.efi",
"VirtioSerialDxe.efi"
] ]
UNUSED_TOOLS = [ UNUSED_TOOLS = [

Binary file not shown.

Binary file not shown.