Changelog.md 36.6 KB
Newer Older
V
vit9696 已提交
1 2
OpenCore Changelog
==================
V
Vitaly Cheptsov 已提交
3 4
#### v0.7.3
- Improved SSDT-PNLF compatibility with CFL+ graphics
V
Vitaly Cheptsov 已提交
5 6
- Fixed OpenCanopy performance loss due to redrawing introduced in 0.6.9
- Added pattern-based automatic variable initialisation for better security
V
Vitaly Cheptsov 已提交
7

J
John Davis 已提交
8 9
#### v0.7.2
- Fixed OSBundleLibraries/OSBundleLibaries64 handling
10
- Added `GraphicsInputMirroring` to fix lost keystrokes in some non-Apple graphical UEFI apps
V
Vitaly Cheptsov 已提交
11
- Added support for stack canaries (security cookies / stack guards)
12
- Fixed unintialised memory access in AudioDxe causing audio playback failure
13
- Changed `Default` Apple Secure Boot model to `x86legacy` for better security and compatibility
14
- Increased default APFS `MinDate` and `MinVersion` to macOS Big Sur for better security
15
- Updated builtin firmware versions for SMBIOS and the rest
V
Vitaly Cheptsov 已提交
16
- Improved SSDT-PNLF compatibility with Windows and newer graphics
17
- Fixed CLANGPDB OpenCore builds by shortening OC magic
V
vit9696 已提交
18
- Updated underlying EDK II package to edk2-stable202108
J
John Davis 已提交
19

20 21
#### v0.7.1
- Added `SyncTableIds` quirk to sync modified table OEM identifiers
22
- Added CPU Info (MSRs) dumping to `SysReport`
A
Andrey1970AppleLife 已提交
23
- Updated builtin firmware versions for SMBIOS and the rest
24
- Fixed `PowerTimeoutKernelPanic` on macOS 12
25
- Fixed transparency click detection on OpenCanopy boot entries
P
PMheart 已提交
26
- Added PCI device info dumping to `SysReport`
27
- Fixed `SetApfsTrimTimeout` on macOS 12
28 29 30 31
- Documented requirement for SetDefault.icns width to match Selector.icns width
- Added explicit warn and safe fallback to builtin picker on failure to match the above
- Added VSCode source level IDE debug config example to debug docs
- Added other minor debug docs updates
32
- Fixed incorrect timeout of built-in picker on IA32
V
Vitaly Cheptsov 已提交
33
- Added support for custom kernels on ESP partition
34
- Fixed DEBUG ASSERT on pressing change entry keys with single boot entry in OpenCanopy
35
- Added recommended `Apple12` and `Windows11` flavours
V
vit9696 已提交
36
- Added `TpmInfo` tool to DEBUG TPM status
37
- Fixed incorrect OpenCanopy initial display when default entry beyond right of screen
38
- Fixed `ProvideCurrentCpuInfo` MSR patch on macOS 12
P
PMheart 已提交
39
- Fixed `AppleXcpmForceBoost` patch on macOS 12
40

41 42
#### v0.7.0
- Fixed NVRAM reset on firmware with write-protected `BootOptionSupport`
43 44
- Improved direct GOP renderer performance for certain cases
- Added support for display rotation in direct GOP renderer
V
Vitaly Cheptsov 已提交
45
- Fixed handling multinode device paths in LoadedImage and elsewhere
46 47
- Changed OpenCanopy image directory to support directory prefixes
- Changed OpenCanopy preferred image set to `Acidanthera\GoldenGate`
48
- Removed `<BOOTPATH>.icns` and `<TOOLPATH>.icns` support
49 50
- Added content flavour system allowing custom boot entry icons compatible across icon packs
- Added automatic flavour detection for macOS boot entries
51
- Added `ProvideCurrentCpuInfo` quirk to provide correct TSC/FSB for Hyper-V virtual machines
52
- Added Hyper-V device path expansion to allow setting default boot volume
53
- Added `Apple` variant of `GopPassThrough` to handle only `AppleFramebufferInfo` handles
54
- Fixed further kernel patches not being processed if a patch was skipped due to arch mismatch
55 56 57 58
- Added optional Toggle SIP system boot menu option
- Added `CsrUtil.efi` tool, similar to Apple `csrutil`
- Removed support for `<TOOLPATH>.lbl`/`.l2x` pre-drawn entry labels
- Fixed previous text not cleared before console mode tools and entries in OpenCanopy
59
- Fixed DEBUG build crashes with `GopPassThrough` and `UgaPassThrough`
60 61
- Added flavour for memory testing utilities
- Updated recommended `memtest86` config in sample `.plist` files
M
MikeBeaton 已提交
62
- Defined bootloader flavours
M
MikeBeaton 已提交
63
- Applied own flavour to OC build
64
- Added CPU topology fixes to `ProvideCurrentCpuInfo` quirk
65 66
- Updated OC default SIP disabled value
- Documented SIP values which affect macOS updates
M
MikeBeaton 已提交
67
- Added `csr-data` Apple NVRAM var to docs
V
Vitaly Cheptsov 已提交
68
- Fixed file alignment causing codesign issues with CLANGPDB images
69
- Replaced `AdviseWindows` with `AdviseFeatures` to support APFS
70

