This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
Releases: 1alessandro1/HP-Pavilion-CE2072NL-macOS
Releases · 1alessandro1/HP-Pavilion-CE2072NL-macOS
EFI OpenCore 0.7.1
This release is currently up-to-date with OpenCore's 0.7.1 spec
These fixes are included with this release:
New feautures:
- Updated to OpenCore 0.7.1
- Added support for custom kernels
Additional notes:
Battery patching is currently kept with the ACPI method (6 renames and SSDT-BATT.aml) but the user can opt to disable them and only use EcEnabler.kext which is currently disabled.
EFI OpenCore 0.7.0
This release is currently up-to-date with OpenCore's 0.7.0 spec
These fixes are included with this release:
New feautures:
- Added sleep support when USB devices are connected (_PRW rename) (requires
sudo pmset -a standby 0
) - Sleep states such as
hibernatemode 3
andhibernatemode 25
are fully suppported - Added Boot Chime support
- Added support for USB tethering (HoRNDIS) thanks @jwise
Additional notes:
- Battery patching is currently kept with the ACPI method (6 renames and
SSDT-BATT.aml
) but the user can opt to disable them and only useEcEnabler.kext
which is currently disabled.
EFI Rev2 - OpenCore 0.6.8
- Disabled ACEL in ACPI, also known as
HP Driveguard
which parks your hard drive when your laptop detects accelerometer data relevant to drops. This device is not relevant in macOS and messes up with the EC region. - Disabled HPET + renames and SMBUS since on a original MacBookPro15,x this devices is not present
- Add SD Card reader support, I had just to enable
HS06
inSSDT-USB.aml
shame on me for discovering that almost 1 year later - Added missing XSPI device though SSDT
- Added
framebuffer-portcount
and disabled dummyconnector2
- Removed
AAPL-current-*
values onXHC
since this is present on pre-Skylake devices only which useIOUSBFamily
which was dropped from 10.11 and later.
These changes are directly applied in master, so only the source code is attached since it resemples the state of things "freezing" master
EFI OpenCore 0.6.8
This release adds:
- Sleep/Current amperage on the
XHC
device thanks to @Gengik84 - Fan reading support
SMCSuperIO.kext
thx @vit9696 - New power management capabilities with ad-hoc made
SSDT-PLUG
andCPUFriend.kext
thanks @corpnewt and @fewtarius
EFI OpenCore 0.6.7
Initial release