OpenCore EFI for Dell Latitude E7480
Key metrics and engagement data
Repository has been active for 4 years, 1 month
Looks like this repository is a hidden gem!
No stargazers yet. Why not be the first to give it a star?
Check back soon, we will update it in background!
⭐0
Want deeper insights? Explore GitObs.com
Tip: I have bought a MacBookPro, so I can not maintain this repo manully any more. Therefore, I wrote a scrip to update this repo actomatically. If you encount error when using it, please open an issue, I will try my best to fix it. Thanks for your support.
English (Current)
Find my mac
!Kexts | Version | Updated Time | Updated Way |
---|---|---|---|
AppleALC | 1.9.5 | 2025-03-09 | Official Release |
SMCBatteryManager | 1.3.6 | 2025-03-09 | Official Release |
SMCDellSensors | 1.3.6 | 2025-03-09 | Official Release |
SMCLightSensor | 1.3.6 | 2025-03-09 | Official Release |
SMCProcessor | 1.3.6 | 2025-03-09 | Official Release |
SMCSuperIO | 1.3.6 | 2025-03-09 | Official Release |
VirtualSMC | 1.3.6 | 2025-03-09 | Official Release |
Config Change:
1[Add Entry] Booter->Quirks->ClearTaskSwitchBit: False
For more information, see the Changelog.md.
Model | Dell Latitude E7480 |
---|---|
Processor | Intel Core i7-7700U |
Graphics | Integrated Intel HD Graphics 620 |
Memory | 8GB 2133MHz DDR4 * 2 |
Display | 13" 2K (2560x1440) with ELAN Touchscreen |
Storage | Sandisk 1T M.2 NVMe SSD |
WLAN + Bluetooth | Broadcom BCM94360Z4 |
Camera | 1920x1080 FHD Webcam |
Fingerprint Reader | No |
Soundcard | Realtek ALC256 |
Keyboard | Backlit Keyboard |
Trackpad | ALPS Touchpad |
microSD Card Reader | Realtek RTS525A microSD card reader |
Kexts | Version | Updated Time | Updated Way |
---|---|---|---|
AirportBrcmFixup | 2.2.0 | 2025-03-09 | Official Release |
AirportItlwm | 2.2.0 | 2025-03-09 | Official Release |
AlpsHID | 1.0.0d1 | 2025-03-09 | Official Release |
AppleALC | 1.9.5 | 2025-03-09 | Official Release |
BlueToolFixup | 2.7.0 | 2025-03-09 | Official Release |
BrcmBluetoothInjector | 2.7.0 | 2025-03-09 | Official Release |
BrcmFirmwareData | 2.7.0 | 2025-03-09 | Official Release |
BrcmPatchRAM3 | 2.7.0 | 2025-03-09 | Official Release |
CpuTscSync | 1.1.2 | 2025-03-09 | Official Release |
ECEnabler | 1.0.6 | 2025-03-09 | Official Release |
FeatureUnlock | 1.1.8 | 2025-03-09 | Official Release |
HibernationFixup | 1.5.3 | 2025-03-09 | Official Release |
IntelBTPatcher | 2.5.0 | 2025-03-09 | Official Release |
IntelBluetoothFirmware | 2.5.0 | 2025-03-09 | Official Release |
IntelBluetoothInjector | 2.5.0 | 2025-03-09 | Official Release |
IntelMausi | 1.0.9 | 2025-03-09 | Official Release |
Lilu | 1.7.1 | 2025-03-09 | Official Release |
NVMeFix | 1.1.3 | 2025-03-09 | Official Release |
RealtekCardReader | 0.9.7 | 2025-03-09 | Official Release |
RealtekCardReaderFriend | 1.0.2 | 2025-03-09 | Official Release |
RestrictEvents | 1.1.6 | 2025-03-09 | Official Release |
SMCBatteryManager | 1.3.6 | 2025-03-09 | Official Release |
SMCDellSensors | 1.3.6 | 2025-03-09 | Official Release |
SMCLightSensor | 1.3.6 | 2025-03-09 | Official Release |
SMCProcessor | 1.3.6 | 2025-03-09 | Official Release |
SMCSuperIO | 1.3.6 | 2025-03-09 | Official Release |
USBMap | 1.0 | 2025-03-09 | USB Ports Inject |
VerbStub | 1.0.4 | 2025-03-09 | Official Release |
VirtualSMC | 1.3.6 | 2025-03-09 | Official Release |
Voodoo PS/2 Controller | 2.3.8 | 2025-03-09 | Official Release |
VoodooI2C | 2.9.1 | 2025-03-09 | Official Release |
VoodooI2CHID | 1 | 2025-03-09 | Official Release |
WhateverGreen | 1.7.0 | 2025-03-09 | Official Release |
BrightnessKeys | 1.0.4 | 2025-03-09 | Official Release |
incuding graphics acceleration
Enable:
System Configuration
-> Integrated NIC
-> Enabled
But not tick the entry:
Enable UEFI NetWork
System Configuration
-> SATA Operation
-> AHCI
System Configuration
-> Thunderbolt Adapter Configuration
-> Enable all entries and select
Security level - No security
Disable:
Secure Boot
-> Secure Boot Enable
-> Disabled
Intel Software Guard Extension
-> Intel SGX Enable
-> Disabled
General
-> Advanced Boot Options
-> Enable Legacy Option ROMs
-> Disabled
(thanks @fdotcico)This part is credited from Lorys89-DELL_LATITUDE_7280.
Open config.plist
and delete framebuffer-fbmem
and framebuffer-stolenmem
in DeviceProperties
, PciRoot(0x0)/Pci(0x2,0x0)
Restart and at the opencore boot GUI, choose the modGRUBShell.efi
For set DVMT PRE Allocated to 64 MB
setup_var 0x795 0x2
setup_var 0x796 0x3
Now, I add a config for Intel wireless card kexts. The method to use it is as below
config.plist
config-intel-wireless-card.plist
into config.plist
Hackintosh combojack support for alc256/alc255 from https://github.com/hackintosh-stuff/ComboJack
Follow this step: