vit9696
9bd1d3b497
OcDeviceMiscLib: Move misc device manipulation to a separate library
2021-02-28 12:44:15 +03:00
vit9696
583e563955
Build: Force onscreen early logging for DEBUG OpenCore/Bootstrap
2021-02-18 07:42:35 +03:00
cecekpawon
b929a37f85
Build: Simplify defining OC_TARGET_*.
2021-02-06 18:51:55 +03:00
Vitaly Cheptsov
f1eeae455f
OcPeCoffExtLib: Use OcPeCoffLib for image verification ( #186 )
...
REF: https://github.com/mhaeuser/ISPRASOpen-SecurePE
closes acidanthera/bugtracker#1273
2021-02-01 19:32:54 +03:00
vit9696
09099c69af
OpenPartitionDxe: Initial version with APM support for <= 10.9 dmg
2021-01-31 01:36:50 +03:00
vit9696
1c445a99d6
OpenCore: Switch to application type for better FW compatibility
...
This resolves booting issues with Microsoft Surface firmwares
references acidanthera/bugtracker#1446
2021-01-26 22:13:27 +03:00
vit9696
dc1a0d8a22
OcMainLib: Move startup code to a separate library
2021-01-26 21:19:21 +03:00
Goldfish64
e227553324
Application: Remove HdaCodecDump
2021-01-23 20:50:01 -06:00
vit9696
8f0df296a7
Build: Provide CC flags explicitly to CLANGPDB
2021-01-20 18:23:55 +03:00
vit9696
171bb05e08
Build: Provide 4K alignment for all binaries to fix page protection
2021-01-20 17:20:52 +03:00
vit9696
216a7097d9
Staging: Rename FswHfsPlus to OpenHfsPlus
2021-01-14 01:46:09 +03:00
Vladislav Yaroshchuk
bdb296fcd6
FswHfsPlus: Add HFS+ driver with compatible opensource license ( #177 )
2021-01-12 22:20:24 +03:00
vit9696
34f180af73
OpenCoreAudio: Implement mp3 decoding support
2021-01-02 07:35:16 +03:00
vit9696
f9abab42c9
OcMp3Lib: Fix naming as MPEG3 is not MP3
2021-01-02 05:03:52 +03:00
vit9696
69f775d38d
OcMpeg3Lib: Initial version
2021-01-01 21:46:30 +03:00
dakanji
d9cc30567c
Library: Firmware pluralisation fixes in the code ( #136 )
2020-10-13 01:42:59 +03:00
coolhaxor
fdfdc7e0d8
OcMemoryLib: Implement Type for ReservedMemory
2020-09-23 22:30:33 +03:00
Download-Fritz
a97b74e83c
OpenCore: Use direct PE loading for Secure Boot ( #108 )
...
Implement and integrate a PE image loader to circumvent UEFI Secure Boot when Apple Secure Boot is used.
2020-08-24 12:52:34 +02:00
vit9696
0fdae4322d
Build: Switch to BaseMemoryLibRepStr for optimised memory routines
...
We cannot use BaseMemoryLibOptDxe since it uses SSE instructions,
and some firmwares fail to properly maintain MMX register contexts
across the timers. This results in exceptions when trying to execute
primitives like CopyMem in timers (e.g. AIKDataWriteEntry).
Reproduced on ASUS M5A97 with AMD FX8320 CPU.
closes acidanthera/bugtracker#754
2020-06-01 00:56:11 +03:00
vit9696
bef9bfd704
CrScreenshotDxe: Initial import from LongSoft with compatibility edits
2020-05-31 03:36:25 +03:00
vit9696
da902fe3c6
OcTimerLib: Change base class to TimerLib
2020-05-30 00:14:52 +03:00
PMheart
1fffdef964
Utilities: Introduce ConfigValidity and refactor utility compilation ( #59 )
2020-05-29 01:31:59 +03:00
vit9696
0937868839
Build: Fix some issues with MSVC compiler
2020-05-18 10:04:51 +03:00
vit9696
b50464359b
Build: Drop AppleSupportPkg
2020-05-17 14:43:30 +03:00
vit9696
f76030f7ac
Build: Drop MacInfoPkg
2020-05-17 14:28:41 +03:00
vit9696
796765ca7c
OcBootManagementLib: Rework boot management ( #42 )
...
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Download-Fritz <download-fritz@outlook.com>
2020-05-05 19:45:32 +03:00
vit9696
e20d2c1f2e
Build: Added Ps2KeyboardDxe driver for DuetPkg
2020-04-26 06:53:40 +03:00
vit9696
3cd9ace60c
ResetSystem: Initial version
...
closes acidanthera/bugtracker#861
2020-04-20 13:12:06 +03:00
vit9696
4ec0e4e160
RtcRw: Initial version
2020-04-18 13:13:41 +03:00
vit9696
677f37d5fb
Build: Added mouse drivers to the package as OVMF needs one
2020-04-17 09:22:11 +03:00
vit9696
ed88148bd7
OcApfsLib: Initial version with Fusion Drive support
2020-04-12 08:42:51 +03:00
vit9696
6a86ea2148
OcAfterBootCompatLib: Renamed from OcAppleBootCompatLib
2020-04-04 23:41:51 +03:00
vit9696
f323be45e2
MmapDump: Initial version of MMAP dumping utility
2020-04-03 18:58:54 +03:00
vit9696
f963012e98
Build: Fixed 4K section alignment in OpenRuntime
2020-03-29 16:42:01 +03:00
vit9696
63735d449b
Build: Rename some tools and drivers
2020-03-15 17:27:29 +03:00
vit9696
d5011030c4
OcHiiDatabaseLib: Initial version to get shell working
2020-03-14 05:24:16 +03:00
vit9696
6a05f87f66
OcBootServicesTableLib: Support embedding unicode shell and console control switch
2020-03-14 04:02:53 +03:00
vit9696
e7e02b900f
OcBootServicesTableLib: Initial version with fixes to controller connection
2020-03-11 22:32:28 +03:00
vit9696
58180851d1
Build: Add Shell with partial patch set
2020-03-10 03:28:15 +03:00
vit9696
c46c22c006
FwProtect: Initial version to configure full NVRAM access from Shell
...
closes acidanthera/bugtracker#731
2020-03-08 16:47:42 +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
Michael Belyaev
47c4861763
BootLiquor: Initial preview based on @Download-Fritz's implementation
2020-03-07 17:20:05 +03:00
vit9696
ec156f5b18
Build: Disabled warnings in release versions of NVMe and XHCI drivers
2020-02-29 21:35:50 +03:00
vit9696
97585cb6c2
Build: Remove OcSupportPkg usage
2020-02-29 17:39:41 +03:00
vit9696
0e5d80719a
Tools: HdaCodecDump initial version
2020-02-25 22:51:35 +03:00
vit9696
77dc10b971
OpenCoreUefiAudio: Initial version
2020-02-24 04:16:08 +03:00
vit9696
8092aa321f
Build: Added SSE2 support in memory intrinsics for better performance
2020-02-16 08:12:06 +03:00
vit9696
a75d232b74
Build: Added bundled HiiDatabase driver for very old firmwares
2020-02-16 07:27:00 +03:00
vit9696
3c4f61894f
OpenCoreUefi: Implement DirectGopRendering support
2020-02-13 00:54:25 +03:00
vit9696
d278bed972
GopStop: Initial version
2020-02-09 17:26:41 +03:00