2831 Commits

Author SHA1 Message Date
Andrey1970AppleLife
1e8f75ee8d DataBase: Update MM71 2020-10-28 15:57:01 +03:00
Goldfish64
7a7c1bf91e Patches: Fix previous commit 2020-10-27 19:48:52 -05:00
Goldfish64
2b0a2bda73 Patches: Add PS/2 mouse patch for SioBusDxe
https://github.com/acidanthera/bugtracker/issues/1236
2020-10-27 19:35:38 -05:00
Vitaly Cheptsov
366e20ca04
Docs: Check plist scripts for validity via CI 2020-10-27 17:17:52 +03:00
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
Mykola Grymalyuk
8463ac39d4 Docs: Update changelog 2020-10-25 10:24:24 -06:00
Download-Fritz
72649849dd OcAppleKernelLib: Rebuild KC when no kexts are injected
Fixes an issue where __PRELINK_INFO (first segment) is relocated and thus renders relocations invalid (relative to the first segment's VA)
2020-10-25 14:15:01 +01:00
Download-Fritz
6ffd979500 OcAppleKernelLib: Fix invalid kremlin section 2020-10-25 14:15:01 +01:00
vit9696
595895eedf OcFileLib: Actually fix MSVC warnings 2020-10-25 14:48:13 +03:00
Download-Fritz
7732a7b6d2 OcAppleKernelLib: Zero trailing KC expansion 2020-10-25 12:43:36 +01:00
Vitaly Cheptsov
8e3b8f16e0
OcFileLib: Silence MSVC 2020-10-25 11:56:10 +03:00
vit9696
a0024b9ecc OcFileLib: Fixed I/O issues on platforms incapable of reading over 1MB 2020-10-25 04:15:23 +03:00
vit9696
e742e2dc2e Docs: Add errata entry for 11.0 b10 2020-10-25 01:30:29 +03:00
vit9696
fa4a11c648 Patches: Fix warning with newer git client version
closes acidanthera/bugtracker#1232
2020-10-25 01:05:07 +03:00
vit9696
a9af4abd09 OcBootManagementLib: Fixed ScanPolicy NVMe handling on MacPro5,1
closes acidanthera/bugtracker#1234
2020-10-24 19:51:07 +03:00
Goldfish64
a5267aab4a Docs: Update changelog 2020-10-20 19:16:37 -05:00
Goldfish64
a049687ed7 OcCpuLib: Add compatibility for Bonnell Atom CPUs 2020-10-20 18:07:21 -05:00
Download-Fritz
f10f29004a OcCpuLib: First-gen Atom does not support TURBO_RATIO_LIMIT MSR 2020-10-20 19:56:32 +02:00
Lorys89
a8cb5123d0
Docs: Only patch PRBM for Darwin/macOS 2020-10-19 22:18:51 +08:00
Goldfish64
7adaaa15ee OcAppleKernelLib: Fix invalid return status handling 2020-10-18 18:36:23 -05:00
Goldfish64
0c99e037f5 OcMachoLib: Fix improper file offset cast in MachoExpandImage 2020-10-18 13:17:25 -05: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
5d332ce5e8 OcConsoleLib: Fixed assert when trying to enable direct renderer
Happened on blit-only GOP, see acidanthera/bugtracker#1221
2020-10-17 20:27:45 +03:00
vit9696
c8bf19dc80 OcAfterBootCompatLib: Increased slide allocation reserve to 200 MB
This is required for Big Sur b10, which kernel cache is much larger.
2020-10-16 01:31:42 +03:00
vit9696
aa1e9266f7 Docs: Add note about Bootstrap issues 2020-10-16 00:33:32 +03:00
Andrey1970AppleLife
fd8c076a71 DataBase: Updated builtin firmware versions 2020-10-15 00:33:27 +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
Goldfish64
ff3984b2e6 OcAppleKernelLib: Fix previous commit 2020-10-13 21:05:35 -05:00
Goldfish64
1053e3843f OcCpuLib: Fix incorrect core/thread counts on Pentium M 2020-10-13 20:34:56 -05:00
Goldfish64
9ecb761836 OcAppleKernelLib: Fix CPUID patching on 10.4.10 and 10.4.11 2020-10-13 19:57:43 -05: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
8c78acfea0
OcConsoleLib: Fix typo from the previous commit (#137) 2020-10-13 10:34:28 +03:00
Vitaly Cheptsov
57129bf4fe
Docs: Sync changelog 2020-10-13 02:14:40 +03:00
John Davis
a380c5d840
OcSmbiosLib: Added support for multiple memory array tables (#134) 2020-10-13 01:43:38 +03:00
dakanji
d9cc30567c
Library: Firmware pluralisation fixes in the code (#136) 2020-10-13 01:42:59 +03:00
dakanji
313ece3f20
Docs: Fix Firmware Pluralisation (#135) 2020-10-12 20:35:53 +03:00
vit9696
5ea8757a28 Build: Fixed BOOTx64.efi and BOOTIA32.efi convention
closes acidanthera/bugtracker#1214
2020-10-11 15:21:24 +03:00
Goldfish64
6ca34fe0c2 OcSmbiosLib: Provide fallbacks for NULL memory SMBIOS strings 2020-10-10 09:27:41 -05:00
Vitaly Cheptsov
4b8ab02bc9
Docs: Sync changelog 2020-10-10 10:37:20 +03:00
PMheart
68dbdcd485
Docs: Fix changelog 2020-10-08 15:22:30 +08:00