提交 fd175ff3 编写于 作者: V vit9696

OpenCoreAcpi: Patch tables before blocking or loading

上级 d683e228
......@@ -530,8 +530,8 @@ some of those are provided as a part of OpenCore.
\texttt{Patch}\\
\textbf{Type}: \texttt{plist\ array}\\
\textbf{Default value}: Empty\\
\textbf{Description}: Perform binary patches in ACPI tables after
table addition and removal.
\textbf{Description}: Perform binary patches in ACPI tables before
table addition or removal.
Designed to be filled with \texttt{plist\ dictionary} values describing each
patch entry. See \hyperref[acpipropspatch]{Patch Properties} section below.
......@@ -902,7 +902,7 @@ blocking.
\textbf{Type}: \texttt{plist\ array}\\
\textbf{Default value}: Empty\\
\textbf{Description}: Perform binary patches in kernel and drivers prior to
driver addition and removal (FIXME: consistency with ACPI?).
driver addition and removal.
Designed to be filled with \texttt{plist\ dictionary} values, describing each
patch. See \hyperref[kernelpropspatch]{Patch Properties} section below.
......
......@@ -196,12 +196,12 @@ OcLoadAcpiSupport (
AcpiLoadRegions (&Context);
}
OcAcpiPatchTables (Config, &Context);
OcAcpiBlockTables (Config, &Context);
OcAcpiAddTables (Config, Storage, &Context);
OcAcpiPatchTables (Config, &Context);
if (Config->Acpi.Quirks.FadtEnableReset) {
AcpiFadtEnableReset (&Context);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册