54 Commits

Author SHA1 Message Date
Andrey1970AppleLife
e44e2307bc Docs: Updated Samples 2021-01-31 01:55:17 +03:00
vit9696
09099c69af OpenPartitionDxe: Initial version with APM support for <= 10.9 dmg 2021-01-31 01:36:50 +03:00
vit9696
469f8cfb66 OpenCoreMisc: Replace BootProtect with LauncherOption 2021-01-30 23:04:10 +03:00
vit9696
1651cefe7f Docs: Provide early reboot sample 2021-01-26 22:48:04 +03:00
vit9696
727c90dd4a OcMainLib: Implement DisableSecurityPolicy UEFI quirk
This quirk disables platform security policy, allowing to load any
files and drivers. Some firmwares like Microsoft Surface do not load
drivers even with UEFI Secure Boot disabled, thus the workaround.

references acidanthera/bugtracker#1446
2021-01-26 22:45:54 +03:00
vit9696
f45df2f124 OpenCoreKernelPatch: Added SetApfsTrimTimeout to tune APFS trim 2021-01-24 21:13:43 +03:00
Mykola Grymalyuk
dfd459a7f0
OpenCorePlatform: Add MaxBIOSVersion option to Generic (#179)
closes acidanthera/bugtracker#1427
2021-01-11 12:31:52 +03:00
Andrey1970AppleLife
a94fc3a1af Docs: Added ACPI patch (only as example). 2021-01-04 15:23:07 +03:00
PMheart
e7f7360076 OpenCanopy: Implement PickerVariant support 2021-01-02 16:34:10 +03:00
Andrey1970AppleLife
5987f571ab Docs: Outdated patches are deleted 2020-12-30 18:43:09 +03:00
82ghost82
78694e9ab4
Docs: Change SetupDelay position in Sample for alphabetical order (#171) 2020-12-27 11:55:12 +03:00
vit9696
d7a27a44b3 OpenCoreUefiAudio: Implement UEFI audio SetupDelay
closes acidanthera/bugtracker#971
2020-12-26 11:26:11 +03:00
vit9696
befa997b12 OpenCoreUefi: Remove DeduplicateBootOrder quirk
This quirk was required earlier to workaround ASUS bios issues.
A better workaround for these issues was added in 0.6.4.
At this point DeduplicateBootOrder may only mask issues related
to incorrect Bootstrap/BootstrapShort preference for the board
and is thus removed due to being essentially harmful.

Note, that for some firmwares it is normal to have 2 Windows
entries, and DeduplicateBootOrder had nothing to do with it.
2020-12-23 00:36:20 +03:00
Andrey1970AppleLife
8a5be5d51c Docs: Updated samples 2020-12-19 00:19:08 +03:00
Andrey1970AppleLife
37cbe5b529
Update SampleCustom.plist 2020-12-18 18:00:21 +03:00
Andrey1970AppleLife
d27cd404ba Docs: Updated Samples 2020-12-17 00:17:43 +03:00
Andrey1970AppleLife
1b46dfca22 Docs: Updeted Samples and ABC sorting 2020-12-07 23:17:23 +03:00
vit9696
f6193c47ca OpenCoreAudio: Implement PlayChime control via StartupMute variable
closes acidanthera/bugtracker#1331
2020-12-06 03:55:50 +03:00
vit9696
5c9e826cc7 OpenCanopy: Made pointer control optional via PickerAttributes 2020-12-06 03:38:20 +03:00
PMheart
8a0323c6be
OcAfterBootCompatLib: Implement booter patch (#165) 2020-12-05 23:30:29 +08:00
Andrey1970AppleLife
496b40a056 Docs: Updated Samples 2020-12-05 13:59:21 +03:00
Andrey1970AppleLife
a2ea1e55e5 Docs: Updated MinKernel 2020-11-25 03:29:44 +03:00
Andrey1970AppleLife
8810414bb1 Docs: Updated sample patch 2020-11-17 20:17:34 +03:00
Vitaly Cheptsov
258fb83ec7
OcAfterBootCompatLib: Implement relocation block support (#153)
closes acidanthera/bugtracker#1125
2020-11-13 19:49:57 +03:00
vit9696
8be51674a4 OcBootManagementLib: Implement RealPath and TextMode for custom entries
closes acidanthera/bugtracker#1081
2020-11-07 05:47:45 +03:00
Andrey1970AppleLife
913063277e Update SampleCustom.plist 2020-11-07 03:03:06 +03:00
Dmitriy Pervin
6a81462faf
Docs: Add Find My Mac to Sample legacy schema (#151)
Add Find my Mac function
2020-11-05 11:21:43 +03:00
Andrey1970AppleLife
31062dfb8f
Update SampleCustom.plist 2020-11-04 22:21:28 +03:00
vit9696
3998399ea9 OcBootManagementLib: Added BlacklistAppleUpdate to fix update optout
closes acidanthera/bugtraker#1255
2020-11-04 12:30:27 +03:00
vit9696
1b7525c7de OcAppleKernelLib: Added ForceSecureBootScheme quirk for VMs 2020-11-01 13:30:55 +03:00
vit9696
bf94146f13 OpenCorePlatform: Added setting of system-id NVRAM variable 2020-11-01 12:52:51 +03:00
vit9696
46f7cc0a65 Docs: Fix trashing rbx in returning serial print patches 2020-10-31 17:23:20 +03:00
Andrey1970AppleLife
c2cbd3aa9c Docs: Fixed typo 2020-10-27 10:50:46 +03:00
John Davis
cde37269aa
VBIOS patching via ForceResolution option (#144)
* BiosVideo: Initial Intel patching functions

* BiosVideo: Implement patch protocol

* BiosVideo: Read EDID from VBE

* BiosVideo: Fix previous commits

* OpenDuet: Fix Windows builds

* BiosVideo: Fix MSVC warnings

* BiosVideo: Pull max resolution from EDID

* BiosVideo: Patch based on PCI vendor ID

* BiosVideo: Fix more MSVC warnings

* OcMiscLib: Try to fix OpenDuet MSVC compilation

* BiosVideo: Fix incorrect return status

* OpenDuet: Create OcDebugLogLibNull library

* Protocol: Rename OC_VBIOS_PATCH_PROTOCOL to OC_FORCE_RESOLUTION_PROTOCOL

* OpenCore: Add ForceResolution option

* BiosVideo: Fix consistency of height/width parameters

* Includes: Mark height/width as optional

* BiosVideo: Cleanup misc issues

* Docs: Add support note
2020-10-26 19:18:06 -05:00
John Davis
bf043cae2e
Custom memory properties (#139)
* OcSmbiosLib: Implement custom memory configurations

* OcSmbiosLib: Fix previous commit

* OcSmbiosLib: Change to 0-based indexes

* Docs: Update manual and sample configs
2020-10-17 17:33:37 -05:00
dakanji
313ece3f20
Docs: Fix Firmware Pluralisation (#135) 2020-10-12 20:35:53 +03:00
vit9696
1d76ae6947 OcVirtualFsLib: Fix handling buggy programs passing NULL to FileOpen 2020-10-04 04:30:02 +03:00
PMheart
d5c140bfef
OcAppleKernelLib: Added MinKernel/MaxKernel to Emulate (#128)
Also, DummyPowerManagement, usually paired with CPUID spoofing, has been moved to Emulate section.
2020-10-03 13:10:24 +08:00
PMheart
e93624ab16
OcAppleKernelLib: Added ExtendBTFeatureFlags quirk (#126)
This quirk substitutes BT4LEContinuityFixup which actually fails to function properly due to late patching.
2020-10-02 11:31:03 +08:00
Alex James
266b709c12 OpenCorePlatform: Add SystemMemoryStatus option to Generic 2020-09-29 10:59:27 +03:00
Andrey1970AppleLife
eec50d05b3 Update SampleCustom.plist 2020-09-26 17:29:53 +03:00
Andrey1970AppleLife
8187f60733 Docs: Delete incorrect comment. 2020-09-26 13:54:13 +03:00
coolhaxor
fdfdc7e0d8 OcMemoryLib: Implement Type for ReservedMemory 2020-09-23 22:30:33 +03:00
Andrey1970AppleLife
0d8cbe07f9 Docs: Cleaning of fields Generic for SampleCustom.plist because aren't used 2020-09-10 19:43:04 +03:00
vit9696
78f0907c03 OpenCorePlatform: Added ProcessorType option to Generic
This allows custom CPU names. Do not use this is the detection
is wrong for you but rather bugreport with CPUID dumps.
2020-09-10 19:00:12 +03:00
vit9696
12fcf3edf5 OcConfigurationLib: Fix previous commit 2020-09-06 04:03:21 +03:00
vit9696
2bde94afc5 OcAppleKernelLib: Added DisableLinkeditJettison quirk
This quirk is similar to keepsyms=1 but is potentially less intrusive.
Lilu needs to access __LINKEDIT to do symbol solving in the kernel.
2020-09-06 03:11:45 +03:00
Andrey1970AppleLife
6f80437f5e Docs: Added MinKernel for kexts 2020-09-02 00:40:20 +03:00
vit9696
f9f9ff3de5 Docs: Improve documentation on SecureBoot and passwords
closes acidanthera/bugtracker#1130
2020-09-01 07:52:27 +03:00
vit9696
ddb8b58b27 Docs: Improve documentation on legacy OS and secure boot 2020-08-29 17:57:50 +03:00