71 72
#### v0.6.9
- Fixed out-of-sync cursor movement rectangle when loading e.g. CrScreenshotDxe
V
vit9696 已提交
73
- Updated underlying EDK II package to edk2-stable202102
M
MikeBeaton 已提交
74 75 76 77
- Applied consistent enforcement of required minimum Apple OEM Apple Event protocol version
- Changed CustomDelays to less surprising boolean setting with failsafe of false
- Changed key repeat failsafes and sample values to Apple OEM values
- Changed PointerSpeedMul failsafe to Apple OEM value
78
- Updated docs to include configuration of key repeat settings with and without KeySupport
79
- Prevented 'set default' UI when action not permitted by security config
80 81
- Added `ForgeUefiSupport` quirk to workaround legacy EFI 1.x firmwares compatibility
- Added `ReloadOptionRoms` quirk to force-load Option ROMs on PCI devices
M
MikeBeaton 已提交
82
- Added `OC_ATTR_USE_MINIMAL_UI` to allow running pickers with no Shutdown and Restart buttons
M
MikeBeaton 已提交
83
- Added display of OpenCore version number to OpenCanopy as well as builtin picker, depending on existing ExposeSensitiveData bit
V
Vitaly Cheptsov 已提交
84
- Added support for case-insensitive argument handling in the UEFI tools
85
- Added vector acceleration of SHA-512 and SHA-384 hashing algorithms, thx @MikhailKrichanov
86
- Fixed wraparound when using arrow keys in OpenCanopy
87
- Updated builtin firmware versions for SMBIOS and the rest
88
- Added bundled Linux versions for userspace utilities
V
vit9696 已提交
89
- Fixed fallback SMBIOS `Manufacturer` value to `NO DIMM` for empty slots
V
vit9696 已提交
90
- Fixed assertions when running OpenCanopy with low resolution, will fallbacks to builtin now
91

92 93
#### v0.6.8
- Switched to VS2019 toolchain for Windows builds
V
Vitaly Cheptsov 已提交
94
- Reduced legacy boot install interaction effort
95
- Increased OpenCanopy rendering performance
96
- Added OpenCanopy Shut Down and Restart buttons
97 98
- Reduced OpenCanopy mouse pointer input lag
- Fixed that cursor bounds could be different from OpenCanopy's
99
- Improved builtin picker rendering performance
V
vit9696 已提交
100
- Added Memory Type decoding for SMBIOS in `Automatic` mode
101
- Properly support setting custom entries as default boot options
102
- Fixed creating log file when root file system is not writable
103 104
- Fixed `DisableSingleUser` not being enabled in certain cases
- Added `ForceBooterSignature` quirk for Mac EFI firmware
105
- Fixed OpenCanopy sometimes cutting off shown boot entries
106
- Further improved CPU frequency calculation on legacy CPUs
V
Vitaly Cheptsov 已提交
107
- Fixed SMBIOS SMC version encoding sequence
108 109
- Added TSC frequency reading from Apple Platform Info
- Added TSC frequency reading for Apple devices with nForce chipsets
V
vit9696 已提交
110
- Added `Base` and `BaseSkip` lookup for ACPI patches
111
- Fixed ACPI table magic corruption during patching
112 113
- Fixed unnatural OpenCanopy and FileVault 2 cursor movement
- Fixed OpenCanopy interrupt handling causing missed events and lag
114 115
- Improved OpenCanopy double-click detection 
- Reduced OpenCanopy touch input lag and improved usability
116 117
- Improved keypress responsiveness in OpenCanopy and builtin pickers
- Improved non-repeating key detection in OpenCanopy and builtin pickers
M
MikeBeaton 已提交
118
- Fixed Escape preventing OpenCanopy fade up until released, on some systems
119 120
- Fixed fast repeat then stall issue with key handling on some PS/2 systems
- Added accurate Shift+Enter/Shift+Index detection when using PollAppleHotKeys
M
MikeBeaton 已提交
121
- Added 'set default' indicator to builtin picker
V
Vitaly Cheptsov 已提交
122
- Replaced VerifyMsrE2 with ControlMsrE2 also allowing unlock on some firmwares
123 124 125 126 127 128 129
- Fixed OpenCanopy flicker when refreshing the entry view
- Added OpenCanopy TAB navigation support
- Added OpenCanopy graphical password interface
- Added OpenCanopy pulsing animation to signal timeout
- Added OpenCanopy 'set default' indicator
- Fixed OpenCanopy not aborting timeout on pointer click
- Fixed OpenCanopy intro animation not scaling with UIScale
130
- Add OpenCanopy boot entry label scrolling (fixes missing long labels)
131
- Added tabbable Shutdown and Restart buttons to builtin picker
132
- Fixed in-firmware shutdown for some systems running OpenDuet
133
- Added Zero as alias hotkey for Escape, to force show picker if hidden
134
- Added =/+ key as alias for CTRL to set default OS
M
MikeBeaton 已提交
135
- Added additional support for configuring correct key repeat behaviour with KeySupport mode
136
- Fixed CPU multiplier detection on pre-Nehalem Intel CPUs
G
Goldfish64 已提交
137
- Fixed incorrect handling of multiple processors and processor cache in SMBIOS
138
- Matched default Apple boot picker cursor start position
139
- Updated OpenShell `devices` command to support misaligned device names returned by some Apple firmware
140 141
- Added `(dmg)` suffix to DMG boot options in OpenCanopy
- Added identifiers for Rocket Lake and Tiger Lake CPUs
A
Andrey1970AppleLife 已提交
142 143
- Added PickerAudioAssist 'disk image' indication
- Fixed PickerAudioAssist indications played twice in rare cases
144
- Improved OpenCanopy pointer acceleration
145
- Added more precise control on `AppleEvent` protocol properties and features
146
- Added dynamic keyboard protocol installation on CrScreenshotDxe
147
- Support starting UEFI tools with argument support (e.g. `ControlMsrE2`) without arguments from picker
148
- Fixed OpenCanopy font height calculation, may reject previously working fonts and mitigate memory corruption
149
- Fixed incorrect identification of Xeon E5XXX/E5-XXXX and Xeon WXXXX/W-XXXX CPUs
150
- Added RSDP, RSDT, and XSDT handling to `NormalizeHeaders` ACPI quirk
151

