vit9696
09aba22d36
Docs: Provide information about APFS
2020-04-13 06:13:02 +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
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
ed88148bd7
OcApfsLib: Initial version with Fusion Drive support
2020-04-12 08:42:51 +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
vit9696
14f50ad9b2
OcCompressionLib: Implement alpha premultiplication for RLE24
2020-04-10 00:51:19 +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
Download-Fritz
079070a29f
Fix several issues (Coverity, Clang)
2020-04-07 17:44:21 +02:00
vit9696
96ad44ef39
OpenCanopy: Support for custom background colour
2020-04-06 04:57:16 +03:00
vit9696
aac39637f6
OpenCanopy: Various improvements ( #28 )
...
- Implemented disk label support
- Implemented volume icon support
- Separated PickerAttrbutes from ConsoleAttributes
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Michael Belyaev <usrsse2@me.com>
2020-04-06 00:39:17 +03:00
vit9696
6a86ea2148
OcAfterBootCompatLib: Renamed from OcAppleBootCompatLib
2020-04-04 23:41:51 +03:00
vit9696
9b848de3e2
OcAppleBootCompatLib: Introduce ProtectMemoryRegions
...
closes acidanthera/bugtracker#791
2020-04-04 23:34:38 +03:00
vit9696
dfe685d80b
OcMemoryLib: Implement attribute expansion via mmap
2020-04-04 18:10:11 +03:00
vit9696
ab57d6f1b8
OcMemoryLib: Implement MAT deduplication and watch out on recursion
2020-04-04 16:56:05 +03:00
vit9696
2d824fbcfa
OcMemoryLib: Fix corruption after ShrinkMemoryMap and add OcDeduplicateDescriptors
2020-04-04 16:21:11 +03:00
vit9696
1f8a079052
OcAppleBootCompatLib: Use the original GetMemoryMap for VM pool
2020-04-04 00:50:42 +03:00
vit9696
8c95b2467f
OcMemoryLib: Add memory sorting and improve memory printing
2020-04-03 20:54:51 +03:00
vit9696
f323be45e2
MmapDump: Initial version of MMAP dumping utility
2020-04-03 18:58:54 +03:00
vit9696
67ab1cfd59
OcBootManagementLib: Fix comment for CustomEntryContext
2020-04-03 17:44:51 +03:00
vit9696
bd17802deb
OcAppleBootCompatLib: Implement RebuildAppleMemoryMap
2020-04-03 14:52:07 +03:00
vit9696
f30c1c651f
OcMemoryLib: Add memory map splitting routines
2020-04-03 14:48:57 +03:00
vit9696
98f17b671d
OcMemoryLib: Add counting split descriptors
2020-04-03 02:30:24 +03:00
vit9696
60fca487a3
OpenCoreUefi: Introduced SyncRuntimePermissions to fix Linux booting on CFL+
2020-04-02 23:55:59 +03:00
vit9696
5fcf850ac1
OcMemoryLib: Introduce attribute manipulation code
2020-04-02 23:48:08 +03:00
vit9696
fbd6191436
OcMemoryLib: Implement memory attribute printing
2020-03-29 16:40:55 +03:00
vit9696
f0d36479fb
OcBootManagementLib: Add CustomDescribe routine
2020-03-14 21:31:02 +03:00
vit9696
6a05f87f66
OcBootServicesTableLib: Support embedding unicode shell and console control switch
2020-03-14 04:02:53 +03:00
vit9696
28a1d57dd2
OcStorageLib: Introduce max path length
2020-03-14 01:38:08 +03:00
vit9696
6d61426da5
OcAppleBootCompatLib: Implement ProtectUefiServices quirk
2020-03-12 02:11:16 +03:00
vit9696
e7e02b900f
OcBootServicesTableLib: Initial version with fixes to controller connection
2020-03-11 22:32:28 +03:00
vit9696
2827a90df1
OcStringLib: Rename string functions to avoid conflicts with ShellLib
2020-03-10 02:47:00 +03:00
vit9696
a6d547f6d9
OcDebugLogLib: Support Apple Debug Log protocol
2020-03-08 23:42:14 +03:00
vit9696
a4a46e9a70
OcBootManagementLib: Added tool and custom entry separation in audio assistant
2020-03-08 16:25:49 +03:00
vit9696
c9e2f8ce40
OcInputLib: Added support for KeyFiltering for buggy KB drivers
...
closes acidanthera/bugtracker#457
2020-03-08 16:01:37 +03:00
vit9696
cfac2f049b
OpenCoreUefiInOut: Turn DirectGopCacheMode into a string
2020-03-08 14:28:20 +03:00
vit9696
6439b435db
OpenCoreUefi: Support MTRR cache policy in direct fb
2020-03-08 00:43:56 +03:00
vit9696
439688e0d4
OcCpuLib: Added privilege detection to CPU frequency detection
2020-03-07 14:52:24 +03:00
vit9696
86d9e4884f
OcFileLib: Support Disk I/O that cannot read arbitrary chunks
2020-03-07 13:58:12 +03:00
vit9696
1766201abc
OcBootManagementLib: Improve boot type detection
2020-03-07 01:23:43 +03:00
vit9696
9684069ced
OcBootManagementLib: Added TimeMachine detection to picker
2020-03-06 23:23:16 +03:00
vit9696
91a064350b
OcHdaDevicesLib: Add VMware definitions
2020-03-01 01:54:06 +03:00
vit9696
2c9ffe76a3
OcBootManagementLib: Expose OcToggleVoiceOver
2020-02-29 15:57:25 +03:00
vit9696
bb2281d3a7
OcAudioLib: Support linear volume level conversion
2020-02-29 03:14:24 +03:00
vit9696
64086cbe3c
OcAppleBootCompatLib: Add support for TPL_APPLICATION ExitBS events
2020-02-27 16:23:33 +03:00
vit9696
50a856d2ad
OcBootManagementLib: Let pickers use common function in OcBootManagementLib
2020-02-27 14:19:45 +03:00
vit9696
a9d6c595bb
OcBootManagementLib: Add more constants to public header
2020-02-27 14:17:38 +03:00
vit9696
7d173043a6
OcBootManagementLib: Fix null pointer dereference in privilege context
2020-02-26 06:49:52 +03:00