diff --git a/Changelog.md b/Changelog.md index fa835476f6fd7dda1740891b67dc93a6baed2355..7697808876f46d45b3acb396ec0ceec0533ff4ab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ OpenCore Changelog - Replaced `BlacklistAppleUpdate` with `run-efi-updater` NVRAM variable - Fixed reset value in `FadtEnableReset` ACPI quirk - Fixed freezes during boot option expansion with PXE boot entries +- Updated underlying EDK II package to edk2-stable202005 #### v0.5.9 - Added full HiDPI support in OpenCanopy diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index 2169b71f2d68c08b0c9e906e9028599d1fe82388..89fe2e264f90e15c4dbf188b070630288e355fb0 100644 Binary files a/Docs/Configuration.pdf and b/Docs/Configuration.pdf differ diff --git a/Docs/Configuration.tex b/Docs/Configuration.tex index bbcb3f8912cc4ebde67a9a2a2a632c5896e39b9a..09501167e7c3fc3293a515d436d2b675c5e0c5b3 100755 --- a/Docs/Configuration.tex +++ b/Docs/Configuration.tex @@ -2333,7 +2333,7 @@ entry choice will update till next manual reconfiguration. \textbf{Description}: Sets specific attributes for console. Text renderer supports colour arguments as a sum of foreground and background - colors according to UEFI specification. The value of black background and + colours according to UEFI specification. The value of black background and black foreground (\texttt{0}) is reserved. List of colour names: \begin{itemize} @@ -5015,7 +5015,7 @@ functioning. Feature highlights: \textbf{Failsafe}: \texttt{false}\\ \textbf{Description}: Some firmwares clear only part of screen when switching from graphics to text mode, leaving a fragment of previously drawn image visible. - This option fills the entire graphics screen with black color before switching to + This option fills the entire graphics screen with black colour before switching to text mode. \emph{Note}: This option only applies to \texttt{System} renderer. diff --git a/Docs/Differences/Differences.pdf b/Docs/Differences/Differences.pdf index ece1dac9f7d73675234bd89178cb7f232271a344..9a0da922f3462452ff1ea7ec712065e1f6274f9e 100644 Binary files a/Docs/Differences/Differences.pdf and b/Docs/Differences/Differences.pdf differ diff --git a/Docs/Differences/Differences.tex b/Docs/Differences/Differences.tex index ba445eb56536c984f0e03de19fe3de0559605021..4f14ecf446096dce0beb50553e34685f0cea5b23 100644 --- a/Docs/Differences/Differences.tex +++ b/Docs/Differences/Differences.tex @@ -1,7 +1,7 @@ \documentclass[]{article} %DIF LATEXDIFF DIFFERENCE FILE %DIF DEL PreviousConfiguration.tex Tue Jun 2 03:55:18 2020 -%DIF ADD ../Configuration.tex Tue Jun 16 21:05:41 2020 +%DIF ADD ../Configuration.tex Wed Jun 17 21:25:43 2020 \usepackage{lmodern} \usepackage{amssymb,amsmath} @@ -2402,7 +2402,7 @@ entry choice will update till next manual reconfiguration. \textbf{Description}: Sets specific attributes for console. Text renderer supports colour arguments as a sum of foreground and background - colors according to UEFI specification. The value of black background and + \DIFdelbegin \DIFdel{colors }\DIFdelend \DIFaddbegin \DIFadd{colours }\DIFaddend according to UEFI specification. The value of black background and black foreground (\texttt{0}) is reserved. List of colour names: \begin{itemize} @@ -5105,7 +5105,7 @@ functioning. Feature highlights: \textbf{Failsafe}: \texttt{false}\\ \textbf{Description}: Some firmwares clear only part of screen when switching from graphics to text mode, leaving a fragment of previously drawn image visible. - This option fills the entire graphics screen with black color before switching to + This option fills the entire graphics screen with black \DIFdelbegin \DIFdel{color }\DIFdelend \DIFaddbegin \DIFadd{colour }\DIFaddend before switching to text mode. \emph{Note}: This option only applies to \texttt{System} renderer. diff --git a/Docs/Errata/Errata.pdf b/Docs/Errata/Errata.pdf index f76ab40f045f3e1fbc6411705647427bdebb9af7..dc2f2dd709687ab057960574dca877bec69cdcdc 100644 Binary files a/Docs/Errata/Errata.pdf and b/Docs/Errata/Errata.pdf differ diff --git a/Patches/0002-MdePkg-Workaround-SafeString-from-BaseLib-misprarsin.patch b/Patches/0002-MdePkg-Workaround-SafeString-from-BaseLib-misprarsin.patch deleted file mode 100644 index c50c834bb7fab0c885b632cd1af43aff520e9dca..0000000000000000000000000000000000000000 --- a/Patches/0002-MdePkg-Workaround-SafeString-from-BaseLib-misprarsin.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5873c1446d94f03a2111db9d0b78a1637e4a16bb Mon Sep 17 00:00:00 2001 -From: Vitaly Cheptsov -Date: Wed, 13 May 2020 22:10:10 +0300 -Subject: [PATCH 1/1] MdePkg: Workaround SafeString from BaseLib misprarsing - data - -REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2054 - -Attempts to upstream this failed due to sabotage from Intel. -Refer to edk2-devel mailing list for more details. ---- - MdePkg/Library/BaseLib/SafeString.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/MdePkg/Library/BaseLib/SafeString.c b/MdePkg/Library/BaseLib/SafeString.c -index 7dc03d2caa..478b3e9ea2 100644 ---- a/MdePkg/Library/BaseLib/SafeString.c -+++ b/MdePkg/Library/BaseLib/SafeString.c -@@ -14,7 +14,6 @@ - - #define SAFE_STRING_CONSTRAINT_CHECK(Expression, Status) \ - do { \ -- ASSERT (Expression); \ - if (!(Expression)) { \ - return Status; \ - } \ --- -2.24.2 (Apple Git-127) -