V
Vitaly Cheptsov 已提交
152 153
#### v0.6.7
- Fixed ocvalidate return code to be non-zero when issues are found
154
- Added `OEM` values to `PlatformInfo` in `Automatic` mode
155
- Improved CPU frequency calculation on Haswell and earlier
156
- Fixed issues when applying certain patches
157
- Added `SSN` (and `HW_SSN`) variable support
158 159
- Added onscreen early logging in DEBUG builds for legacy firmware
- Added workaround for firmware not specifying DeviceHandle at bootstrap
160
- Added support for R/O page tables in `SetupVirtualMap` quirk
V
vit9696 已提交
161
- Added OEM preservation for certain Apple SMBIOS tables
162
- Fixed switching to graphics mode when entering OpenCanopy
163
- Fixed installing Apple FB Info protocol when no GOP exists
164
- Fixed abort timeout sound in OpenCanopy on key press
165
- Added `GopPassThrough` option to support GOP protocol over UGA
166
- Fixed CPU speed rounding for certain Xeon and Core 2 CPUs
167
- Removed `KeyMergeThreshold` as it never functioned anyway
168
- Added `acdtinfo` utility to lookup certain products
169
- Fixed `FSBFrequency` calculation with fractional multiplier
170
- Fixed showing core count for some AMD CPUs
171
- Added `ResetTrafficClass` to reset TCSEL to T0 on legacy HDA
V
Vitaly Cheptsov 已提交
172
- Fixed default boot entry selection without timeout for builtin picker
173
- Added ocpasswordgen utility to generate OpenCore password data
174
- Added `ActivateHpetSupport` quirk to activate HPET support
175
- Fixed `opencore-version` reporting the incorrect version in rare cases
V
Vitaly Cheptsov 已提交
176

177 178 179
#### v0.6.6
- Added keyboard and pointer entry scroll support in OpenCanopy
- Added background image support in OpenCanopy
V
vit9696 已提交
180 181
- Fixed selector boot option choice in OpenCanopy
- Relaxed selector dimensions for OpenCanopy
182 183
- Added `MaxBIOSVersion` option to `Generic`
- Fixed MLB verification feature in macrecovery
184
- Replaced `VBoxHfs` driver with `OpenHfsPlus`
G
Goldfish64 已提交
185
- Added audio codec dumping to `SysReport`
186 187
- Fixed compatibility with page protection for all binaries
- Fixed crashes in OpenUsbKbDxe when handling unsupported devices
G
Goldfish64 已提交
188
- Removed `HdaCodecDump` application in favor of `SysReport`
189
- Added `SetApfsTrimTimeout` to tune APFS trim command
190
- Changed `OpenCore.efi` to application to improve FW compatibility
191
- Added `DisableSecurityPolicy` UEFI quirk to workaround driver loading
G
Goldfish64 已提交
192
- Added support for ranged widget connections in AudioDxe
193
- Fixed supplying non-RT `SetVirtualAddressMap` for non-macOS systems
V
Vitaly Cheptsov 已提交
194
- Fixed using `SystemUuid` from `DataHub` in non-Automatic mode for `SMBIOS`
195
- Dropped failsafe defaults from `Generic` to match non-Automatic mode
196
- Replaced `BootProtect` with `LauncherOption` and `LauncherPath`
197
- Added `OpenPartitionDxe` with Apple Partition Management scheme
V
Vitaly Cheptsov 已提交
198
- Improved ocvalidate checks in `Misc`, `NVRAM`, and `UEFI` sections
V
Vitaly Cheptsov 已提交
199
- Fixed multiple flaws in EFI image loading, APFS driver in particular
200 201
- Fixed NVRAM `system-id` being accidentally stored in Little Endian format
- Added `UseRawUuidEncoding` to choose SMBIOS UUID encoding style
202
- Updated builtin firmware versions for SMBIOS and the rest
203

204 205
#### v0.6.5
- Fixed installing OpenDuet on protected volumes
206
- Updated underlying EDK II package to edk2-stable202011
207
- Updated builtin firmware versions for SMBIOS and the rest
V
vit9696 已提交
208
- Fixed macrecovery server protocol compatibility
209
- Added basic audio assistant support in OpenCanopy
210
- Added compiled ACPI samples to the package
211
- Fixed timer resolution restoration at boot time
V
Vitaly Cheptsov 已提交
212
- Fixed memory capacity when using custom SMBIOS memory config
213
- Removed no longer required `DeduplicateBootOrder` quirk
214
- Fixed macserial crashes when processing invalid serials
215
- Fixed macserial issues when processing 2021 year serials
V
Vitaly Cheptsov 已提交
216
- Added advanced error checking in ocvalidate utility
217
- Added `SetupDelay` to configure audio setup delay
218
- Reworked LogoutHook.command to support older macOS
219
- Implemented MP3 audio decoding for audio assistant support
220 221
- Added support for `PickerVariant` for more theme variants
- Added `OC_ATTR_HIDE_THEMED_ICONS` `PickerAttribute` for Time Machine
V
Vitaly Cheptsov 已提交
222
- Fixed OpenUsbKb compatibility with certain keyboards
223 224

#### v0.6.4
225
- Added `BlacklistAppleUpdate` to fix macOS 11 broken update optout
226
- Dropped HII services from OpenDuet improving size and performance
227
- Fixed patching of injected kexts in mkext
228
- Added support for launching from relative paths
229 230
- Added direct path passing for tools via `RealPath`
- Allowed launching tools and entries in text mode via `TextMode`
A
Andrey1970AppleLife 已提交
231
- Updated builtin firmware versions for SMBIOS and the rest
G
Goldfish64 已提交
232
- Fixed ACPI patches not applying if tables are in locked memory
233
- Fixed `EnableSafeModeSlide` on macOS 11
234
- Added `AllowRelocationBlock` quirk for older macOS and safe mode
A
Andrey1970AppleLife 已提交
235
- Fixed CPU frequency calculation on AMD 19h family
A
Andrey1970AppleLife 已提交
236
- Updated recovery_urls
237
- Fixed `DisableSingleUser` quirk when Apple Secure Boot is enabled
238
- Added `BootstrapShort` to workaround buggy Insyde firmware
V
vit9696 已提交
239
- Changed `Bootstrap(Short)` to choose dynamic entry (requires NVRAM reset)
240
- Avoided `Boot` prefix in `RequestBootVarRouting` to workaround AMI issues
241
- Added bootloader patch support in `Booter` `Patch` section
242
- Fixed startup hang on firmware that permit timer function re-entrance
243
- Made pointer control optional for OpenCanopy via `PickerAttributes`
244
- Added support for `StartupMute` variable in `PlayChime`
245
- Added support for per-volume icons for APFS on Preboot
246
- Removed HII dependency from OpenUsbKbDxe driver
V
Vitaly Cheptsov 已提交
247
- Fixed undefined behavior in OpenDuet causing random crashes and hangs
248

