Andrey1970AppleLife
|
c2cbd3aa9c
|
Docs: Fixed typo
|
2020-10-27 10:50:46 +03: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 |
|
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 |
|
dakanji
|
313ece3f20
|
Docs: Fix Firmware Pluralisation (#135)
|
2020-10-12 20:35:53 +03:00 |
|
vit9696
|
1d76ae6947
|
OcVirtualFsLib: Fix handling buggy programs passing NULL to FileOpen
|
2020-10-04 04:30:02 +03: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 |
|
Alex James
|
266b709c12
|
OpenCorePlatform: Add SystemMemoryStatus option to Generic
|
2020-09-29 10:59:27 +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 |
|
vit9696
|
78f0907c03
|
OpenCorePlatform: Added ProcessorType option to Generic
This allows custom CPU names. Do not use this is the detection
is wrong for you but rather bugreport with CPUID dumps.
|
2020-09-10 19:00:12 +03:00 |
|
vit9696
|
12fcf3edf5
|
OcConfigurationLib: Fix previous commit
|
2020-09-06 04:03:21 +03:00 |
|
vit9696
|
2bde94afc5
|
OcAppleKernelLib: Added DisableLinkeditJettison quirk
This quirk is similar to keepsyms=1 but is potentially less intrusive.
Lilu needs to access __LINKEDIT to do symbol solving in the kernel.
|
2020-09-06 03:11:45 +03:00 |
|
Andrey1970AppleLife
|
6f80437f5e
|
Docs: Added MinKernel for kexts
|
2020-09-02 00:40:20 +03:00 |
|
vit9696
|
f9f9ff3de5
|
Docs: Improve documentation on SecureBoot and passwords
closes acidanthera/bugtracker#1130
|
2020-09-01 07:52:27 +03:00 |
|
vit9696
|
ddb8b58b27
|
Docs: Improve documentation on legacy OS and secure boot
|
2020-08-29 17:57:50 +03:00 |
|
vit9696
|
6b6304aa74
|
Docs: Improve multikernel documentation
|
2020-08-25 05:47:20 +03:00 |
|
vit9696
|
459a769f83
|
OpenCoreUefi: Add immutablekernel loading support
references acidanthera/bugtracker#1071
|
2020-08-09 23:11:00 +03:00 |
|
vit9696
|
830b0139de
|
OcBootManagementLib: Make DMG loading support configurable
closes acidanthera/bugtracker#1073
|
2020-08-05 06:39:56 +03:00 |
|
Andrey1970AppleLife
|
4b92cbbf3d
|
PlatformInfo Automatic for all models
|
2020-07-26 19:54:32 +03:00 |
|
vit9696
|
bb990c8c5d
|
OpenCoreMisc: Perform serial init separately via SerialInit option
|
2020-07-25 19:04:56 +03:00 |
|
vit9696
|
191f5cac49
|
Docs: Fix debugging patches
|
2020-07-17 18:51:42 +03:00 |
|
Andrey1970AppleLife
|
37de137706
|
Docs: Fixed Samples
|
2020-07-12 19:09:02 +03:00 |
|
vit9696
|
27053778bc
|
OcAppleKernelLib: Fix relocation support for EfiBoot in KC mode
|
2020-07-05 18:54:38 +03:00 |
|
vit9696
|
51a1dd4ef4
|
OcConsoleLib: Added AppleFramebufferInfo protocol
|
2020-06-28 10:19:13 +03:00 |
|
vit9696
|
1d1b1cc12c
|
OpenCoreUefiInOut: Added UgaPassThrough option to support UGA protocol over GOP
|
2020-06-28 09:51:39 +03:00 |
|
Andrey1970AppleLife
|
8b8d2eda82
|
Docs: Update Samples
|
2020-06-22 01:41:57 +03:00 |
|
vit9696
|
48f95b659b
|
OcApfsLib: Add GlobalConnect mode for device handle connection
closes acidanthera/bugtracker#960
|
2020-06-22 00:04:58 +03:00 |
|
vit9696
|
670d4e0c4f
|
OcBootManagementLib: Drop BlacklistAppleUpdate
|
2020-06-16 21:09:35 +03:00 |
|
Andrey1970AppleLife
|
92c9212446
|
Skip Apple EFI updates f657c3b557
|
2020-06-10 19:37:47 +03:00 |
|
vit9696
|
908f7c2297
|
OpenCoreMisc: Implement SysReport debugging option
closes acidanthera/bugtracker#379
|
2020-05-31 08:00:03 +03:00 |
|
Andrey1970AppleLife
|
6601945dc3
|
Docs:Update Sample
|
2020-05-31 05:50:19 +03:00 |
|
Andrey1970AppleLife
|
6d67a12106
|
Docs: update Sample
|
2020-05-31 02:38:26 +03:00 |
|
vit9696
|
bf8e36b7f4
|
OcCpuLib: Provide basic implementation for TscSyncTimeout
|
2020-05-30 01:29:52 +03:00 |
|
Andrey1970AppleLife
|
7c74fe79b8
|
Docs: DeduplicateBootOrder=Yes
|
2020-05-26 00:48:55 +03:00 |
|
vit9696
|
28dbc7a09f
|
OcBootManagementLib: Add VIRTIO support to ScanPolicy
|
2020-05-19 14:38:17 +03:00 |
|
vit9696
|
f76030f7ac
|
Build: Drop MacInfoPkg
|
2020-05-17 14:28:41 +03:00 |
|
vit9696
|
c760d990c4
|
Docs: Add various missing bits
closes acidanthera/bugtracker#726
|
2020-05-17 03:33:48 +03:00 |
|
vit9696
|
0fb09c220e
|
OcConfigurationLib: Replace Block with Delete to reduce confusion
|
2020-05-17 02:06:35 +03:00 |
|
vit9696
|
15fdaf6376
|
OpenCoreUefiInOut: Removed DirectGopCacheMode due to being ineffective
|
2020-05-13 16:10:22 +03:00 |
|
vit9696
|
86a49fb2f3
|
OpenRuntime: Replaced RequestBootVarFallback with DeduplicateBootOrder due to bugs
|
2020-05-13 16:07:37 +03:00 |
|
vit9696
|
462876603f
|
OpenCoreMisc: Added ApplePanic to store panic logs on ESP root
|
2020-05-10 01:42:00 +03:00 |
|
Andrey1970AppleLife
|
080a661513
|
Docs: Update samples
|
2020-05-09 18:49:54 +03:00 |
|
Andrey1970AppleLife
|
39d90e7e91
|
Docs: Update samples
|
2020-05-09 15:32:35 +03:00 |
|
Andrey1970AppleLife
|
fa58fa0063
|
Docs: Enable Bootstrap
|
2020-05-05 21:40:51 +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 |
|
Andrey1970AppleLife
|
1b76962a69
|
Docs: Update link
|
2020-04-27 02:52:40 +03:00 |
|
Andrey1970AppleLife
|
a0eaf1af05
|
Docs: Update Samples
|
2020-04-26 10:18:38 +03:00 |
|
Andrey1970AppleLife
|
874696eb25
|
Added ACPI comments
|
2020-04-24 22:39:59 +03:00 |
|
Andrey1970AppleLife
|
198f551ecf
|
Added SSDT-IMEI ACPI sample.
|
2020-04-24 21:45:11 +03:00 |
|