132 Commits

Author SHA1 Message Date
vit9696
d5eaad375c OpenCoreMisc: Implement file logging 2019-05-03 03:47:37 +03:00
vit9696
1e6b69f4b1 OpenCoreNvram: Add version information 2019-05-02 23:37:50 +03:00
vit9696
8f5651c83b Docs: Provide partial UEFI driver list 2019-05-02 17:35:28 +03:00
vit9696
2ef9c64245 OpenCoreUefi: Implement RequestBootVarRouting frontend support
Still requires backend support in AptioMemoryFix
2019-05-02 00:06:10 +03:00
vit9696
6e439ab1a9 OpenCoreUefi: Implement support for SanitiseClearScreen quirk 2019-05-01 22:12:15 +03:00
vit9696
6df7b3f85f OpenCoreUefi: Ensure ConsoleBehaviourUi mode is set properly 2019-05-01 19:09:33 +03:00
vit9696
23e8c6d2ba OpenCoreMisc: Add boot timestamp 2019-05-01 18:37:10 +03:00
vit9696
ae909614ee OpenCoreUefi: Implement Uefi Protocols and update docs 2019-05-01 16:57:58 +03:00
vit9696
8eb0dab809 Docs: Sync sample configuration with changes 2019-05-01 15:46:00 +03:00
vit9696
2d4cf6b04e OpenCoreMisc: Allow fine-tuning console control for UI and boot 2019-05-01 15:43:21 +03:00
vit9696
b0ec085649 OpenCoreUefi: Sync with OcSupportPkg 2019-05-01 02:26:48 +03:00
vit9696
e52a515359 OpenCoreMisc: Sync with GUID changes 2019-04-30 23:16:41 +03:00
vit9696
b65a47c8c5 DevicePathLib: Do not use UEFI protocols 2019-04-28 22:26:39 +03:00
vit9696
e04e42355b Build: Use UefiDevicePathLibOptionalDevicePathProtocol for DevicePathLib 2019-04-28 21:38:47 +03:00
vit9696
5769da89f3
build: replace set -e with direct exit calls
This is necessary, because cov script returns failure status code, despite actually submitting the build.
2019-04-27 02:10:36 +03:00
vit9696
0a5ba559b1
build: contrary to .curlrc, .wgetrc requires no quotes 2019-04-27 01:47:30 +03:00
vit9696
17310ea720
build: also add certificate support to .wgetrc for cov script 2019-04-27 01:39:25 +03:00
vit9696
e39048d03d
build: Force our .curlrc 2019-04-27 01:29:15 +03:00
vit9696
e59b5bad44
build: Make curl happy with double quotes
Also switched cacert option format to more usual way.
2019-04-27 01:01:37 +03:00
vit9696
da78f2dc44
build: Provide full cacert bundle for cov analysis (closes #4) 2019-04-27 00:54:17 +03:00
Dominic Jodoin
c503053560 build: Install cert in before_install: instead (#3)
* Coverity Scan workaround

* Config curl instead

* Install cert in `before_install:` instead
2019-04-26 23:31:15 +03:00
Dominic Jodoin
530ab6e4d7 build: Coverity Scan workaround (#2)
* Coverity Scan workaround

* Config curl instead
2019-04-26 23:20:56 +03:00
Andrey1970AppleLife
ea1f46f835
Fixed en-link - discussion for developers 2019-04-26 18:22:11 +03:00
PMheart
f4f38bbba4 Added EN/IT discussion pages. 2019-04-26 21:35:27 +08:00
vit9696
d488282219
build: use newer osx image for newer CI certs
Attempting to fix cov analysis script
2019-04-23 12:54:51 +03:00
vit9696
ed2dafcaa7 Docs: Add simple config to illustrate optional entry removal 2019-04-22 00:11:29 +03:00
vit9696
06e4356d64 Docs: Provide info for MacInfoPkg 2019-04-21 21:32:30 +03:00
vit9696
3be015823d OpenCorePlatform: Fix MLB size 2019-04-21 21:06:00 +03:00
vit9696
623294ffb1 OpenCorePlatform: Fix reading board serial in Automatic mode 2019-04-21 19:52:31 +03:00
vit9696
498f8edf89 OpenCorePlatform: Support using MacInfoPkg 2019-04-21 17:14:58 +03:00
Andrey1970AppleLife
9f78930eca Docs: added ACPI sample SSDT-EHCx_OFF.dsl 2019-04-21 15:24:34 +03:00
vit9696
e771768049 OpenCore: Fix compilation 2019-04-20 13:13:07 +03:00
vit9696
a852f85986 OpenCore: Do not use trailing slash for root directory open 2019-04-20 12:53:06 +03:00
vit9696
178d7a0d71 OpenCore: Remove accidentally committed testing code 2019-04-20 12:42:04 +03:00
vit9696
11808d8382 OpenCoreAcpi: Put ACPI -> Add to a dictionary 2019-04-20 12:38:56 +03:00
vit9696
36766e8133 OpenCoreMisc: Fix log prints 2019-04-19 23:11:30 +03:00
vit9696
2872d4f11c OpenCoreMisc: Support ConsoleMode configuration option 2019-04-19 12:35:14 +03:00
Michael Belyaev
c87d0fe735
new ables → new tables 2019-04-19 11:07:10 +03:00
vit9696
517f756d12 OpenCoreMisc: Event better debug logging for screen res 2019-04-19 09:57:29 +03:00
vit9696
dc3726eda6 OpenCoreMisc: Improve debug logging 2019-04-19 09:56:11 +03:00
vit9696
0efb97c526 OpenCoreMisc: Support Boot Resolution option 2019-04-19 02:33:07 +03:00
vit9696
827fa7ed76 OpenCoreAcpi: Log multiple table drop 2019-04-19 00:55:14 +03:00
vit9696
446dbfea99 OpenCoreAcpi: Support dropping all tables by condition 2019-04-18 23:28:48 +03:00
vit9696
b33519082b OpenCoreMisc: Separate from main OC 2019-04-18 22:59:20 +03:00
Andrey1970AppleLife
8a42786ccc
Docs: Added HideSelf in Sample.plist 2019-04-18 17:56:18 +03:00
vit9696
059ea4afc7 OpenCore: Support HideSelf option 2019-04-18 17:41:04 +03:00
vit9696
5c26b605b3 OpenCoreDevProps: Move ReinstallProtocol out of quirks 2019-04-16 23:29:41 +03:00
vit9696
2ebe5bcb98 OpenCore: Sync with OcSupportPkg and fix Windows detection in quirks 2019-04-16 21:56:05 +03:00
Andrey1970AppleLife
1606041140
Docs: Enable SIP in Sample.plist 2019-04-14 04:15:37 +03:00
vit9696
c7f1aa5277 Docs: Clarify RequireSignature nuances 2019-04-14 02:11:33 +03:00