P
PMheart 已提交
249 250
#### v0.6.3
- Added support for xml comments in plist files
V
Vitaly Cheptsov 已提交
251
- Updated underlying EDK II package to edk2-stable202008
252
- Provide fallbacks for NULL memory SMBIOS strings
253
- Fixed `BOOTx64.efi` and `BOOTIA32.efi` convention
V
Vitaly Cheptsov 已提交
254 255
- Fixed SMBIOS handling with multiple memory arrays
- Fixed memory array handle assignment on empty slots
256 257
- Fixed CPUID patching on certain versions of macOS 10.4.10 and 10.4.11
- Fixed incorrect core/thread counts on Pentium M processors
258
- Added `SSDT-UNC.dsl` ACPI sample to resolve X99 issues, thx @RemB
259
- Updated builtin firmware versions for SMBIOS and the rest
260
- Increased slide allocation reserve to 200 MB for Big Sur beta 10
261
- Fixed assert when trying to enable direct renderer on blit-only GOP
262
- Added support for custom memory properties
263 264
- Fixed intermittent 32-bit prelinking failures caused by improper Mach-O expansion
- Fixed failures in cacheless injection dependency resolution
G
Goldfish64 已提交
265
- Fixed detection issues with older Atom CPUs
266
- Fixed `ScanPolicy` NVMe handling on MacPro5,1
267
- Fixed I/O issues on platforms incapable of reading over 1MB at once
M
Mykola Grymalyuk 已提交
268
- Fixed plist-only kext injection in Big Sur
269
- Add `ForceResolution` option for enabling non-default resolutions
270
- Fixed Ps2MouseDxe not properly loading under OpenDuetPkg
V
Vitaly Cheptsov 已提交
271
- Added workaround for read-only errors on some X299 boards
272 273
- Added support for `x86legacy` Secure Boot model
- Added missing Secure Boot NVRAM variables required by 11.0
274
- Added setting of `system-id` NVRAM variable
275
- Added `ForceSecureBootScheme` quirk for virtual machines
276
- Fixed kernel and ACPI patches failing to replace last bytes of memory
P
PMheart 已提交
277

A
Andrey1970AppleLife 已提交
278
#### v0.6.2
A
Andrey1970AppleLife 已提交
279
- Updated builtin firmware versions for SMBIOS and the rest
280
- Added `ProcessorType` option to `Generic` allowing custom CPU names
281
- Fixed `UnblockFsConnect` option not working with APFS JumpStart
G
Goldfish64 已提交
282
- Added IA32 binary variant to the release bundles
G
Goldfish64 已提交
283 284
- Fixed improper handling of cacheless kexts without an Info.plist
- Fixed improper calculation of kext startup address for blocking
V
vit9696 已提交
285 286 287
- Added mkext 32-bit kext injection (10.4-10.6)
- Added cacheless 32-bit kext injection (10.4-10.7)
- Added 32-bit kernel/kext patching/blocking support
288
- Fixed issues loading 10.7 EfiBoot
289
- Added `Type` to `ReservedMemory` to fulfil hibernation hack needs
290
- Added workaround to displaying `Preboot` instead of `Macintosh HD`
V
vit9696 已提交
291 292
- Added prelinkedkernel 32-bit kext injection (10.6-10.7)
- Added `SystemMemoryStatus` to override memory replacement on some models
D
dakanji 已提交
293 294
- Added older Pentium CPU recognition in SMBIOS
- Added `ExtendBTFeatureFlags` to properly set `FeatureFlags` for Bluetooth (which substitutes BT4LEContinuityFixup)
V
Vitaly Cheptsov 已提交
295 296
- Added `MinKernel`/`MaxKernel` to CPUID emulation and `DummyPowerManagement`
- Fixed `-legacy` not being added in `KernelArch` `Auto` mode
D
dakanji 已提交
297
- Fixed `i386-user32` not forcing `i386` on macOS 10.7 on X64 firmware
V
Vitaly Cheptsov 已提交
298 299 300
- Fixed `i386-user32` being incorrectly enabled in macOS 10.4, 10.5, and 10.7
- Disabled prelinked boot for macOS 10.4 and 10.5 in `KernelCache` `Auto` mode
- Fixed `macserial` compatibility with iMac20,x serials and other models from 2020
301
- Added `LegacyCommpage` quirk to improve pre-SSSE3 userspace compatibility
302
- Fixed legacy SATA HDDs displaying as external drives in the picker
A
Andrey1970AppleLife 已提交
303

V
vit9696 已提交
304 305
#### v0.6.1
- Improved recognition of early pressed hotkeys, thx @varahash
306
- Made DMG loading support configurable via `DmgLoading`
307
- Added iMac20,1 and iMac20,2 model codes
308
- Fixed display name for older Xeon CPUs like Xeon E5450
309
- Added Comet Lake-LP HDA device code
V
vit9696 已提交
310
- Fixed OS boot selection on SATA controllers with legacy OPROMs
311 312
- Fixed RSDP ACPI table checksum recalculation
- Added immutablekernel loading support for 10.13+
313
- Fixed solving some symbols to zero in 11.0 kext inject
314
- Reduced OpenCanopy size by restricting boot management access
315
- Added `BuiltinText` variant for `TextRenderer` for older laptops
316
- Fixed `SyncRuntimePermissions` creating invalid MAT table
317
- Added EFI FAT image loading support (macOS 10.8 and earlier)
G
Goldfish64 已提交
318 319 320
- Added 64-bit cacheless kext injection and patching support (macOS 10.9 and earlier)
- Added 64-bit mkext kext injection and patching support (macOS 10.6 and earlier)
- Fixed XNU hook matching non-kernel files
A
Andrey1970AppleLife 已提交
321
- Updated builtin firmware versions for SMBIOS and the rest
G
Goldfish64 已提交
322
- Fixed patching of ACPI tables in low memory
323
- Fixed macOS 11.0 DMG recovery loading without hotplug
324
- Fixed `XhciPortLimit` quirk on 10.12.6 and possibly other versions
325
- Fixed `IncreasePciBarSize` quirk on 10.11.5 and possibly other versions
326
- Fixed `LapicKernelPanic` quirk on 10.8.5 and possibly other versions
V
vit9696 已提交
327
- Fixed hard-lock caused by EHCI SMI in OpenDuetPkg
328 329 330 331 332 333
- Added preview UEFI Secure Boot compatibility
- Added `FuzzyMatch` option to support fuzzy kernelcache matching on 10.6 and earlier
- Added `KernelArch` option to specify architecture preference on older kernels
- Added `KernelCache` option to specify kernel caching preference for older kernels
- Added `Force` section to provide support for injecting drivers in older macOS
- Changed kernel driver injection to happen prior to kernel driver patching
V
vit9696 已提交
334
- Added `Arch` filtering option to `Add`, `Block`, `Force`, and `Patch` sections
335
- Added `DisableLinkeditJettison` quirk to workaround 11.0b5 kernel panics
336
- Added debugging of missing fields in the configuration
337

