vit9696
677f37d5fb
Build: Added mouse drivers to the package as OVMF needs one
2020-04-17 09:22:11 +03:00
vit9696
5a9273b7d5
Docs: Sync changelog
2020-04-17 06:57:00 +03:00
vit9696
5366a11b59
OcAppleEvent: Create events with TPL_CALLBACK priority
...
We use gRT->GetTime, and time services must be invoked with TPL
lower or equal to TPL_CALLBACK. Failing to do so causes OVMF crash.
closes acidanthera/bugtracker#846
2020-04-17 06:54:36 +03:00
vit9696
eb0919a97b
OcAppleEventLib: Remove accidentally committed file
2020-04-16 20:48:33 +03:00
vit9696
02414e60d5
OcApfsLib: Fix comment
2020-04-15 07:25:50 +03:00
vit9696
c58483f432
OcApfsLib: Improve error handling
...
closes acidanthera/bugtracker#844
2020-04-15 03:43:23 +03:00
vit9696
c85b332ac0
OpenCanopy: Improve mouse pointer performance
2020-04-15 03:39:06 +03:00
vit9696
1574b4b0ad
OcApfsLib: Fix warning found by coverity
2020-04-14 18:06:48 +03:00
vit9696
e6acc72a50
OcApfsLib: Do not warn about ignored APFS drivers in release builds
2020-04-14 10:37:59 +03:00
vit9696
c8a50907b0
OcXmlLib: Fix parsing negative integers
...
Resolves issues with parsing MinVersion/MinDate in APFS section
2020-04-14 07:55:15 +03:00
vit9696
02d3d698f5
OpenCoreUefi: Load APFS after connecting drivers
...
closes acidanthera/bugtracker#842
2020-04-14 06:22:58 +03:00
vit9696
20fa82da42
OpenCanopy: Added AppleEvent mouse support
2020-04-14 06:20:50 +03:00
vit9696
b4d52e44f6
Docs: Fix page numbering
2020-04-13 08:51:33 +03:00
vit9696
ce11c4ce4e
OcCompressionLib: Fix signedness issues
...
closes acidanthera/bugtracker#833
2020-04-13 06:36:30 +03:00
vit9696
efa9ff055c
OpenCanopy: Disable not fully implemented code
...
closes acidanthera/bugtracker#834
2020-04-13 06:34:52 +03:00
vit9696
4993185663
OcApfsLib: Provide clarification to apfs connection
...
closes acidanthera/bugtracker#298
2020-04-13 06:28:57 +03:00
vit9696
09aba22d36
Docs: Provide information about APFS
2020-04-13 06:13:02 +03:00
Andrey1970AppleLife
e40d710704
Docs: Delete ApfsDriverLoader.efi
2020-04-13 06:10:26 +03:00
vit9696
c244baa1ef
OpenCoreUefi: Fix EnableJumpStart -> EnableJumpstart
2020-04-13 05:46:27 +03:00
vit9696
2dfe69110b
OpenCoreUefi: Add APFS support
2020-04-13 05:35:33 +03:00
vit9696
c3d015c789
Docs: Fix variable blocking explanation
2020-04-13 05:31:44 +03:00
MacOS86-it
613d0bdb88
Docs: Another check in SSDT-PLUG to fix 'Cannot override' bug ( #35 )
...
This one should fix issue #814 once and for all. The issue was caused by the SSDT that was adding _DSM Method to a Package (forbidden by ACPI Specification) defined on the DSDT (\_SB.PR00). The new if-condition checks if the object is a Processor. By doing this way, if it finds a Package it doesn't add the _DSM Method.
2020-04-13 05:06:23 +03:00
vit9696
241d6f595a
OcApfsLib: Verify driver date and version
2020-04-13 05:04:38 +03:00
vit9696
3b3ee0942d
OcApfsLib: Address review comments and some TODOs
2020-04-13 01:52:08 +03:00
vit9696
39f5ab2599
OcApfsLib: Fix HandleProtocol arguments
2020-04-12 10:00:07 +03:00
vit9696
ed88148bd7
OcApfsLib: Initial version with Fusion Drive support
2020-04-12 08:42:51 +03:00
vit9696
8c4e41ec9a
OcFileLib: Verify that Media is not NULL
2020-04-12 08:42:51 +03:00
vit9696
99b002b391
OcAppleBootCompatLib: Fix event closing
2020-04-12 08:42:51 +03:00
Andrey1970AppleLife
20c70fecd5
Update Kexts.md
2020-04-11 22:00:19 +03:00
vit9696
9f35d80c1e
OcFileLib: Get rid of Disk I/O as it is broken on several systems
2020-04-11 21:55:17 +03:00
DreamWalkerXZ
12b24dd877
Docs/SSDT-PLUG: Fix incorrect indentation( #34 )
2020-04-10 12:01:13 +02:00
Download-Fritz
944d1f3e9a
OpenCanopy: Fix input handle usage
2020-04-10 11:58:58 +02:00
Midi
9eecf43c76
AlpsT4USB category change ( #33 )
...
It's a VoodooI2C companion that attaches to ALPS USB touchpads (found in HP Elite X2 G1/G2).
2020-04-10 01:12:24 +03:00
Andrey1970AppleLife
fab87db908
Docs: Enabled .VolumeIcon.icns
2020-04-10 01:08:07 +03:00
vit9696
14f50ad9b2
OcCompressionLib: Implement alpha premultiplication for RLE24
2020-04-10 00:51:19 +03:00
vit9696
d3834d561a
OcAppleUserInterfaceThemeLib: Fix tag
2020-04-10 00:17:10 +03:00
vit9696
219fdc47c4
OpenCanopy: Fixed rendering macOS installer icons
2020-04-10 00:07:45 +03:00
vit9696
82e8f5efb9
OcSmbiosLib: Fixed Custom UpdateSMBIOSMode modifying SMBIOSv3 table
2020-04-09 20:49:42 +03:00
Gengik84
29bd5732ad
Docs: Simplify SSDT-PLUG to improve readability ( #32 )
2020-04-09 15:23:29 +03:00
Download-Fritz
722e47c80a
OcFileLib: Add missing error condition
2020-04-07 20:05:21 +02:00
vit9696
ab8cda9574
Build: Try updating to Xcode 11 to speedup coverity
2020-04-07 21:04:53 +03:00
vit9696
5aa2187293
Build: Fix tool bundling
2020-04-07 19:35:11 +03:00
Download-Fritz
079070a29f
Fix several issues (Coverity, Clang)
2020-04-07 17:44:21 +02:00
Andrey1970AppleLife
06448c85b5
Update Changelog.md
2020-04-07 15:17:41 +03:00
Gengik84
40b0a4b6ee
Update SSDT-PLUG.dsl ( #31 )
2020-04-07 14:57:06 +03:00
Andrey1970AppleLife
13ab95b1e9
Build: Fixed Resources folder placement.
2020-04-06 21:07:12 +03:00
Andrey1970AppleLife
05e3b14343
Bump version to 0.5.8
2020-04-06 16:18:20 +03:00
vit9696
80a82ed86e
OpenCanopy: Global variables are initialised with zeroes
...
closes acidanthera/bugtracker#805
0.5.7
2020-04-06 11:20:53 +03:00
vit9696
96ad44ef39
OpenCanopy: Support for custom background colour
2020-04-06 04:57:16 +03:00
vit9696
35e1b5be67
OpenCanopy: Switch to icns and support more icons and labels
2020-04-06 03:42:08 +03:00