Actualización a la versión de OpenCore 0.7.3
Fiel a su cita mensual, OpenCore se actualiza a la versión 0.7.3 junto con la mayor parte de las extensiones de kernel que utilizo.
Ya lo tengo instalado en mi Sagar Hozkatua con macOS Monterey, probado primero desde un pendrive y posteriormente desde el disco de sistema.
El proceso de instalación es básicamente el de siempre, copiando los archivos de OpenCore, Drivers y Kexts en las carpetas correspondientes, y modificando el archivo config.plist con las novedades, que básicamente son dos, ambas en la sección UEFI.
Por una parte, los Drivers ahora se declaran como Dictionary y no como String, añadiendo además del driver, un indicador para poder activarlo o desactivarlo, así como una variable para argumentos. Yo solo uso estos 4 drivers y los he actualizado manualmente.
Por otra parte, en la sección UEFI > Quirks, ahora hay una variable nueva llamada ForceOCWriteFlash, que por defecto tiene valor NO.
Os dejo los enlaces para descargar los archivos, así como el registro de cambios para que veáis las novedades.
v0.7.3 Improved SSDT-PNLF compatibility with CFL+ graphics Fixed OpenCanopy performance loss due to redrawing introduced in 0.6.9 Added pattern-based automatic variable initialisation for better s...
github.com
OpenCore v0.7.3
- Improved SSDT-PNLF compatibility with CFL+ graphics
- Fixed OpenCanopy performance loss due to redrawing introduced in 0.6.9
- Added pattern-based automatic variable initialisation for better security
- Updated underlying EDK II package to edk2-stable202108
- Updated Apple Secure Boot variables for x86legacy
- Updated Linux variants in Flavours.md
- Implemented Boot Entry Protocol, allowing plug-in boot entry drivers
- Added StringBuffer and FlexArray libraries
- Updated Drivers to support arguments (requires config.plist update, see samples)
- Added OpenLinuxBoot driver: OC-native Linux autodetect and boot without chaining via GRUB
- Fixed overlong boot entry names breaking text flow in builtin menu
- Added ForceOcWriteFlash UEFI quirk to enable writing OC system variables
Contribute to acidanthera/OcBinaryData development by creating an account on GitHub.
github.com
De OCBinaryData sacamos el driver HfsPlus.efi y la carpeta Resources
v1.5.6 Added the circular buffer API. Added convenient helpers to check a value (available as of C++17). Added the OSObjectWrapper API to wrap a non-OSObject value.
github.com
Lilu v1.5.6
- Added the circular buffer API.
- Added convenient helpers to check a value (available as of C++17).
- Added the OSObjectWrapper API to wrap a non-OSObject value.
v1.2.7 Fixed build settings for 32-bit Improved EC fan monitoring instructions, thx all the contributors Added fan0-dividend to support more EC fan monitors
github.com
VirtualSMC v1.2.7
- Fixed build settings for 32-bit
- Improved EC fan monitoring instructions, thx all the contributors
- Added fan0-dividend to support more EC fan monitors
v1.6.4 Added 10.4 and 10.5 support, and 10.6 and 10.7 support in 32-bit mode Update STAC9200 layout-id 11 to support 10.4 to 10.6 Added STAC9205 layout-id 11 for Dell Inspiron 1520 and Latitude D6...
github.com
AppleALC v1.6.4
- Added 10.4 and 10.5 support, and 10.6 and 10.7 support in 32-bit mode
- Update STAC9200 layout-id 11 to support 10.4 to 10.6
- Added STAC9205 layout-id 11 for Dell Inspiron 1520 and Latitude D630
- Fixed crash on GPUs without digital audio support introduced in 1.6.1
- Added ALC623 layout-id 21 for Lenovo M70T by Andres ZeroCross
- Seperated Laptop/Desktop patches for 8086:A171 to fix HDMI audio on Intel NUC
- Added ALC236 layout-id 36 for Lenovo Ideapad 510s 14isk by volcbs
- Added ALC235 layout-id 12 for Dell Optiplex 7040 MT by wern-apfel
- Improved CA0132 layout-id 7 by removing not needed MuteGPIO by wern-apfel
- Added ALC235 layout-id 8 for Intel NUC 8 by wern-apfel
- Added ALC269 layout-id 69 for MSI GF63 Thin 9SEXR by Vorshim92
- Added ALC289 layout-id 93 for XPS 9500 4k by sweet3c
- Added ALC892 layout-id 32 for custom G4/G5mod
v1.0.4 Fixed dual-core CPU spoofing on macOS 10.14 and earlier Allow preserving MP7,1 UI through revnopatch in NVRAM or boot-args Skip leading spaces for automatically received CPU names
github.com
RestrictEvents v1.0.4
- Fixed dual-core CPU spoofing on macOS 10.14 and earlier
- Allow preserving MP7,1 UI through revnopatch in NVRAM or boot-args
- Skip leading spaces for automatically received CPU names
v1.5.3 Added no-gfx-spoof to avoid forcing device-id values from PCI I/O. Added the backlight smoother submodule that makes brightness transitions smoother on Intel IVB+ platforms. (by @0xFireWolf...
github.com
WhateverGreen v1.5.3
- Added no-gfx-spoof to avoid forcing device-id values from PCI I/O.
- Added the backlight smoother submodule that makes brightness transitions smoother on Intel IVB+ platforms. (by @0xFireWolf)
- MMIO Register Access submodules are now available on Intel IVB+ platforms. (by @0xFireWolf)
- Improved ASUS-made AMD R9 380 GPU identification
- Fixed applbkl property with <00 00 00 00> value failing to disable backlight patches
- Note: This release requires Lilu v1.5.6 or later.