338 339 340
#### v0.6.0
- Fixed sound corruption with AudioDxe
- Fixed icon choice for Apple FW update in OpenCanopy
G
Goldfish64 已提交
341 342 343
- Fixed APFS driver loading on Fusion Drive
- Added Comet Lake HDA device code
- Fixed audio stream position reporting on non-Intel platforms
V
vit9696 已提交
344
- Added `Firmware` mode to `ResetSystem` to reboot into preferences
345
- Replaced `BlacklistAppleUpdate` with `run-efi-updater` NVRAM variable
V
vit9696 已提交
346
- Fixed reset value and detection in `FadtEnableReset` ACPI quirk
347
- Fixed freezes during boot option expansion with PXE boot entries
V
vit9696 已提交
348
- Updated underlying EDK II package to edk2-stable202005
V
vit9696 已提交
349 350
- Added `ProvideMaxSlide` quirk to improve laptop stability, thx @zhen-zen
- Fixed slide choice on platforms when 0 slide is unavailable, thx @zhen-zen
351
- Fixed assertions caused by unaligned file path access in DEBUG builds
352
- Renamed `ConfigValidity` utility to `ocvalidate` for consistency
353
- Added `GlobalConnect` for APFS loading to workaround older firmware issues
354
- Added 11.0 support for `AvoidRuntimeDefrag` Booter quirk
355
- Fixed 11.0 lapic kernel quirk as of DP1
356
- Improved boot selection scripts for macOS without NVRAM
357
- Added UGA protocol compatibility in `ProvideConsoleGop` quirk
358
- Added `UgaPassThrough` option to support UGA protocol over GOP
359
- Added `AppleFramebufferInfo` protocol implementation and override
360
- Fixed serial initialisation when file logging is disabled
361
- Fixed FSBFrequency reporting on Meron and similar CPUs
362
- Fixed incorrect volume icon dimension requirements in OpenCanopy
V
vit9696 已提交
363
- Added preview version of KernelCollection injection code
J
John Davis 已提交
364
- Fixed ACPI reset register detection in DxeIpl
A
Andrey1970AppleLife 已提交
365
- Added MacBookPro16,4 model code
A
Andrey1970AppleLife 已提交
366
- Updated builtin firmware versions for SMBIOS and the rest
367
- Fixed OSXSAVE reporting when emulating CPUID on newer CPUs
368
- Added `SerialInit` option to perform serial initialisation separately
369
- Fixed OpenDuetPkg booting on Intel G33 with SATA controller in RAID mode
370
- `PlatformInfo` `Automatic` for all models
371
- Fixed 32-bit OpenDuetPkg booting on machines with over 4 GBs of RAM
372
- Fixed delays with OpenDuetPkg booting with certain SATA controllers in IDE mode
373
- Fixed display name for some high core count i9 CPUs like 7920X
A
Andrey1970AppleLife 已提交
374
- Fixed SSDT-EC-USBX
375

376 377
#### v0.5.9
- Added full HiDPI support in OpenCanopy
378
- Improved OpenCanopy font rendering by using CoreText
379
- Fixed light and custom background font rendering
380 381 382 383 384 385 386
- Added `Boot####` options support in boot entry listing
- Removed `HideSelf` by pattern recognising `BOOTx64.efi`
- Added `BlacklistAppleUpdate` to avoid Apple FW updates
- Fixed accidental tool and NVRAM reset booting by default
- Fixed unrecognised select `com.apple.recovery.boot` entries
- Changed NVRAM reset not to erase `BootProtect` boot options
- Improved boot performance when picker UI is disabled
387
- Enforced the use of builtin picker when external fails
388
- Fixed warnings for empty NVRAM variables (e.g. rtc-blacklist)
389
- Added `ApplePanic` to store panic logs on ESP root
390
- Fixed `ReconnectOnResChange` reconnecting even without res change
391
- Fixed OpenCanopy showing internal icons for external drives
392
- Fixed OpenCanopy launching Shell with text over it
393
- Added partial hotkey support to OpenCanopy (e.g. Ctrl+Enter)
394
- Added builtin text renderer compatibility with Shell page mode
V
vit9696 已提交
395
- Fixed `FadtEnableReset` with too small FACP tables and some laptops
396
- Fixed CPU detection crash with QEMU 5.0 and KVM accelerator
397 398
- Removed `RequestBootVarFallback` due to numerous bugs
- Added `DeduplicateBootOrder` UEFI quirk
399
- Removed `DirectGopCacheMode` due to being ineffective
400
- Fixed assertions on log exhaustion causing boot failures
401
- Fixed builtin text renderer failing to provide ConsoleControl
402
- Fixed compatibility with blit-only GOP (e.g. OVMF Bochs)
403 404
- Fixed ignoring `#` in DeviceProperty and NVRAM `Delete`
- Renamed `Block` to `Delete` in `ACPI`,`DeviceProperties`, and `NVRAM`
V
vit9696 已提交
405
- Added MacBookPro16,2 and MacBookPro16,3 model codes
406
- Added PCI device scanning policy support (e.g. VIRTIO)
407 408 409
- Improved playback performance in AudioDxe
- Updated builtin firmware versions for SMBIOS and the rest
- Added improved CPU type detection for newer CPU types
410 411 412
- Added ConfigValidity utility and improved config validation
- Added serial port initialisation for serial debug logging
- Disabled empty debug log file creation to avoid ESP cluttering
413
- Added `TscSyncTimeout` quirk to workaround debug kernel assertions
414
- Added first-class Windows support to bless model
415
- Fixed `LapicKernelPanic` kernel quirk on 10.9
416
- Added prebuilt version of `CrScreenshotDxe` driver
417
- Fixed Hyper-V frequency detection compatibility
418
- Added `SysReport` option for DEBUG builds to dump system info
D
dakanji 已提交
419
- Fixed crashes on some AMD firmware when performing keyboard input
420

