1194 Commits

Author SHA1 Message Date
vit9696
518811d7e3 OcBootManagementLib: Define entry reason when running apple picker 2020-02-14 17:51:06 +03:00
vit9696
c2b6d4cf44 OcCryptoLib: Annotate AES with IN OUT 2020-02-14 17:50:41 +03:00
vit9696
a84c1521f6 OcConsoleLib: Fix builtin text renderer with different GOP modes 2020-02-13 17:07:46 +03:00
vit9696
c0161f7fdd OcConsoleLib: Fix direct GOP mode switching 2020-02-13 17:07:17 +03:00
vit9696
e2ccff31f6 OcDebugLogLib: Fix null pointer dereference 2020-02-13 15:56:13 +03:00
vit9696
338cf9d035 OcConsoleLib: Make text mode the default for builtin renderer and drop ProvideEarlyConsole 2020-02-13 03:29:39 +03:00
vit9696
ef3be828cc OcConsoleLib: Implement DirectGopRendering 2020-02-13 00:52:44 +03:00
vit9696
63729391d2 OcPngLib: Rebase lodepng to 20200211 and fix compilation 2020-02-12 11:03:30 +03:00
vit9696
41ce29c263 OcPngLib: Avoid memcpy import generation 2020-02-12 10:48:32 +03:00
vit9696
f2b3bc1497 OcPngLib: Fix memory leak and update codestyle 2020-02-12 02:18:17 +03:00
vit9696
ffab0c3251 OcPngLib: Upgrade lodepng to 20200112 with our fixes
Includes fix to CVE-2019-17178
2020-02-12 02:01:42 +03:00
Download-Fritz
f1a6b251dd OcPngLib: Import EncodePng by @n-d-k 2020-02-11 15:50:34 +01:00
vit9696
effd593f84 OcAcpiLib: Make ACPI table count warning informational 2020-02-11 10:23:31 +03:00
vit9696
0f3a37bd6f OcConsoleControlEntryModeLib: Look for ConsoleControl on other handles 2020-02-10 11:32:03 +03:00
vit9696
a135ff51bf OcConsoleLib: Install ConsoleControl on ConsoleOutHandle 2020-02-10 11:30:50 +03:00
vit9696
7a7b23bc53 OcBootManagementLib: Add more logging for Apple picker 2020-02-09 22:21:53 +03:00
vit9696
3ff7e0a48f Application: Ensure Stall does not excseed 32-bit 2020-02-09 20:09:08 +03:00
vit9696
476c121a83 OcBootManagementLib: Log custom entries 2020-02-09 19:56:26 +03:00
vit9696
0bc4415e10 OcConsoleLib: Switch to graphics mode by default 2020-02-09 19:48:40 +03:00
vit9696
b0fd7de372 OcBootManagement: Implement Apple BootPicker support 2020-02-09 14:31:32 +03:00
vit9696
37c26b1a40 OcConsoleLib: Cleanup background colour filling 2020-02-09 02:25:09 +03:00
vit9696
b578e4e7e3 OcConfigurationLib: Replace RequireVault and RequireSignature with Vault 2020-02-09 00:51:30 +03:00
vit9696
4626f79025 OcConsoleLib: Fix installing ConsoleControl when none is present 2020-02-09 00:25:43 +03:00
vit9696
2409b3b268 OcAppleRamDiskLib: Fix compiler warning
closes acidanthera/bugtracker#703
2020-02-09 00:15:05 +03:00
vit9696
81edab7426 FwRuntimeServices: Add support for ProtectSecureBoot 2020-02-09 00:10:57 +03:00
vit9696
c577c341c6 OcBootManagementLib: Implement colouring picker 2020-02-08 22:45:15 +03:00
vit9696
58f5c7ec1b OcBootManagementLib: Ensure no cursor in simple picker 2020-02-08 22:16:37 +03:00
vit9696
8fc88733a4 OcConsoleLib: New output implementation 2020-02-08 21:55:07 +03:00
vit9696
27e0a987fe OcConsoleLib: Fix initial foreground colour 2020-02-07 13:09:33 +03:00
vit9696
5e427c677e OcConsoleLib: Fix comparison warning
closes acidanthera/bugtracker#701
2020-02-07 12:32:13 +03:00
vit9696
e77d4d8f82 OcConsoleLib: Fix cursor colour and visibility in Shell 2020-02-07 00:50:37 +03:00
vit9696
a58cacdf16 OcConsoleLib: Various builtin text renderer improvements 2020-02-06 23:00:56 +03:00
vit9696
e2ee015647 OcBootManagementLib: Remove AvoidHighAlloc 2020-02-06 19:29:32 +03:00
vit9696
4ca2dd0185 OcAppleRamDisk: Use temporary buffer for reading DMG recovery 2020-02-06 04:43:44 +03:00
vit9696
907f225f1f OcFileLib: Make SafeOpenFile warning debug only 2020-02-06 01:20:11 +03:00
vit9696
6ff1c87031 OcBootManagementLib: Improve recovery device path printing 2020-02-06 00:42:59 +03:00
vit9696
71c7c34c5a OcFileLib: Implement SafeFileOpen 2020-02-06 00:39:44 +03:00
Michael Belyaev
270fc3ab5f Don't redraw cursor if position is the same 2020-02-05 22:29:41 +03:00
Michael Belyaev
fef51a125a
LIGH -> LIGHT 2020-02-05 10:37:26 +03:00
vit9696
d782f5b51c OcConsoleLib: Drop comment as it got fixed with using 0 offsets 2020-02-02 15:44:34 +03:00
vit9696
1cecf9d1d7 OcConsoleLib: Improve ASCII renderer performance and fix glitches 2020-02-02 05:28:56 +03:00
vit9696
d24173b12b OcConsoleLib: Add cursor support to ASCII renderer 2020-02-02 04:50:36 +03:00
vit9696
57d4a855cf OcConsoleLib: Support HiDPI screens 2020-02-02 04:24:33 +03:00
vit9696
f731a50002 OcConsoleLib: Reduce font footprint 2020-02-02 03:49:05 +03:00
vit9696
462a831d02 OcAppleKernelLib: Implement DummyPowerManagement quirk 2020-02-02 02:21:37 +03:00
vit9696
272866178f OcConfigurationLib: Implement BuiltinTextRenderer 2020-02-02 01:58:31 +03:00
vit9696
92c7bcef22 OcConsoleLib: Initial implementation of ASCII text renderer 2020-02-02 01:04:51 +03:00
vit9696
17acb56197 OcConsoleLib: Move NullTextOutput from OcMiscLib 2020-02-01 21:53:50 +03:00
vit9696
75b941c42d OcConsoleLib: Replace invalid GOP on ConOut as seen on MacPro5,1 2020-02-01 21:47:38 +03:00
vit9696
159a06d6d9 OcConsoleLib: Split ConsoleControl and ConOut 2020-02-01 21:46:34 +03:00