4078 Commits

Author SHA1 Message Date
vit9696
0880b69da0 Build: Fix CI script to install pyyaml for python 3 2022-03-20 14:50:31 +03:00
vit9696
093dd76d59 OcCryptoLib: Trim spaces 2022-03-20 14:46:14 +03:00
PMheart
41882d980b OcAppleKernelLib: Added ForceAquantiaEthernet quirk 2022-03-20 12:32:47 +01:00
vit9696
719507f76e Utilities: Switch to python 3 b default
closes acidanthera/bugtracker#1980
2022-03-20 14:09:54 +03:00
PMheart
cb69c1b7f4 Docs: Better explanations for SetApfsTrimTimeout 2022-03-17 14:42:42 +01:00
PMheart
c7844da7aa Docs: Automatically detect version bumping 2022-03-10 21:37:19 +01:00
PMheart
e13900e591 Docs: Add notes when apfs timeout is set to 0 2022-03-10 21:32:58 +01:00
PMheart
f364b9b456 Docs: More precise patch 2022-03-10 11:02:00 +01:00
vit9696
43acc275b4 User: Update security predicate strategy 2022-03-09 21:29:41 +03:00
PMheart
f42c3b2f30 Docs: Fix shellcheck 2022-03-09 18:36:16 +01:00
PMheart
3a9c49af7d Docs: Automatically upgrade OC version via -b/--bump-version option 2022-03-09 18:24:30 +01:00
PMheart
67e5d6b5bf
Docs: Sync changelog 2022-03-09 16:17:34 +01:00
PMheart
ae7198101c
OcDebugLibProtocol: Early log preservation support (#327) 2022-03-09 16:15:58 +01:00
PMheart
94777c3332
Debug: Fix typo 2022-03-09 10:20:29 +01:00
PMheart
e0e5a25a53
Debug: Mention early environment setup 2022-03-09 10:19:59 +01:00
PMheart
05ac76b702 Docs: Add -b/--bump-version option to BuildDocs.tool 2022-03-08 22:05:12 +01:00
Andrey1970AppleLife
150625e559 Fixed previous 2022-03-08 22:41:21 +03:00
PMheart
f3477959cf Docs: Bump version to 0.8.0 2022-03-08 17:54:49 +01:00
PMheart
267c57ce81 Docs: Add notes for EnableVectorAcceleration 2022-03-08 14:31:05 +01:00
vit9696
6fdd6dab9b OcCryptoLib: Avoid memory allocation but in RsaVerifySigDataFromData 0.7.9 2022-03-06 17:19:08 +03:00
vit9696
19cefe626c OcCryptoLib: Use caller-provided buffer for BigNumPowMod 2022-03-06 16:40:55 +03:00
vit9696
59da77c87f OcCryptoLib: Use caller-provided scratch in BigNumCalculateMontParams 2022-03-06 16:33:34 +03:00
vit9696
1da000afab OcCryptoLib: Use single buffer in BigNumCalculateMontParams 2022-03-06 16:10:22 +03:00
vit9696
d12c413664 OcCryptoLib: Use scratch buffer in BN words for simplicity 2022-03-06 15:58:32 +03:00
vit9696
d9e2c49b82 OcCryptoLib: Kill heap optimisation in BigNumCalculateMontParams
This optimisation once again gives us nothing on realistic values
due to roughly uniform distribution.
2022-03-06 15:48:26 +03:00
vit9696
8d9d387e38 OcCryptoLib: Drop BigNumMod memory allocation
BigNumCalculateMontParams previously did not check BigNumMod for memory
allocation failure anyway, which was thus harder to diagnose due to
the Montgomery Inverse of N still returning correctly.
2022-03-06 15:25:02 +03:00
vit9696
0f22e66dfb OcCryptoLib: Drop pool memory usage optimisation in BigNumMod
Currently BigNumMod does not allocate memory for A words with leading
zeroes. For us words are 8 bytes. When doing RSA computations with
proper keys 8 zero bytes are nearly impossible and 16 zero bytes are
completely impossible. Avoiding this optimisation does not change
library behaviour for nearly all inputs but provides simpler guarantees
about memory usage and simplifies testing.
2022-03-06 15:14:58 +03:00
vit9696
823e98fe68 Utilities: Fix TestPeCoff compilation 2022-03-06 14:14:45 +03:00
vit9696
8551daca79 OcCryptoLib: Improve portability 2022-03-06 11:49:16 +03:00
vit9696
971df72a4b Patches: Fix previous patch update 2022-03-05 19:58:26 +03:00
vit9696
578728c317 Docs: Sync changelog 2022-03-05 19:50:09 +03:00
PMheart
56697e1fd0 Patches: Adapt ShellPkg patches for edk2-stable202202 2022-03-05 19:43:25 +03:00
PMheart
3984b403b3 Patches: Adapt AtaAtapiPassThru patches for edk2-stable202202 #2 2022-03-05 19:43:25 +03:00
PMheart
95f53031f8 Patches: Adapt AtaAtapiPassThru patches for edk2-stable202202 2022-03-05 19:43:25 +03:00
PMheart
54479cfa0b Build: Sync with audk-stable-202202 2022-03-05 19:43:25 +03:00
PMheart
c91eebf3f4 Revert "OcAppleEventLib: Silence Coverity warning"
This reverts commit 7c695007ae70d53a21f12f5cd62452cad9a95894.
2022-03-03 12:58:46 +01:00
Savva Mitrofanov
ef78031809
Build: Fix OcDebugLogLib library class 2022-03-03 14:07:29 +06:00
Savva Mitrofanov
63d26889dc
Build: Fix build. Rename OcDebugSerialLib to OcDebugLibSerial in dsc 2022-03-03 13:25:19 +06:00
Savva Mitrofanov
5ef2e07f3b
OcDebugSerialSerial: Rename to OcDebugLibSerial
Fix build
2022-03-03 13:16:52 +06:00
a31user
4ece428757
OcHdaDevicesLib: Add missing CX8200 and CX20724 (#326), thanks @a31user 2022-03-02 21:55:04 +01:00
PMheart
7fcc5cbf44 Docs: Sync from https://github.com/acidanthera/OpenCorePkg/pull/325 2022-03-02 13:17:54 +01:00
PMheart
4c995bb1ba
OcDebugLogLib: Split into OcLogAggregatorLib and OcDebugLibProtocol (#325) 2022-03-02 15:04:20 +03:00
PMheart
7c695007ae OcAppleEventLib: Silence Coverity warning 2022-03-02 12:33:45 +01:00
PMheart
89f40f6ea8 OcAppleKernelLib: Fix variable initialisation 2022-03-01 21:55:02 +01:00
MikeBeaton
666c710ad6 Docs: Improve OpenLinuxBoot autoopts documentation 2022-03-01 19:04:41 +00:00
MikeBeaton
5e2d766700 OcMainLib: typo 2022-03-01 10:28:38 +00:00
Andrey1970AppleLife
32250a38bf Fixed INFO (prev-lang:kbd) to neutral location 2022-02-27 19:31:03 +03:00
rkarsnk
9d7458cacc
Add comment about prev-lang:kbd (#1960) (#324) 2022-02-27 18:19:16 +03:00
MikeBeaton
83c880b4db OpenCoreUefi: Fix code style space after cast 2022-02-27 13:25:33 +00:00
MikeBeaton
97c1f841f1 OpenLinuxBoot: Boot from standalone /boot partition 2022-02-27 09:00:41 +00:00