A
Andrey1970AppleLife 已提交
421 422
#### v0.5.8
- Fixed invalid CPU object reference in SSDT-PLUG
423 424 425
- Fixed incorrect utilities and resources packaging
- Fixed `Custom` `UpdateSMBIOSMode` modifying SMBIOSv3 table
- Updated docs to cover separating SMBIOS via `UpdateSMBIOSMode`
426
- Fixed rendering macOS installer icons in OpenCanopy
V
vit9696 已提交
427
- Added APFS support with Fusion Drive and enhanced security
428
- Added AppleEvent mouse support in OpenCanopy
429
- Fixed AppleEvent and OpenCanopy compatibility with OVMF TPL restrictions
430
- Added mouse drivers to the package as OVMF needs one
431
- Added memory region reservation support
V
vit9696 已提交
432
- Added RtcRw tool to manipulate RTC memory
433
- Added `PatchAppleRtcChecksum` kernel quirk
434
- Added `AppleRtcRam` protocol implementation
435
- Renamed `Protocols` to `ProtocolOverrides` for clarity
V
vit9696 已提交
436
- Added ResetSystem tool to allow shutdown/reset actions in the menu
437
- Added experimental `BootProtect` `Security` option
V
vit9696 已提交
438
- Fixed kext injection in 10.8 installer
V
vit9696 已提交
439
- Added timeout support to OpenCanopy user interface
440
- Fixed handling 24-bit screen resolutions
441
- Added `Ps2KeyboardDxe` driver for DuetPkg
V
vit9696 已提交
442
- Updated `BootInstall` DuetPkg version (now opensource)
443
- Added partial HiDPI support in OpenCanopy
A
Andrey1970AppleLife 已提交
444
- Update builtin firmware
445
- Fixed invalid checksum checks when creating vault (thx @dakanji)
A
Andrey1970AppleLife 已提交
446

447 448
#### v0.5.7
- Added TimeMachine detection to picker
V
vit9696 已提交
449
- Added early preview version of OpenCanopy
450
- Fixed FS discovery on NVMe with legacy drivers
451 452
- Added `DirectGopCacheMode` option for FB cache policy
- Added `KeyFiltering` option to workaround buggy KB drivers
453
- Added tool and custom entry separation in audio assistant
V
vit9696 已提交
454
- Added `OpenControl` tool to configure full NVRAM access from Shell
455 456
- Added `boot.efi` debug protocol support for 10.15.4+
- Added `boot.efi` performance logging for 10.15.4+
457
- Added `ProtectUefiServices` quirk to fix `DevirtualiseMmio` on Z390
458
- Replaced `BOOTCAMP Windows` with `Windows` to match the original
V
vit9696 已提交
459
- Added bundled `OpenShell` originally available as OpenCoreShell
460
- Rework `readlabel` utility into `disklabel` with encoding support
V
vit9696 已提交
461 462
- Renamed `FwRuntimeServices` driver to `OpenRuntime`
- Renamed `AppleUsbKbDxe` driver to `OpenUsbKbDxe`
A
Andrey1970AppleLife 已提交
463
- Update builtin firmware
464
- Fixed `PowerTimeoutKernelPanic` on 10.15.4
465
- Fixed 4K section alignment in `OpenRuntime` to fix Linux booting on SKL
466
- Introduced `SyncRuntimePermissions` to fix multiple memory permission flaws
467 468
- Introduced `RebuildAppleMemoryMap` to fix macOS booting on Dell 5490
- Removed `ShrinkMemoryMap` in favour of more advanced `RebuildAppleMemoryMap`
469
- Marked `EnableWriteUnprotector` as deprecated on modern systems
470 471
- Introduced `ProtectMemoryRegions` to fix memory region handling
- Removed `ProtectCsmRegion` in favour of `ProtectMemoryRegions`
472 473
- Renamed `PickerAttributes` to `ConsoleAttributes`
- Introduced `PickerAttributes` as a matter of UI configuration
474

V
vit9696 已提交
475 476
#### v0.5.6
- Various improvements to builtin text renderer
D
dakanji 已提交
477 478
- Fixed locating DMG recovery in APTIO IV firmware on FAT32
- Fixed loading DMG recovery in APTIO IV firmware on FAT32
479
- Removed `AvoidHighAlloc` quirk due to removed I/O over 4GB
480 481 482 483 484
- Moved `ConsoleMode`, `Resolution` options to `Output` section
- Moved console-related UEFI quirks to `Output` section
- Replaced `ConsoleControl` and `BuiltinTextRenderer` with `TextRenderer`
- Removed `ConsoleBehaviourOs` and `ConsoleBehaviourUi`
- Fixed providing ConsoleOutHandle GOP when running from Shell
485
- Added `PickerAttributes` option to colour picker
486
- Added `ProtectSecureBoot` option through FwRuntimeServices
487
- Replaced `RequireVault` and `RequireSignature` with `Vault`
488 489
- Added `BootKicker` tool to support launching Apple BootPicker
- Added BootPicker support as an external UI in OC through `PickerMode`
490
- Added `DirectGopRendering` option to use direct GOP output
491 492
- Multiple memory corruption and performance fixes for PNG support
- Fixed `DefaultBackgroundColor` variable handling
493
- Added `HideAuxiliary` and `Auxiliary` options
V
vit9696 已提交
494
- Fixed picker timeout and log timestamps for VMware
V
vit9696 已提交
495
- Fixed NULL parent DeviceHandle for launched tools
D
dakanji 已提交
496
- Added bundled HiiDatabase driver for very old firmware
497
- Added SSE2 support in memory intrinsics for better performance
V
vit9696 已提交
498
- Improved ACPI PM timer CPU frequency calculation performance
V
vit9696 已提交
499
- Improved LapicKernelPanic compatibility with newer macOS versions
500
- Fixed drivers starting with `#` not being skipped
V
vit9696 已提交
501 502
- Added audio support through AudioDxe with optional boot chime
- Added VoiceOver accessability support in boot.efi for 10.13+
503
- Added `PickerAudioAssist` option for audio assistance in picker
V
vit9696 已提交
504
- Added `HdaCodecDump.efi` tool in default package
V
vit9696 已提交
505
- Added legacy AudioDxe and Microsoft namespaces to Reset NVRAM
506
- Merged `OcSupportPkg` with `OpenCorePkg` for easier bisection
507
- Disabled warnings in release versions of NVMe and XHCI drivers
V
vit9696 已提交
508

