592 Commits

Author SHA1 Message Date
Andrey1970AppleLife
c2cbd3aa9c Docs: Fixed typo 2020-10-27 10:50:46 +03:00
Goldfish64
b993f32fde Docs: Rebuild pdf and update changelog 2020-10-26 19:21:43 -05: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
vit9696
e742e2dc2e Docs: Add errata entry for 11.0 b10 2020-10-25 01:30:29 +03:00
Lorys89
a8cb5123d0
Docs: Only patch PRBM for Darwin/macOS 2020-10-19 22:18:51 +08:00
dakanji
0d278af53c
Docs: Fixed typo in several (#140) 2020-10-18 19:23:36 +03:00
Goldfish64
9e868c919f Docs: Update changelog and rebuild manual 2020-10-17 17:39:40 -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
Andrey1970AppleLife
2ed86da77b
Update Kexts.md 2020-10-17 21:31:26 +03:00
vit9696
aa1e9266f7 Docs: Add note about Bootstrap issues 2020-10-16 00:33:32 +03:00
vit9696
790ceabdb2 Docs: Add SSDT-UNC.dsl to resolve X99 issues with UNC, thx @RemB 2020-10-15 00:19:03 +03:00
Andrey1970AppleLife
6a1b826ea5
Update Kexts.md 2020-10-14 18:26:27 +03:00
Andrey1970AppleLife
ca9f722d80
Update Kexts.md 2020-10-14 18:12:38 +03:00
Andrey1970AppleLife
9b818516eb
Update Kexts.md 2020-10-14 17:00:54 +03:00
Andrey1970AppleLife
0cc7d3e8fb
Update Kexts.md 2020-10-14 16:51:49 +03:00
PMheart
857bfb7ab6 Docs: Fix name 2020-10-13 21:17:20 +08:00
vit9696
495acf636d Docs: Rebuild pdf 2020-10-13 11:15:47 +03:00
dakanji
313ece3f20
Docs: Fix Firmware Pluralisation (#135) 2020-10-12 20:35:53 +03:00
Andrey1970AppleLife
37c16f2577 Bump version to 0.6.3 2020-10-06 21:30:22 +03:00
Goldfish64
cad9e24d86 Docs: Fix typos and TOC formatting 2020-10-04 19:10:26 -05:00
Mykola Grymalyuk
76409b2e6a Docs: Fix 10.5 link 2020-10-04 16:56:50 -06:00
vit9696
75861b35d5 Docs: Improve legacy os info 2020-10-04 22:58:27 +03:00
Hiep Bao Le
dbc8cb7a57
Docs: Update reference to BrightnessKeys (#132) 2020-10-04 18:45:20 +03:00
vit9696
1f37e9944e OcBootManagementLib: Fix external display for old SATA HDDs 2020-10-04 05:08:04 +03:00
vit9696
1d76ae6947 OcVirtualFsLib: Fix handling buggy programs passing NULL to FileOpen 2020-10-04 04:30:02 +03:00
Goldfish64
c46fe4f1d5 Docs: Clarify supported versions for LegacyCommpage quirk 2020-10-03 19:52:24 -05:00
Goldfish64
f18a2a73c1 OcAppleKernelLib: Add LegacyCommpage quirk
Replaces default 64-bit commpage bcopy implementation with one that does not require SSSE3, required for legacy platforms without SSSE3. Resolves a "commpage no match for last" panic due to no available bcopy implementations.
2020-10-03 19:43:35 -05:00
Goldfish64
c12c2732cf OpenCoreKernel: Fix i386-user32 behavior 2020-10-03 11:32:31 -05:00
PMheart
8e0acd46b5 Docs: Rebuild docs for changes in last commit 2020-10-03 23:08:15 +08:00
dakanji
00fcf0f51e
Docs: Improve Structure and Wording (#130) 2020-10-03 23:05:54 +08:00
Goldfish64
6e59947c23 OpenCoreKernel: Correct prelinkedkernel and i386-user32 behavior
Prelinkedkernel under 10.4/10.5 is unsupported; block this if KernelCache=Auto. Additionally, we do not want to use KernelArch=i386-user32 under 10.7, or 10.4/10.5 on EFI64. See https://github.com/acidanthera/bugtracker/issues/358#issuecomment-702854967 for additional details.
2020-10-03 10:04:03 -05:00
PMheart
fd548b3b53
Docs: Convert second-person pronouns to third-person (#129) 2020-10-03 13:47:03 +08: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
vit9696
bf97afa02c Docs: Sync changes 2020-10-02 03:46:25 +03: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
8acdb1775b
Add files via upload 2020-09-22 20:23:17 +03:00
Mykola Grymalyuk
d89484877d Docs: Revert _STA value overriding in SSDT-EC-USBX
See previous commit for more details:
- 8c93e5e2dc
2020-09-17 11:41:30 -06:00
vit9696
8c93e5e2dc Docs: Revert _STA value overriding
Method objects cannot be redefined without operating system support.
When EC _STA method is present it is not possible to write anything
to it without invoking undefined behaviour.
2020-09-17 20:35:33 +03:00
mbarbierato
542c50997d
Docs: Improve ACPI Darwin detection in non-critical areas (#119) 2020-09-17 18:22:02 +03:00
Andrey1970AppleLife
b2861203e6 Docs: Fixed typo 2020-09-16 22:59:44 +03:00
zhen-zen
b832f0332b
Docs: Update recommendation on ACPI patches (#113) 2020-09-14 14:58:28 +03:00
Andrey1970AppleLife
b27299c757
Update Kexts.md 2020-09-14 02:24:28 +03:00
vit9696
d53a5125f2 Docs: Sync changelog and documentation 2020-09-13 23:19:48 +03:00
John Davis
74062d4e0f
OcAppleKernelLib: Add 32-bit Mach-O and patching support (#118) 2020-09-13 22:57:10 +03:00
vit9696
ec40cc5b38 Docs: Fix some typos
closes acidanthera/bugtracker#1152
closes acidanthera/bugtracker#1153
2020-09-13 15:00:00 +03:00
vit9696
b2c0a5ba57 Docs: Correct 10.7 capabilities 2020-09-12 18:30:26 +03:00