Skip to content

Commit a1fba15

Browse files
committed
Bump OpenCore to v1.0.6
- Updates OpenCore for various fixes for CPU frequency detection, etc. - Updates HFS+ and ExFat drivers for legacy platforms (requiring only SSE2 instead of Ivy Bridge). - Updates Lilu to pre-release v1.7.2 build to fix AMDSupport panics
1 parent f1abac0 commit a1fba15

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a href="/LICENSE">![License](https://img.shields.io/badge/⚖_License-BSD_3_Clause-lightblue?labelColor=3f4551)</a>
1515
<a href="/docs/CHANGELOG.md">![SemVer](https://img.shields.io/github/v/release/Qonfused/OSX-Hyper-V?label=SemVer&logo=SemVer&labelColor=3f4551)</a>
1616
<a href="">![macOS Versions](https://img.shields.io/badge/macOS%20Versions-10.4%20to%2026-important?labelColor=3f4551)</a>
17-
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/OpenCore-1.0.5-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451)</a>
17+
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/OpenCore-1.0.6-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451)</a>
1818
<a href="https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml">![OCE Build](https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml/badge.svg?branch=main)</a>
1919

2020
</div>

src/build.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ dependencies:
2929
Kexts:
3030
Lilu:
3131
build: DEBUG
32-
version: 1.7.1
33-
url: 'https://github.com/dortania/build-repo/releases/download/Lilu-dc01cb5/Lilu-1.7.1-DEBUG.zip'
34-
resolution: 'acidanthera/Lilu@github:1.7.1#commit=dc01cb583295ceded4f42a6310a15e3abac1c025'
32+
version: 1.7.2
33+
url: 'https://github.com/dortania/build-repo/releases/download/Lilu-161537e/Lilu-1.7.2-DEBUG.zip'
34+
resolution: 'acidanthera/Lilu@github:1.7.2#commit=161537ec43a19abf38adb44543ded273305d7bf0'
3535
specifier: 'acidanthera/Lilu@github'
3636
kind: Kext
37-
revision: '{ SHA1: dc01cb583295ceded4f42a6310a15e3abac1c025 }'
37+
revision: '{ SHA1: 161537ec43a19abf38adb44543ded273305d7bf0 }'
3838
MacHyperVSupport:
3939
build: DEBUG
4040
version: 0.9.9
@@ -54,16 +54,16 @@ dependencies:
5454
OpenCorePkg:
5555
OcBinaryData:
5656
build: DEBUG
57-
url: 'https://github.com/acidanthera/OcBinaryData/archive/2c5b9696ddafe57364ceef5bb85a58868d034087.tar.gz'
58-
resolution: 'acidanthera/OcBinaryData@github#commit=2c5b9696ddafe57364ceef5bb85a58868d034087'
57+
url: 'https://github.com/acidanthera/OcBinaryData/archive/e74e533d8f89c1d5014cfb47c185502bf415741f.tar.gz'
58+
resolution: 'acidanthera/OcBinaryData@github#commit=e74e533d8f89c1d5014cfb47c185502bf415741f'
5959
specifier: 'acidanthera/OcBinaryData@github:latest'
6060
kind: Binary
61-
revision: '{ SHA1: 2c5b9696ddafe57364ceef5bb85a58868d034087 }'
61+
revision: '{ SHA1: e74e533d8f89c1d5014cfb47c185502bf415741f }'
6262
OpenCore:
6363
build: DEBUG
64-
version: 1.0.5
65-
url: 'https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.5/OpenCore-1.0.5-DEBUG.zip'
66-
resolution: 'acidanthera/OpenCorePkg@github:1.0.5#commit=e8437f737708c7151b243d967f9ceca54193d97e'
64+
version: 1.0.6
65+
url: 'https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.6/OpenCore-1.0.6-DEBUG.zip'
66+
resolution: 'acidanthera/OpenCorePkg@github:1.0.6#commit=64e3b5811ee17804cc04236618dc968ca57378a6'
6767
specifier: 'acidanthera/OpenCorePkg@github:latest'
6868
kind: Binary
69-
revision: '{ SHA1: e8437f737708c7151b243d967f9ceca54193d97e }'
69+
revision: '{ SHA1: 64e3b5811ee17804cc04236618dc968ca57378a6 }'

0 commit comments

Comments
 (0)