509 510 511 512
#### v0.5.5
- Fixed CPU bus ratio calculation for Nehalem and Westmere
- Fixed CPU package calculation on MacPro5,1 and similar
- Improved OpenCore rerun detection for new versions
513 514
- Fixed loading picker on boot failure when it is hidden
- Added PMC ACPI sample for 300-series chipsets
515 516
- Improved driver connection performance on APTIO IV
- Fixed boot option saving in LogoutHook.command
517
- Added support for OEM information in `ExposeSensitiveData`
518 519
- Improved `SanitiseClearScreen` to avoid mode switching
- Replaced `SupportsCsm` with `AdviseWindows` enabling UEFI mode
V
vit9696 已提交
520
- Fixed issues with default boot path selection on some boards
A
Andrey1970AppleLife 已提交
521
- Update builtin firmware versions
M
Michael Belyaev 已提交
522
- Fixed `AdviseWindows` not setting `FirmwareFeatures` in NVRAM
523
- Added `TakeoffDelay` option for improved action hotkey support
524 525
- Added Mac GOP support to `ProvideConsoleGop` quirk
- Added experimental `BuiltinTextRenderer` boot option
526
- Added `DummyPowerManagement` kernel quirk to disable CPU PM
527

V
vit9696 已提交
528 529
#### v0.5.4
- Added Enter key handling in boot menu for quick proceed
A
Andrey1970AppleLife 已提交
530
- Update builtin firmware versions
531 532
- Bundled FwRuntimeServices driver with OpenCore
- Allowed writing to non-volatile variables with disabled write
533 534 535
- Fixed microcode reading on Intel CPUs
- Fixed SMBIOS Type4 External Clock values
- Improved Windows compatibility on some setups (acidanthera/bugtracker#614)
536
- Added `SupportsCsm` and option in `PlatformInfo/Generic`
537 538
- Added `OSInfo` protocol support
- Added `SignalAppleOS` `Booter` quirk to enable IGPU on Macs in other OS
539 540
- Added `AppleSmcIo`protocol support (replaces `VirtualSmc` UEFI driver)
- Added `AuthRestart` security property for VirtualSMC authenticated restart
V
vit9696 已提交
541 542
- Fixed input protocol initialisation on VMware fusion
- Added arrow key handling in boot menu
543
- FileVault 2-like key input is now the only supported input in boot menu
544 545
- Fixed 5 second delay when exiting Shell to OpenCore Picker
- Added default boot option update and `AllowSetDefault` `Security` option
546 547 548
- Fixed CPU package detection on configurations with multiple CPUs
- Bundled CleanNvram and VerifyMsrE2 tools for debugging
- Added screen clearing after choosing boot entry in picker
549 550 551
- Added `WriteFlash` NVRAM option to enable writing variables in `Add`
- Added `LegacyOverwrite` NVRAM option to allow overwriting variables by nvram.plist
- Added `AppleXcpmForceBoost` kernel quirk to maximise select Xeon performance
552 553
- Bundled NvmExpressDxe and XhciDxe drivers for platforms that need them
- Added `IncreasePciBarSize` kernel quirk for select platforms with PCI space issues
V
vit9696 已提交
554

A
Andrey1970AppleLife 已提交
555 556
#### v0.5.3
- Update builtin firmware versions
V
vit9696 已提交
557 558 559 560 561
- Fixed interpreting letters in boot menu
- Fixed timeout abortion with PollAppleHotKeys quirk
- Fixed rare kext injection failure due to plist-only kext in prelinkedkernel
- Fixed error reporting for dmg loading
- Added various debugging improvements
562 563
- Added new crypto stack resulting in vault key format changes
- Added `UnblockFsConnect` UEFI quirk to fix missing filesystems on some laptops
564
- Added `RequestBootVarFallback` UEFI quirk to circumvent firmware boot option issues
565 566
- Added `ThirdPartyDrives` kernel quirk fixing SSD trim and 10.15 SATA hibernation (thx @lvs1974)
- Removed `ThirdPartyTrim` kernel quirk in favour of `ThirdPartyDrives`
V
vit9696 已提交
567
- Added Intel Xeon E5 (Broadwell-EP) support (thx @crazyi)
568
- Switched to edk2-stable201911, which is now the minimum supportd EDK II version
A
Andrey1970AppleLife 已提交
569

V
vit9696 已提交
570
#### v0.5.2
V
vit9696 已提交
571
- Fixed `MinKernel` and `MaxKernel` logic (thx @dhinakg, @reitermarkus)
572 573
- Fixed ASSERT when booting non-Apple OSes without arguments from the DEBUG version
- Added `MmioWhitelist` configuration option
574
- Added `PowerTimeoutKernelPanic` kernel quirk
575
- Fixed erratic cursor appearing in release builds
576
- Moved `ReconnectOnResChange` to a user-configurable quirk to avoid freezes
577
- Added OpenCore version to picker ui, configured by `ExposeSensitiveData`
V
vit9696 已提交
578
- Added hypervisor CPUID support to work with virtualization (thx @Leoyzen)
V
vit9696 已提交
579

V
vit9696 已提交
580
#### v0.5.1
V
vit9696 已提交
581
- Added support of kernel resource kext injection
V
vit9696 已提交
582
- Added support for 0.25% clock slowdown on Xeon Scalable CPUs (thx @mrmiller)
583
- Replaced `MatchKernel` with `MinKernel` and `MaxKernel`
584
- Added `Arguments` to `Tools` and `Entries` sections
585
- Fixed broken timer for 300 series Intel chipsets
V
vit9696 已提交
586
- Added `Input` section for mouse and keyboard aggregation
V
vit9696 已提交
587

V
vit9696 已提交
588
#### v0.5.0
A
Andrey1970AppleLife 已提交
589
- Added builtin firmware versions for new models 2019
V
vit9696 已提交
590
- Fixed LogoutHook leaving random directories in `$HOME`
591 592
- Fixed FSBFrequency calculation on Xeon Scalable CPUs (thx @mrmiller)
- Fixed ARTFrequency specifying on Intel server and atom models
V
vit9696 已提交
593
- Increased log size to 256 KB by default
V
vit9696 已提交
594 595
- Added `ReplaceTabWithSpace` quirk to improve Shell experience
- Added `ClearScreenOnModeSwitch` quirk to avoid visual glitches
V
vit9696 已提交
596
- Added `MISC_PWR_MGMT` patch to `AppleXcpmExtraMsrs` quirk (thx @mrmiller)
V
vit9696 已提交
597
- Added `DevirtualiseMmio` quirk to `Booter` section
598
- Added FileVault 2 user interface protocols formerly in AppleUiSupport
599
- Improved kernel patch logging to include configuration comments
600
- Added MSFT basic data and Linux root fs recognition to `ScanPolicy`
601 602 603
- Fixed RT region protection restoration regression (thx Sniki)
- Added `OPT`, `CMD+R`, `CMD+OPT+P+R` boot action hotkey support
- Added `PollAppleHotKeys` to register boot.efi hotkeys in the picker
604
- Added `DisableSingleUser` quirk to prohibit single user mode
V
vit9696 已提交
605 606
- Upgraded EDK II base package to edk2-stable201908
- Prohibited argument changing by BootNext
V
vit9696 已提交
607

V
vit9696 已提交
608
#### v0.0.4
V
vit9696 已提交
609 610 611
- Fixed kext injection issues with dummy dependencies
- Fixed kext injection issues with reused vtables
- Fixed Custom SMBIOS table update patches
612
- Added timestamp to the log file and changed extension to txt
613 614
- Enhanced `LogoutHook` script used for emulated NVRAM saving
- Fixed multiple operating system support in APFS containers
615
- Added `AvoidHighAlloc` UEFI quirk to avoid high memory allocs
A
Andrey1970AppleLife 已提交
616
- Updated builtin firmware versions for 10.15 beta support
617 618 619 620 621 622
- Added `Booter` section for Apple bootloader preferences
- Dropped `AptioMemoryFix.efi` support for `Booter` and `FwRuntimeServices.efi`
- Fixed hibernation issues in Windows with `RequestBootVarRouting`
- Significantly improved boot stability on APTIO
- Added support for Windows & OpenCore on the same drive through `BlessOverride`
- Added advanced user-specified boot entries through `Misc` -> `Entries`
623
- Added `DisableVariableWrite` quirk to disable hardware NVRAM write in macOS
V
vit9696 已提交
624

625 626 627
#### v0.0.3
- Added complete modern platform database (2012+)
- Added `DisableIoMapper` kernel quirk
628
- Fixed ACPI modification failures with nested multiboot
629 630 631
- Dropped `IgnoreForWindows` quirk legacy
- Added basic AMD Zen CPU support
- Added `Misc` -> `Tools` section to add third-party tools
632
- Added `Kernel` -> `Emulate` section for CPUID patches
633
- Added `CustomSMBIOSGuid` quirk for Custom SMBIOS update mode
634
- Added `PanicNoKextDump` quirk to avoid kext dump in panics
635 636 637 638
- Switched to EDK II stable and reduced image size
- Added `LapicKernelPanic` kernel quirk
- Added `AppleXcpmExtraMsrs` quirk and improved XCPM patches
- Added `(external)` suffix for external drives in boot menu
639
- Added `UsePicker` option, do enable for OC boot management
640
- Added nvram.plist loading for legacy and incompatible platforms
641
- Improved instructions for legacy and Windows installation
V
vit9696 已提交
642
- Added Windows Boot Camp switching support
V
vit9696 已提交
643
- Added basic hibernation detection & support
644
- Added `ResetHwSig` ACPI quirk to workaround hibernation
645
- Removed `Custom` subfolder requirement from `ACPI` tables
V
vit9696 已提交
646
- Fixed kext injection in 10.7.x and 10.8.x
V
vit9696 已提交
647
- Added ESP partition type detection to ScanPolicy
648
- Added support for third-party user interfaces
649

650 651 652
#### v0.0.2
- Documentation improvements (see Differences.pdf)
- Platform information database updates
653
- Fixed misbehaving `Debug` -> `Target` enable bit
654
- Added `ResetLogoStatus` ACPI quirk
655 656
- Added `SpoofVendor` PlatformInfo feature
- Replaced `ExposeBootPath` with `ExposeSensitiveData`
V
vit9696 已提交
657
- Added builtin implementation of Data Hub protocol
658 659
- Dropped `UpdateSMBIOSMode` `Auto` mode in favour of `Create`
- Fixed SMBIOS CPU detection for Xeon and Core models
660
- Moved `ConsoleControl` configuration to `Protocols`
661
- Added `Security` -> `ScanPolicy` preference
662
- Fixed invalid `board-rev` exposure in Data Hub
V
vit9696 已提交
663
- Fixed SMBIOS Type 133 table exposure
664
- Added support for SMBIOS Type 134 table exposure
665

V
vit9696 已提交
666 667
#### v0.0.1
- Initial developer preview release