Configuration.tex 355.7 KB
Newer Older
V
vit9696 已提交
1 2 3 4 5 6 7 8 9 10 11 12
\documentclass[]{article}

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{upquote}
\usepackage{microtype}
\usepackage[unicode=true]{hyperref}
\usepackage{longtable,booktabs}
\usepackage{footnote}
13
\usepackage{listings}
14
\usepackage{mathtools}
V
vit9696 已提交
15 16 17 18
\usepackage{parskip}
\usepackage[margin=0.7in]{geometry}
\usepackage{titlesec}
\usepackage[yyyymmdd,hhmmss]{datetime}
V
vit9696 已提交
19
\usepackage{textcomp}
V
vit9696 已提交
20 21
\usepackage{tikz}

22
\setcounter{tocdepth}{2}
V
vit9696 已提交
23 24 25 26
\usetikzlibrary{trees}
\tikzstyle{every node}=[draw=black,thick,anchor=west]
\tikzstyle{selected}=[draw=blue]
\tikzstyle{optional}=[dashed,fill=gray!50]
V
vit9696 已提交
27 28 29

\renewcommand{\dateseparator}{.}

30 31 32 33 34 35 36 37
\makeatletter
\newcommand*{\bdiv}{%
  \nonscript\mskip-\medmuskip\mkern5mu%
  \mathbin{\operator@font div}\penalty900\mkern5mu%
  \nonscript\mskip-\medmuskip
}
\makeatother

38
% Newer LaTeX versions should not add ligatures to listings, but for some reason
D
dakanji 已提交
39
% it is not the case for me. As a result, certain PDF viewers copy wrong data.
V
vit9696 已提交
40 41 42 43 44
\lstdefinestyle{ocbash}{
  language=bash,
  frame=tb,
  columns=fullflexible,
  captionpos=b,
45 46
  basicstyle=\ttfamily\normalsize,
  keepspaces=true,
47
  morekeywords={git, make, build, ioreg, grep, nvram, sort, sudo, diskutil, gfxutil, strings, dd, cut, python},
V
vit9696 已提交
48
  literate =
V
vit9696 已提交
49
    {"}{{\textquotedbl}}1
V
vit9696 已提交
50 51
    {'}{{\textquotesingle}}1
    {-}{{-}}1
V
vit9696 已提交
52 53
    {~}{{\texttildelow}}1
    {*}{{*}}1
54 55
    {fl}{{f{}l}}2
    {fi}{{f{}i}}2
V
vit9696 已提交
56 57 58
    ,
}

V
vit9696 已提交
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref

\makesavenoteenv{long table} % Fix footnotes in tables

% set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother

\providecommand{\tightlist}{%
  \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}

\newcommand{\sectionbreak}{\clearpage}

G
Goldfish64 已提交
74 75 76 77 78
% Fix spacing for subsections in table of contents.
\makeatletter
\renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
\makeatother

V
vit9696 已提交
79 80 81 82
\begin{document}

\begin{titlepage}
   \begin{center}
V
vit9696 已提交
83
       \vspace*{2.0in}
V
vit9696 已提交
84 85 86

       \Huge

V
vit9696 已提交
87 88 89 90 91 92
       \IfFileExists{Logos/Logo.pdf}
         {\includegraphics[width=160pt, height=160pt]{Logos/Logo.pdf}}
         {\includegraphics[width=160pt, height=160pt]{../Logos/Logo.pdf}}

       \sffamily

V
vit9696 已提交
93 94 95 96
       \textbf{OpenCore}

       \vspace{0.2in}

A
Andrey1970AppleLife 已提交
97
       Reference Manual (0.7.2)
V
vit9696 已提交
98 99 100 101 102 103 104 105 106

       \vspace{0.2in}

        {[}\today{]}

       \normalsize

       \vfill

V
vit9696 已提交
107 108
       \rmfamily

A
Andrey1970AppleLife 已提交
109
       Copyright \textcopyright 2018-2021 vit9696
V
vit9696 已提交
110 111 112 113 114 115 116 117

   \end{center}
\end{titlepage}

\tableofcontents

\section{Introduction}\label{introduction}

118
This document provides information on the format of the
V
vit9696 已提交
119
\href{https://github.com/acidanthera/OpenCorePkg}{OpenCore} user
120
configuration file used to set up the correct functioning of the macOS
V
vit9696 已提交
121 122
operating system. It is to be read as the official clarification of expected
OpenCore behaviour. All deviations, if found in published OpenCore releases,
D
dakanji 已提交
123
shall be considered to be documentation or implementation issues which should be
124 125
reported via the \href{https://github.com/acidanthera/bugtracker}{Acidanthera Bugtracker}.
An errata sheet is available in
V
vit9696 已提交
126
\href{https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Errata/Errata.pdf}{OpenCorePkg repository}.
V
vit9696 已提交
127

128 129 130 131
This document is structured as a specification and is not meant to provide a step-by-step
guide to configuring an end-user Board Support Package (BSP). The intended audience
of the document is anticipated to be programmers and engineers with a basic understanding of macOS internals
and UEFI functionality. For these reasons, this document is available exclusively in English,
V
vit9696 已提交
132 133 134
and all other sources or translations of this document are unofficial and may
contain errors.

D
dakanji 已提交
135
Third-party articles, utilities, books, and similar, may be more useful for a wider audience as
136
they could provide guide-like material. However, they are subject to their authors' preferences,
137
misinterpretations of this document, and unavoidable obsolescence.
138
In cases of using such sources, such as \href{https://dortania.github.io}{Dortania}'s
V
vit9696 已提交
139
\href{https://dortania.github.io/OpenCore-Install-Guide}{OpenCore Install Guide}
V
vit9696 已提交
140
and \href{https://dortania.github.io/getting-started}{related material},
141
please refer back to this document on every decision made and re-evaluate potential implications.
V
vit9696 已提交
142

143 144
Please note that regardless of the sources used, users are required to fully understand every
OpenCore configuration option, and the principles behind them, before posting issues to the
V
vit9696 已提交
145 146
\href{https://github.com/acidanthera/bugtracker}{Acidanthera Bugtracker}.

V
vit9696 已提交
147
\emph{Note}: Creating this document would not have been possible without the invaluable
P
PMheart 已提交
148
contributions from other people: Andrey1970, Goldfish64, dakanji, PMheart, and several others,
V
vit9696 已提交
149 150 151
with the full list available in
\href{https://github.com/acidanthera/OpenCorePkg/commits/master/Docs}{OpenCorePkg history}.

V
vit9696 已提交
152
\subsection{Generic Terms}\label{generic-terms}
V
vit9696 已提交
153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206

\begin{itemize}
\item
  \texttt{plist} --- Subset of ASCII Property List format written in
  XML, also know as XML plist format version 1. Uniform Type Identifier
  (UTI): \texttt{com.apple.property-list}. Plists consist of
  \texttt{plist\ objects}, which are combined to form a hierarchical
  structure. Due to plist format not being well-defined, all the
  definitions of this document may only be applied after plist is
  considered valid by running \texttt{plutil\ -lint}. External
  references: https://www.apple.com/DTDs/PropertyList-1.0.dtd,
  \texttt{man\ plutil}.
\item
  \texttt{plist\ type} --- plist collections (\texttt{plist\ array},
  \texttt{plist\ dictionary}, \texttt{plist\ key}) and primitives
  (\texttt{plist\ string}, \texttt{plist\ data}, \texttt{plist\ date},
  \texttt{plist\ boolean}, \texttt{plist\ integer},
  \texttt{plist\ real}).
\item
  \texttt{plist\ object} --- definite realisation of
  \texttt{plist\ type}, which may be interpreted as value.
\item
  \texttt{plist\ array} --- array-like collection, conforms to
  \texttt{array}. Consists of zero or more \texttt{plist\ objects}.
\item
  \texttt{plist\ dictionary} --- map-like (associative array)
  collection, conforms to \texttt{dict}. Consists of zero or more
  \texttt{plist\ keys}.
\item
  \texttt{plist\ key} --- contains one \texttt{plist\ object} going by
  the name of \texttt{plist\ key}, conforms to \texttt{key}. Consists of
  printable 7-bit ASCII characters.
\item
  \texttt{plist\ string} --- printable 7-bit ASCII string, conforms to
  \texttt{string}.
\item
  \texttt{plist\ data} --- base64-encoded blob, conforms to
  \texttt{data}.
\item
  \texttt{plist\ date} --- ISO-8601 date, conforms to \texttt{date},
  unsupported.
\item
  \texttt{plist\ boolean} --- logical state object, which is either true
  (1) or false (0), conforms to \texttt{true} and \texttt{false}.
\item
  \texttt{plist\ integer} --- possibly signed integer number in base 10,
  conforms to \texttt{integer}. Fits in 64-bit unsigned integer in two's
  complement representation, unless a smaller signed or unsigned
  integral type is explicitly mentioned in specific
  \texttt{plist\ object} description.
\item
  \texttt{plist\ real} --- floating point number, conforms to
  \texttt{real}, unsupported.
\item
D
dakanji 已提交
207
  \texttt{plist\ multidata} --- value cast to data by the implementation.
V
vit9696 已提交
208
  Permits passing \texttt{plist\ string}, in which case the result is
D
dakanji 已提交
209
  represented by a null-terminated sequence of bytes (C string),
V
vit9696 已提交
210 211 212 213 214 215 216 217
  \texttt{plist\ integer}, in which case the result is represented by
  \emph{32-bit} little endian sequence of bytes in two's complement
  representation, \texttt{plist\ boolean}, in which case the value is
  one byte: \texttt{01} for \texttt{true} and \texttt{00} for
  \texttt{false}, and \texttt{plist\ data} itself. All other types or
  larger integers invoke undefined behaviour.
\end{itemize}

V
vit9696 已提交
218
\section{Configuration}\label{configuration-overview}
V
vit9696 已提交
219 220 221 222 223 224

\subsection{Configuration Terms}\label{configuration-terms}

\begin{itemize}
\item
  \texttt{OC\ config} --- OpenCore Configuration file in \texttt{plist}
D
dakanji 已提交
225
  format named \texttt{config.plist}. It provides an extensible way
V
vit9696 已提交
226
  to configure OpenCore and is structured to be separated into multiple
D
dakanji 已提交
227 228
  named sections situated under the root \texttt{plist\ dictionary}. These
  sections may have \texttt{plist\ array} or
V
vit9696 已提交
229 230 231 232 233 234
  \texttt{plist\ dictionary} types and are described in corresponding
  sections of this document.
\item
  \texttt{valid\ key} --- \texttt{plist\ key} object of
  \texttt{OC\ config} described in this document or its future
  revisions. Besides explicitly described \texttt{valid\ keys}, keys
D
dakanji 已提交
235 236 237 238 239
  starting with the \texttt{\#} symbol (e.g. \texttt{\#Hello}) are also
  considered \texttt{valid\ keys} and while they behave as comments, effectively
  discarding their values, they are still required to be valid
  \texttt{plist\ objects}. All other \texttt{plist\ keys} are not valid,
  and their presence results in \texttt{undefined\ behaviour}.
V
vit9696 已提交
240 241 242
\item
  \texttt{valid\ value} --- valid \texttt{plist\ object} of
  \texttt{OC\ config} described in this document that matches all the
D
dakanji 已提交
243
  additional requirements in specific \texttt{plist\ object} descriptions
V
vit9696 已提交
244 245 246 247 248
  if any.
\item
  \texttt{invalid\ value} --- valid \texttt{plist\ object} of
  \texttt{OC\ config} described in this document that is of other
  \texttt{plist\ type}, does not conform to additional requirements
D
dakanji 已提交
249
  found in specific \texttt{plist\ object} descriptions (e.g.~value
V
vit9696 已提交
250
  range), or missing from the corresponding collection.
D
dakanji 已提交
251
  \texttt{Invalid\ values} are read with or without an error message as
V
vit9696 已提交
252 253 254
  any possible value of this \texttt{plist\ object} in an undetermined
  manner (i.e.~the values may not be same across the reboots). Whilst
  reading an \texttt{invalid\ value} is equivalent to reading certain
D
dakanji 已提交
255 256
  defined \texttt{valid\ values}, applying incompatible values to the host
  system may result in \texttt{undefined\ behaviour}.
V
vit9696 已提交
257 258 259 260 261 262 263 264 265 266 267
\item
  \texttt{optional\ value} --- \texttt{valid\ value} of
  \texttt{OC\ config} described in this document that reads in a certain
  defined manner provided in specific \texttt{plist\ object} description
  (instead of \texttt{invalid\ value}) when not present in
  \texttt{OC\ config}. All other cases of \texttt{invalid\ value} do
  still apply. Unless explicitly marked as \texttt{optional\ value}, any
  other value is required to be present and reads to
  \texttt{invalid\ value} if missing.
\item
  \texttt{fatal\ behaviour} --- behaviour leading to boot termination.
D
dakanji 已提交
268
  Implementations shall prevent the boot process from continuing until
D
dakanji 已提交
269
  the host system is restarted. It is permitted, but not required, to
D
dakanji 已提交
270
  execute cold reboots or to show warning messages in such cases.
V
vit9696 已提交
271 272
\item
  \texttt{undefined\ behaviour} --- behaviour not prescribed by this
D
dakanji 已提交
273 274 275 276
  document. Implementations may take any measures including, but not
  limited to, measures associated with \texttt{fatal\ behaviour}, assumptions
  of any state or value, or disregarding any associated states or values. This is
  however subject to such measures not negatively impacting upon system integrity.
V
vit9696 已提交
277 278 279 280
\end{itemize}

\subsection{Configuration Processing}\label{configuration-processing}

D
dakanji 已提交
281
The \texttt{OC\ config} file is guaranteed to be processed at least once if found.
282
Subject to the OpenCore bootstrapping mechanism, the presence of multiple
D
dakanji 已提交
283 284 285 286
\texttt{OC\ config} files may lead to the reading of any of them. It is
permissible for no \texttt{OC\ Config} file to be present on disk. In such cases,
if the implementation does not abort the boot process, all values shall follow the
rules of \texttt{invalid\ values} and \texttt{optional\ values}.
V
vit9696 已提交
287

D
dakanji 已提交
288
The \texttt{OC\ config} file has restrictions on size, nesting levels, and number of keys:
V
vit9696 已提交
289

D
dakanji 已提交
290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307
\begin{itemize}
\tightlist
\item
  The \texttt{OC\ config} file size shall not exceed \texttt{32\ MBs}.
\item
  The \texttt{OC\ config} file shall not have more than \texttt{32} nesting levels.
\item
  The \texttt{OC\ config} file may have up to \texttt{32,768} XML nodes within
  each \texttt{plist\ object}.
  \begin{itemize}
  \tightlist
    \item One \texttt{plist\ dictionary} item is counted as a pair of nodes
  \end{itemize} \medskip
\end{itemize}

Reading malformed \texttt{OC\ config} files results in
\texttt{undefined\ behaviour}. Examples of malformed \texttt{OC\ config} files
include the following:
V
vit9696 已提交
308 309 310 311

\begin{itemize}
\tightlist
\item
D
dakanji 已提交
312
  \texttt{OC\ config} files that do not conform to \texttt{DTD PLIST 1.0}.
V
vit9696 已提交
313
\item
D
dakanji 已提交
314 315
  \texttt{OC\ config} files with unsupported or non-conformant \texttt{plist\ objects} found
  in this document.
V
vit9696 已提交
316
\item
D
dakanji 已提交
317
  \texttt{OC\ config} files violating restrictions on size, nesting levels, and number of keys.
V
vit9696 已提交
318 319
\end{itemize}

D
dakanji 已提交
320 321 322 323 324
It is recommended, but not required, to abort loading malformed
\texttt{OC\ config} files and to continue as if an \texttt{OC\ config} file is
not present. For forward compatibility, it is recommended, but not required,
for the implementation to warn about the use of \texttt{invalid\ values}.

325
The recommended approach to interpreting \texttt{invalid\ values}
D
dakanji 已提交
326
is to conform to the following convention where applicable:
V
vit9696 已提交
327

328
\begin{center}
329
\begin{tabular}{|l|l|}
330 331 332
\hline
\textbf{Type} & \textbf{Value} \\
\hline
V
vit9696 已提交
333
\texttt{plist\ string} & Empty string
334 335
(\texttt{\textless{}string\textgreater{}\textless{}/string\textgreater{}}) \\
\hline
V
vit9696 已提交
336
\texttt{plist\ data} & Empty data
337 338
(\texttt{\textless{}data\textgreater{}\textless{}/data\textgreater{}}) \\
\hline
V
vit9696 已提交
339
\texttt{plist\ integer} & 0
340 341
(\texttt{\textless{}integer\textgreater{}0\textless{}/integer\textgreater{}}) \\
\hline
V
vit9696 已提交
342
\texttt{plist\ boolean} & False
343 344
(\texttt{\textless{}false/\textgreater{}}) \\
\hline
V
vit9696 已提交
345
\texttt{plist\ tristate} & False
346 347 348 349
(\texttt{\textless{}false/\textgreater{}}) \\
\hline
\end{tabular}
\end{center}
V
vit9696 已提交
350 351 352

\subsection{Configuration Structure}\label{configuration-structure}

D
dakanji 已提交
353 354 355 356 357 358
The \texttt{OC\ config} file is separated into subsections, as described in
separate sections of this document, and is designed so as to attempt not to
enable anything by default as well as to provide kill switches via an \texttt{Enable}
property for \texttt{plist dict} entries that represent optional plugins and similar.

The file is structured to group related elements in subsections as follows:
V
vit9696 已提交
359 360 361 362

\begin{itemize}
\tightlist
\item
363 364 365
  \texttt{Add} provides support for data addition. Existing data will
  not be overridden, and needs to be handled separately with
  \texttt{Delete} if necessary.
V
vit9696 已提交
366
\item
367
  \texttt{Delete} provides support for data removal.
V
vit9696 已提交
368 369 370
\item
  \texttt{Patch} provides support for data modification.
\item
D
dakanji 已提交
371
  \texttt{Quirks} provides support for specific workarounds.
V
vit9696 已提交
372 373 374 375 376 377 378 379
\end{itemize}

Root configuration entries consist of the following:

\begin{itemize}
\tightlist
\item
  \hyperref[acpi]{\texttt{ACPI}}
380 381
\item
  \hyperref[booter]{\texttt{Booter}}
V
vit9696 已提交
382 383 384 385 386 387 388 389 390 391 392 393 394 395
\item
  \hyperref[devprops]{\texttt{DeviceProperties}}
\item
  \hyperref[kernel]{\texttt{Kernel}}
\item
  \hyperref[misc]{\texttt{Misc}}
\item
  \hyperref[nvram]{\texttt{NVRAM}}
\item
  \hyperref[platforminfo]{\texttt{PlatformInfo}}
\item
  \hyperref[uefi]{\texttt{UEFI}}
\end{itemize}

D
dakanji 已提交
396 397 398 399
Basic validation of an \texttt{OC\ config} file is possible using
the \texttt{ocvalidate} utility. Please note that the version of \texttt{ocvalidate}
used must match the OpenCore release and that nothwithstanding this, it may not
detect all configuration issues present in an \texttt{OC\ config} file.
400

D
dakanji 已提交
401 402 403 404
\emph{Note}: To maintain system integrity, properties typically have predefined values even
when such predefined values are not specified in the \texttt{OC\ config} file. However, all
properties must be explicitly specified in the \texttt{OC\ config} file and this behaviour
should not be relied on.
V
vit9696 已提交
405

V
vit9696 已提交
406
\section{Setup}\label{setup-overview}
V
vit9696 已提交
407

V
vit9696 已提交
408
\subsection{Directory Structure}\label{directory-structure}
V
vit9696 已提交
409

410
\begin{center}
V
vit9696 已提交
411
\begin{tikzpicture}[%
412 413
  grow via three points={one child at (0.5,-0.6) and
  two children at (0.5,-0.6) and (0.5,-1.2)},
V
vit9696 已提交
414
  edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}]
415 416 417 418
  \node {ESP}
    child { node {EFI}
      child { node {BOOT}
        child { node [selected] {BOOTx64.efi}}
V
vit9696 已提交
419
      }
420
      child [missing] {}
421 422
      child { node {OC}
        child { node {ACPI}
423 424 425
          child { node [optional] {DSDT.aml}}
          child { node [optional] {SSDT-1.aml}}
          child { node [optional] {MYTABLE.aml}}
426 427 428 429
        }
        child [missing] {}
        child [missing] {}
        child [missing] {}
A
Andrey1970AppleLife 已提交
430
        child [missing] {}
431 432 433 434 435 436 437 438 439 440 441 442
        child { node {Drivers}
          child { node [optional] {MyDriver.efi}}
          child { node [optional] {OtherDriver.efi}}
        }
        child [missing] {}
        child [missing] {}
        child { node {Kexts}
          child { node [optional] {MyKext.kext}}
          child { node [optional] {OtherKext.kext}}
        }
        child [missing] {}
        child [missing] {}
443 444
        child { node [optional] {Resources}
          child { node [optional] {Audio}}
A
Andrey1970AppleLife 已提交
445 446 447
          child { node [optional] {Font}}
          child { node [optional] {Image}}
          child { node [optional] {Label}}
448 449
        }
        child [missing] {}
A
Andrey1970AppleLife 已提交
450 451 452
        child [missing] {}
        child [missing] {}
        child [missing] {}
453 454 455 456 457 458
        child { node  {Tools}
          child { node [optional] {Tool.efi}}
        }
        child [missing] {}
        child { node [selected] {OpenCore.efi}}
        child { node {config.plist}}
A
Andrey1970AppleLife 已提交
459
        child { node [optional] {vault.plist}}
460
        child { node [optional] {vault.sig}}
461
      }
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
    }
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
482 483
    child [missing] {}
    child [missing] {}
A
Andrey1970AppleLife 已提交
484 485 486 487
    child [missing] {}
    child [missing] {}
    child [missing] {}
    child [missing] {}
488 489 490 491 492 493 494 495
    child { node {Kernels}
      child { node [optional] {kernel}}
      child { node [optional] {kernelcache}}
      child { node [optional] {prelinkedkernel}}
    }
    child [missing] {}
    child [missing] {}
    child [missing] {}
V
vit9696 已提交
496
    child { node [optional] {boot}}
497
    child { node [optional] {nvram.plist}}
498
    child { node [optional] {opencore-YYYY-MM-DD-HHMMSS.txt}}
A
Andrey1970AppleLife 已提交
499
    child { node [optional] {panic-YYYY-MM-DD-HHMMSS.txt}}
A
Andrey1970AppleLife 已提交
500
    child { node [optional] {SysReport}}
501
  ;
V
vit9696 已提交
502
\end{tikzpicture}
503 504 505 506 507
\break
\label{fig:DS}
Figure 1. Directory Structure
\end{center}

D
dakanji 已提交
508 509 510
When directory boot is used, the directory structure used should follow
the descriptions in the \hyperref[fig:DS]{Directory Structure} figure.
Available entries include:
V
vit9696 已提交
511 512 513 514

\begin{itemize}
\tightlist
\item
515 516
  \texttt{BOOTx64.efi} or \texttt{BOOTIa32.efi} \\
  Initial bootstrap loaders, which load \texttt{OpenCore.efi}. \texttt{BOOTx64.efi}
D
dakanji 已提交
517 518 519
  is loaded by the firmware by default consistent with the UEFI specification. However,
  it may also be renamed and put in a custom location to allow OpenCore coexist alongside
  operating systems, such as Windows, that use \texttt{BOOTx64.efi} files as their loaders.
520
  Refer to the \texttt{LauncherOption} property for details.
521 522
\item
  \texttt{boot} \\
D
dakanji 已提交
523 524
  Duet bootstrap loader, which initialises the UEFI environment on legacy BIOS firmware
  and loads \texttt{OpenCore.efi} similarly to other bootstrap loaders. A modern Duet
525 526 527 528
  bootstrap loader will default to \texttt{OpenCore.efi} on the same partition when
  present.
\item
  \texttt{ACPI} \\
V
vit9696 已提交
529
  Directory used for storing supplemental ACPI information
D
dakanji 已提交
530
  for the \hyperref[acpi]{\texttt{ACPI}} section.
V
vit9696 已提交
531
\item
532
  \texttt{Drivers} \\
V
vit9696 已提交
533 534 535
  Directory used for storing supplemental \texttt{UEFI}
  drivers for \hyperref[uefi]{\texttt{UEFI}} section.
\item
536
  \texttt{Kexts} \\
V
vit9696 已提交
537
  Directory used for storing supplemental kernel information
D
dakanji 已提交
538
  for the \hyperref[kernel]{\texttt{Kernel}} section.
539
\item
540
  \texttt{Resources} \\
D
dakanji 已提交
541
  Directory used for storing media resources such as audio files
D
dakanji 已提交
542
  for screen reader support. Refer to the \hyperref[uefiaudioprops]{\texttt{UEFI Audio Properties}}
543 544
  section for details. This directory also contains image files
  for graphical user interface. Refer to the \hyperref[ueficanopy]{OpenCanopy} section for details.
V
vit9696 已提交
545
\item
546
  \texttt{Tools} \\
V
vit9696 已提交
547 548
  Directory used for storing supplemental tools.
\item
549
  \texttt{OpenCore.efi} \\
550
  Main booter application responsible for operating system loading. The directory
D
dakanji 已提交
551 552 553 554
  \texttt{OpenCore.efi} resides in is called the \texttt{root directory}, which is
  set to \texttt{EFI\textbackslash OC} by default. When launching \texttt{OpenCore.efi}
  directly or through a custom launcher however, other directories containing
  \texttt{OpenCore.efi} files are also supported.
V
vit9696 已提交
555
\item
556
  \texttt{config.plist} \\
V
vit9696 已提交
557
  \texttt{OC Config}.
A
Andrey1970AppleLife 已提交
558 559 560
\item
  \texttt{vault.plist} \\
  Hashes for all files potentially loadable by \texttt{OC Config}.
V
vit9696 已提交
561
\item
562
  \texttt{vault.sig} \\
V
vit9696 已提交
563
  Signature for \texttt{vault.plist}.
564 565 566
\item
  \texttt{SysReport} \\
  Directory containing system reports generated by \texttt{SysReport} option.
V
vit9696 已提交
567
\item
568
  \texttt{nvram.plist} \\
V
vit9696 已提交
569 570
  OpenCore variable import file.
\item
571
  \texttt{opencore-YYYY-MM-DD-HHMMSS.txt} \\
V
vit9696 已提交
572
  OpenCore log file.
A
Andrey1970AppleLife 已提交
573 574 575
\item
  \texttt{panic-YYYY-MM-DD-HHMMSS.txt} \\
  Kernel panic log file.
V
vit9696 已提交
576 577
\end{itemize}

578 579
\emph{Note}: It is not guaranteed that paths longer than
\texttt{OC\_STORAGE\_SAFE\_PATH\_MAX} (128 characters including
580
the \texttt{\\0}-terminator) will be accessible within OpenCore.
581

582 583
\subsection{Installation and Upgrade}\label{configuration-install}

584
To install OpenCore, replicate the
585
\hyperref[configuration-structure]{Configuration Structure} described
D
dakanji 已提交
586 587
in the previous section in the EFI volume of a GPT partition. While
corresponding sections of this document provide some information
D
dakanji 已提交
588
regarding external resources such as ACPI tables, UEFI drivers,
589
or kernel extensions (kexts), completeness of the matter is out of
V
vit9696 已提交
590 591 592
the scope of this document. Information about kernel extensions may
be found in a separate
\href{https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Kexts.md}{Kext List}
593 594
document available in the OpenCore repository. Vaulting information is provided in
the \hyperref[miscsecurityprops]{Security Properties} section of this document.
595

596
The \texttt{OC\ config} file, as with any property list file, can be edited with
D
dakanji 已提交
597 598
any text editor, such as nano or vim. However, specialised software
may provide a better experience. On macOS, the preferred GUI application is
599
\href{https://developer.apple.com/xcode}{Xcode}. For a lightweight
600
cross-platform and open-source alternative, the
601 602 603
\href{https://github.com/corpnewt/ProperTree}{ProperTree} editor can be
utilised.

604 605 606 607 608 609 610 611 612 613 614
It is strongly advised not to use any software that is aware of the internal
configration structure as it constantly gets out of date and will cause
incorrect configuration to be generated. If it is a must desprite the
warning one should make sure to only use stable versions of OpenCore
with explicit support for the particular version in the app. The choice
of open-source implementations with transparent binary generation
is encouraged (e.g. \href{https://github.com/ic005k/QtOpenCoreConfig}{OCAT}),
since other tools may contain malware. Remember that a configuration
made for a different hardware setup shall never be used on another hardware
setup.

D
dakanji 已提交
615 616 617 618 619 620
For BIOS booting, a third-party UEFI environment provider is required and
\texttt{OpenDuetPkg} is one such UEFI environment provider for legacy systems.
To run OpenCore on such a legacy system, \texttt{OpenDuetPkg} can be installed
with a dedicated tool --- BootInstall (bundled with OpenCore).
\href{https://github.com/corpnewt/gibMacOS}{Third-party utilities} can be used
to perform this on systems other than macOS.
621

622
For upgrade purposes, refer to the \texttt{Differences.pdf} document which provides
D
dakanji 已提交
623 624 625
information about changes to the configuration (as compared to the previous release)
as well as to the \texttt{Changelog.md} document (which contains a list of
modifications across all published updates).
626

627 628
\subsection{Contribution}\label{configuration-comp}

D
dakanji 已提交
629 630 631 632 633
OpenCore can be compiled as a standard
\href{https://github.com/tianocore/tianocore.github.io/wiki/EDK-II}{EDK II}
package and requires the
\href{https://github.com/tianocore/tianocore.github.io/wiki/EDK-II#stable-tags}{EDK II Stable}
package. The currently supported EDK II release is hosted in
634 635
\href{https://github.com/acidanthera/audk}{acidanthera/audk}. Required patches
for this package can be found in the \texttt{Patches} directory.
636 637

The only officially supported toolchain is \texttt{XCODE5}. Other toolchains
638 639
might work but are neither supported nor recommended. Contributions of clean
patches are welcome. Please do follow
640 641 642
\href{https://github.com/tianocore/tianocore.github.io/wiki/Code-Style-C}{EDK II C Codestyle}.

To compile with \texttt{XCODE5}, besides \href{https://developer.apple.com/xcode}{Xcode},
643
users should also install \href{https://www.nasm.us}{NASM} and
V
vit9696 已提交
644
\href{https://github.com/acidanthera/ocbuild/tree/master/external}{MTOC}.
645 646
The latest Xcode version is recommended for use despite the toolchain name.
An example command sequence is as follows:
647

V
vit9696 已提交
648
\begin{lstlisting}[caption=Compilation Commands, label=compile, style=ocbash]
649
git clone --depth=1 https://github.com/acidanthera/audk UDK
650
cd UDK
651 652
git submodule update --init --recommend-shallow
git clone --depth=1 https://github.com/acidanthera/OpenCorePkg
653
source edksetup.sh
V
vit9696 已提交
654
make -C BaseTools
655 656 657
build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc
\end{lstlisting}

V
vit9696 已提交
658
For IDE usage Xcode projects are available in the root of the repositories. Another
659 660 661
approach could be using \href{https://microsoft.github.io/language-server-protocol}{Language Server Protocols}. For example, \href{https://www.sublimetext.com}{Sublime Text} with
\href{https://lsp.sublimetext.io}{LSP for Sublime Text} plugin.
Add \texttt{compile\_flags.txt} file with similar content to the UDK root:
V
vit9696 已提交
662 663 664 665 666

\begin{lstlisting}[caption=ECC Configuration, label=eccfile, style=ocbash]
-I/UefiPackages/MdePkg
-I/UefiPackages/MdePkg/Include
-I/UefiPackages/MdePkg/Include/X64
667 668 669
-I/UefiPackages/MdeModulePkg
-I/UefiPackages/MdeModulePkg/Include
-I/UefiPackages/MdeModulePkg/Include/X64
V
vit9696 已提交
670 671 672
-I/UefiPackages/OpenCorePkg/Include/AMI
-I/UefiPackages/OpenCorePkg/Include/Acidanthera
-I/UefiPackages/OpenCorePkg/Include/Apple
V
vit9696 已提交
673 674
-I/UefiPackages/OpenCorePkg/Include/Apple/X64
-I/UefiPackages/OpenCorePkg/Include/Duet
V
vit9696 已提交
675 676 677
-I/UefiPackages/OpenCorePkg/Include/Generic
-I/UefiPackages/OpenCorePkg/Include/Intel
-I/UefiPackages/OpenCorePkg/Include/Microsoft
678
-I/UefiPackages/OpenCorePkg/Include/Nvidia
V
vit9696 已提交
679
-I/UefiPackages/OpenCorePkg/Include/VMware
680
-I/UefiPackages/OvmfPkg/Include
681
-I/UefiPackages/ShellPkg/Include
V
vit9696 已提交
682
-I/UefiPackages/UefiCpuPkg/Include
V
vit9696 已提交
683 684 685 686 687 688 689 690 691 692 693
-IInclude
-include
/UefiPackages/MdePkg/Include/Uefi.h
-fshort-wchar
-Wall
-Wextra
-Wno-unused-parameter
-Wno-missing-braces
-Wno-missing-field-initializers
-Wno-tautological-compare
-Wno-sign-compare
694
-Wno-varargs
V
vit9696 已提交
695
-Wno-unused-const-variable
696
-DOC_TARGET_NOOPT=1
V
vit9696 已提交
697
-DNO_MSABI_VA_FUNCS=1
V
vit9696 已提交
698
\end{lstlisting}
V
vit9696 已提交
699

700 701
\emph{Note}: \texttt{/UefiPackages} in the sample file denotes an absolute path.

V
vit9696 已提交
702
\textbf{Warning}: Tool developers modifying \texttt{config.plist} or any other OpenCore
D
dakanji 已提交
703 704
files must ensure that their tools check the \texttt{opencore-version} NVRAM variable
(see the \hyperref[miscdebugprops]{Debug Properties} section below) and warn users
705
if the version listed is unsupported or prerelease. The OpenCore configuration may change
D
dakanji 已提交
706
across releases and such tools shall ensure that they carefully follow this document. Failure
707
to do so may result in such tools being considered to be malware and blocked by any means.
V
vit9696 已提交
708

709 710
\subsection{Coding conventions}\label{configuration-conv}

D
dakanji 已提交
711 712 713 714 715 716
As with any other project, we have conventions that we follow during development.
All third-party contributors are advised to adhere to the conventions listed below
before submitting patches. To minimise abortive work and the potential rejection of
submissions, third-party contributors should initially raise issues to the
\href{https://github.com/acidanthera/bugtracker}{Acidanthera Bugtracker}
for feedback before submitting patches.
717

D
dakanji 已提交
718
\textbf{Organisation}. The codebase is contained in the \texttt{OpenCorePkg} repository,
V
vit9696 已提交
719
which is the primary EDK II package.
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776
\begin{itemize}
\tightlist
\item Whenever changes are required in multiple repositories, separate pull requests should
be sent to each.
\item Committing the changes should happen firstly to dependent repositories, secondly to
primary repositories to avoid automatic build errors.
\item Each unique commit should compile with \texttt{XCODE5} and preferably with other
toolchains. In the majority of the cases it can be checked by accessing the
\href{https://travis-ci.com/acidanthera}{CI interface}. Ensuring that static analysis finds
no warnings is preferred.
\item External pull requests and tagged commits must be validated. That said, commits in
master may build but may not necessarily work.
\item Internal branches should be named as follows: \texttt{author-name-date}, e.g.
\texttt{vit9696-ballooning-20191026}.
\item Commit messages should be prefixed with the primary module (e.g. library or code module) the
changes were made in. For example, \texttt{OcGuardLib: Add OC\_ALIGNED macro}. For non-library changes
\texttt{Docs} or \texttt{Build} prefixes are used.
\end{itemize}

\textbf{Design}. The codebase is written in a subset of freestanding C11 (C17) supported by
most modern toolchains used by EDK II. Applying common software development practices or requesting
clarification is recommended if any particular case is not discussed below.
\begin{itemize}
\tightlist
\item Never rely on undefined behaviour and try to avoid implementation defined behaviour unless
explicitly covered below (feel free to create an issue when a relevant case is not present).
\item Use \texttt{OcGuardLib} to ensure safe integral arithmetics avoiding overflows. Unsigned
wraparound should be relied on with care and reduced to the necessary amount.
\item Check pointers for correct alignment with \texttt{OcGuardLib} and do not rely on the architecture
being able to dereference unaligned pointers.
\item Use flexible array members instead of zero-length or one-length arrays where necessary.
\item Use static assertions (\texttt{STATIC\_ASSERT}) for type and value assumptions, and runtime
assertions (\texttt{ASSERT}) for precondition and invariant sanity checking. Do not use runtime
assertions to check for errors as they should never alter control flow and potentially be excluded.
\item Assume \texttt{UINT32}/\texttt{INT32} to be \texttt{int}-sized and use \texttt{\%u},
\texttt{\%d}, and \texttt{\%x} to print them.
\item Assume \texttt{UINTN}/\texttt{INTN} to be of unspecified size, and cast them to
\texttt{UINT64}/\texttt{INT64} for printing with \texttt{\%Lu}, \texttt{\%Ld} and so on as normal.
\item Do not rely on integer promotions for numeric literals. Use explicit casts when the type is
implementation-dependent or suffixes when type size is known. Assume \texttt{U} for \texttt{UINT32}
and \texttt{ULL} for \texttt{UINT64}.
\item Do ensure unsigned arithmetics especially in bitwise maths, shifts in particular.
\item \texttt{sizeof} operator should take variables instead of types where possible to be error prone.
Use \texttt{ARRAY\_SIZE} to obtain array size in elements. Use \texttt{L\_STR\_LEN} and
\texttt{L\_STR\_SIZE} macros from \texttt{OcStringLib} to obtain string literal sizes to ensure compiler
optimisation.
\item Do not use \texttt{goto} keyword. Prefer early \texttt{return}, \texttt{break}, or \texttt{continue}
after failing to pass error checking instead of nesting conditionals.
\item Use \texttt{EFIAPI}, force UEFI calling convention, only in protocols, external callbacks between
modules, and functions with variadic arguments.
\item Provide inline documentation to every added function, at least describing its inputs, outputs,
precondition, postcondition, and giving a brief description.
\item Do not use \texttt{RETURN\_STATUS}. Assume \texttt{EFI\_STATUS} to be a matching superset that is
to be always used when \texttt{BOOLEAN} is not enough.
\item Security violations should halt the system or cause a forced reboot.
\end{itemize}

D
dakanji 已提交
777 778 779
\textbf{Codestyle}. The codebase follows the
\href{https://github.com/tianocore/tianocore.github.io/wiki/Code-Style-C}{EDK II codestyle}
with a few changes and clarifications.
780 781 782 783 784 785
\begin{itemize}
\tightlist
\item Write inline documentation for the functions and variables only once: in headers, where a header prototype
is available, and inline for \texttt{static} variables and functions.
\item Use line length of 120 characters or less, preferably 100 characters.
\item Use spaces after casts, e.g. \texttt{(VOID *)(UINTN) Variable}.
786 787
\item Use two spaces to indent function arguments when splitting lines.
\item Prefix public functions with either \texttt{Oc} or another distinct name.
788
\item Do not prefix private \texttt{static} functions, but prefix private \texttt{non-static} functions with \texttt{Internal}.
789 790 791 792
\item Use SPDX license headers as shown in
\href{https://github.com/acidanthera/bugtracker/issues/483}{acidanthera/bugtracker\#483}.
\end{itemize}

V
vit9696 已提交
793 794 795
\subsection{Debugging}\label{configuration-debug}

The codebase incorporates EDK II debugging and few custom features to improve the experience.
796 797 798 799 800 801 802 803 804
\begin{itemize}
\tightlist
\item Use module prefixes, 2-5 letters followed by a colon (\texttt{:}), for debug messages. For \texttt{OpenCorePkg}
use \texttt{OC:}, for libraries and drivers use their own unique prefixes.
\item Do not use dots (\texttt{.}) in the end of debug messages and separate \texttt{EFI\_STATUS}, printed by
\texttt{\%r}, with a hyphen (e.g. \texttt{OCRAM: Allocation of \%u bytes failed - \%r\textbackslash n}).
\item Use \texttt{DEBUG\_CODE\_BEGIN ()} and \texttt{DEBUG\_CODE\_END ()} constructions to guard debug checks
that may potentially reduce the performance of release builds and are otherwise unnecessary.
\item Use \texttt{DEBUG} macro to print debug messages during normal functioning, and \texttt{RUNTIME\_DEBUG} for
805
debugging after \texttt{EXIT\_BOOT\_SERVICES}.
806 807
\item Use \texttt{DEBUG\_VERBOSE} debug level to leave debug messages for future debugging of the code, which
are currently not necessary. By default \texttt{DEBUG\_VERBOSE} messages are ignored even in \texttt{DEBUG} builds.
D
dakanji 已提交
808 809 810 811 812 813
\item Use \texttt{DEBUG\_INFO} debug level for all non critical messages (including errors)
and \texttt{DEBUG\_BULK\_INFO}
for extensive messages that should not appear in NVRAM log that is heavily limited in size.
These messages are ignored in \texttt{RELEASE} builds.
\item Use \texttt{DEBUG\_ERROR} to print critical human visible messages that may potentially halt the boot process,
and \texttt{DEBUG\_WARN} for all other human visible errors, \texttt{RELEASE} builds included.
814 815
\end{itemize}

D
dakanji 已提交
816 817 818
The \href{https://git-scm.com/docs/git-bisect}{\texttt{git-bisect}} functionality may be useful when trying
to find problematic changes. Unofficial sources of \texttt{per-commit} OpenCore binary builds,
such as \href{https://dortania.github.io/builds}{Dortania}, may also be useful.
V
vit9696 已提交
819

V
vit9696 已提交
820 821 822 823 824 825
\section{ACPI}\label{acpi}

\subsection{Introduction}\label{acpiintro}

ACPI (Advanced Configuration and Power Interface) is an open standard to
discover and configure computer hardware.
826
The \href{https://uefi.org/specifications}{ACPI specification} defines
V
vit9696 已提交
827
standard tables (e.g.~\texttt{DSDT}, \texttt{SSDT}, \texttt{FACS}, \texttt{DMAR})
828
and various methods (e.g. \texttt{\_DSM}, \texttt{\_PRW}) for implementation.
829 830
Modern hardware needs few changes to maintain ACPI compatibility and some
options for such changes are provided as part of OpenCore.
V
vit9696 已提交
831

D
dakanji 已提交
832 833
To compile and disassemble ACPI tables, the \href{https://github.com/acpica/acpica}{iASL compiler}
developed by \href{https://www.acpica.org}{ACPICA} can be used. A GUI front-end to iASL compiler
V
vit9696 已提交
834 835
can be downloaded from \href{https://github.com/acidanthera/MaciASL/releases}{Acidanthera/MaciASL}.

V
vit9696 已提交
836 837 838 839 840 841 842 843 844 845 846
ACPI changes apply globally (to every operating system) with the following effective order:

\begin{itemize}
\tightlist
\item \texttt{Patch} is processed.
\item \texttt{Delete} is processed.
\item \texttt{Add} is processed.
\item \texttt{Quirks} are processed.
\end{itemize}

Applying the changes globally resolves the problems of incorrect operating system
D
dakanji 已提交
847 848 849
detection (consistent with the ACPI specification, not possible before the operating
system boots), operating system chainloading, and difficult ACPI debugging. Hence,
more attention may be required when writing changes to \texttt{\_OSI}.
V
vit9696 已提交
850 851 852 853 854

Applying the patches early makes it possible to write so called ``proxy'' patches,
where the original method is patched in the original table and is implemented in
the patched table.

D
dakanji 已提交
855
There are several sources of ACPI tables and workarounds. Commonly used
V
vit9696 已提交
856
ACPI tables are provided with OpenCore, VirtualSMC, VoodooPS2, and WhateverGreen
D
dakanji 已提交
857 858
releases. Besides those, several third-party instructions may be found on
the AppleLife \href{https://applelife.ru/forums/xakintosh.67}{Laboratory}
V
vit9696 已提交
859 860 861 862 863
and \href{https://applelife.ru/forums/dsdt.129}{DSDT} subforums
(e.g. \href{https://applelife.ru/posts/498967}{Battery register splitting} guide).
A slightly more user-friendly explanation of some tables included with OpenCore
can also be found in \href{https://dortania.github.io}{Dortania}'s
\href{https://dortania.github.io/Getting-Started-With-ACPI}{Getting started with ACPI} guide.
D
dakanji 已提交
864
For more exotic cases, there are several alternatives such as
V
vit9696 已提交
865
\href{https://github.com/daliansky}{daliansky}'s
866
\href{https://github.com/daliansky/OC-little}{ACPI sample collection}
867 868
(\href{https://github.com/5T33Z0/OC-Little-Translated}{English Translation by 5T33Z0 et al}).
Please note however, that suggested solutions from third parties may be outdated or may contain errors.
V
vit9696 已提交
869

V
vit9696 已提交
870 871 872 873 874 875
\subsection{Properties}\label{acpiprops}

\begin{enumerate}
\item
  \texttt{Add}\\
  \textbf{Type}: \texttt{plist\ array}\\
876
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
877
  \textbf{Description}: Load selected tables from the \texttt{OC/ACPI}
V
vit9696 已提交
878 879
  directory.

D
dakanji 已提交
880
  To be filled with \texttt{plist\ dict} values, describing each add entry.
881
  Refer to the \hyperref[acpipropsadd]{Add Properties} section below for details.
V
vit9696 已提交
882 883

\item
884
  \texttt{Delete}\\
V
vit9696 已提交
885
  \textbf{Type}: \texttt{plist\ array}\\
886
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
887
  \textbf{Description}: Remove selected tables from the ACPI stack.
V
vit9696 已提交
888

D
dakanji 已提交
889
  To be filled with \texttt{plist\ dict} values, describing each delete entry.
890
  Refer to the \hyperref[acpipropsdelete]{Delete Properties} section below for details.
V
vit9696 已提交
891 892 893 894

\item
  \texttt{Patch}\\
  \textbf{Type}: \texttt{plist\ array}\\
895
  \textbf{Failsafe}: Empty\\
896 897
  \textbf{Description}: Perform binary patches in ACPI tables before
  table addition or removal.
V
vit9696 已提交
898

D
dakanji 已提交
899
  To be filled with \texttt{plist\ dictionary} values describing each patch entry.
900
  Refer to the \hyperref[acpipropspatch]{Patch Properties} section below for details.
V
vit9696 已提交
901 902 903 904 905

\item
  \texttt{Quirks}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Apply individual ACPI quirks described
D
dakanji 已提交
906
  in the \hyperref[acpipropsquirks]{Quirks Properties} section below.
V
vit9696 已提交
907 908 909

\end{enumerate}

910 911 912 913 914 915
\subsection{Add Properties}\label{acpipropsadd}

\begin{enumerate}
\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
916
  \textbf{Failsafe}: Empty\\
917
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
918
  reference for the entry. Whether this value is used is implementation defined.
919 920 921 922

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
923
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
924
  \textbf{Description}: Set to \texttt{true} to add this ACPI table.
925 926 927 928

\item
  \texttt{Path}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
929
  \textbf{Failsafe}: Empty\\
930 931 932 933
  \textbf{Description}: File paths meant to be loaded as ACPI tables.
  Example values include \texttt{DSDT.aml}, \texttt{SubDir/SSDT-8.aml},
  \texttt{SSDT-USBX.aml}, etc.

D
dakanji 已提交
934 935
  The ACPI table load order follows the item order in the array. ACPI tables
  are loaded from the \texttt{OC/ACPI} directory.
936

D
dakanji 已提交
937 938 939
  \textbf{Note}: All tables apart from tables with a \texttt{DSDT} table identifier
  (determined by parsing data, not by filename) insert new tables into the ACPI stack.
  \texttt{DSDT} tables perform a replacement of DSDT tables instead.
940 941 942

\end{enumerate}

943
\subsection{Delete Properties}\label{acpipropsdelete}
V
vit9696 已提交
944 945

\begin{enumerate}
946 947 948
\item
  \texttt{All}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
D
dakanji 已提交
949 950 951
  \textbf{Failsafe}: \texttt{false} (Only delete the first matched table)\\
  \textbf{Description}: Set to \texttt{true} to delete all ACPI tables matching the
  condition.
952

V
vit9696 已提交
953 954 955
\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
956
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
957
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
958
  reference for the entry. Whether this value is used is implementation defined.
V
vit9696 已提交
959 960 961 962

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
963
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
964
  \textbf{Description}: Set to \texttt{true} to remove this ACPI table.
V
vit9696 已提交
965 966 967 968

\item
  \texttt{OemTableId}\\
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
D
dakanji 已提交
969 970
  \textbf{Failsafe}: All zero (Match any table OEM ID)\\
  \textbf{Description}: Match table OEM ID equal to this value.
V
vit9696 已提交
971 972

\item
973
  \texttt{TableLength}\\
V
vit9696 已提交
974
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
975 976
  \textbf{Failsafe}: \texttt{0} (Match any table size)\\
  \textbf{Description}: Match table size equal to this value.
V
vit9696 已提交
977

978 979 980
\item
  \texttt{TableSignature}\\
  \textbf{Type}: \texttt{plist\ data}, 4 bytes\\
D
dakanji 已提交
981 982
  \textbf{Failsafe}: All zero (Match any table signature)\\
  \textbf{Description}: Match table signature equal to this value.
983

D
dakanji 已提交
984 985 986
  \emph{Note}: Do not use table signatures when the sequence
  must be replaced in multiple places. This is particularly relevant
  when performing different types of renames.
987

V
vit9696 已提交
988 989 990 991 992 993
\end{enumerate}

\subsection{Patch Properties}\label{acpipropspatch}

\begin{enumerate}

994 995 996 997 998 999 1000
\item
  \texttt{Base}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: Empty (Ignored)\\
  \textbf{Description}: Selects ACPI path base for patch lookup (or immediate
  replacement) by obtaining the offset to the provided path.

1001
  Only fully-qualified absolute paths are supported (e.g. \texttt{\textbackslash \_SB.PCI0.LPCB.HPET}).
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014
  Currently supported object types are: \texttt{Device}, \texttt{Field}, \texttt{Method}.

  \emph{Note}: Use with care, not all OEM tables can be parsed. Use \texttt{ACPIe}
  utility to debug. \texttt{ACPIe} compiled  with \texttt{DEBUG=1 make} command
  produces helpful ACPI lookup tracing.

\item
  \texttt{BaseSkip}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0} (Do not skip any occurrences)\\
  \textbf{Description}: Number of found \texttt{Base} occurrences to skip before
  finds and replacements are applied.

V
vit9696 已提交
1015 1016 1017
\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
1018
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
1019
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
1020
  reference for the entry. Whether this value is used is implementation defined.
V
vit9696 已提交
1021 1022 1023 1024

\item
  \texttt{Count}\\
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
1025 1026
  \textbf{Failsafe}: \texttt{0} (Apply patch to all occurrences found)\\
  \textbf{Description}: Number of occurrences to patch.
V
vit9696 已提交
1027 1028 1029 1030

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
1031
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
1032
  \textbf{Description}: Set to \texttt{true} to apply this ACPI patch.
V
vit9696 已提交
1033 1034 1035 1036

\item
  \texttt{Find}\\
  \textbf{Type}: \texttt{plist\ data}\\
1037
  \textbf{Failsafe}: Empty\\
1038
  \textbf{Description}: Data to find. Must be equal to \texttt{Replace} in size if set.
V
vit9696 已提交
1039

1040 1041 1042
  \emph{Note}: Can be empty, when \texttt{Base} is specified, immediate replacement
  after \texttt{Base} lookup happens in this case.

V
vit9696 已提交
1043 1044 1045
\item
  \texttt{Limit}\\
  \textbf{Type}: \texttt{plist\ integer}\\
1046
  \textbf{Failsafe}: \texttt{0} (Search entire ACPI table)\\
1047
  \textbf{Description}: Maximum number of bytes to search for.
V
vit9696 已提交
1048 1049 1050 1051

\item
  \texttt{Mask}\\
  \textbf{Type}: \texttt{plist\ data}\\
1052
  \textbf{Failsafe}: Empty (Ignored)\\
V
vit9696 已提交
1053
  \textbf{Description}: Data bitwise mask used during find comparison.
1054 1055
  Allows fuzzy search by ignoring not masked (set to zero) bits.
  Must be equal to \texttt{Replace} in size if set.
V
vit9696 已提交
1056 1057 1058 1059

\item
  \texttt{OemTableId}\\
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
D
dakanji 已提交
1060 1061
  \textbf{Failsafe}: All zero (Match any table OEM ID)\\
  \textbf{Description}: Match table OEM ID equal to this value.
V
vit9696 已提交
1062 1063 1064 1065

\item
  \texttt{Replace}\\
  \textbf{Type}: \texttt{plist\ data}\\
1066
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
1067 1068 1069 1070 1071
  \textbf{Description}: Replacement data of one or more bytes.

\item
  \texttt{ReplaceMask}\\
  \textbf{Type}: \texttt{plist\ data}\\
1072
  \textbf{Failsafe}: Empty (Ignored)\\
V
vit9696 已提交
1073
  \textbf{Description}: Data bitwise mask used during replacement.
1074 1075
  Allows fuzzy replacement by updating masked (set to non-zero) bits.
  Must be equal to \texttt{Replace} in size if set.
V
vit9696 已提交
1076 1077 1078 1079

\item
  \texttt{Skip}\\
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
1080 1081 1082
  \textbf{Failsafe}: \texttt{0} (Do not skip any occurrences)\\
  \textbf{Description}: Number of found occurrences to skip before
  replacements are applied.
V
vit9696 已提交
1083 1084 1085 1086

\item
  \texttt{TableLength}\\
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
1087 1088
  \textbf{Failsafe}: \texttt{0} (Match any table size)\\
  \textbf{Description}: Match table size equal to this value.
V
vit9696 已提交
1089 1090 1091

\item
  \texttt{TableSignature}\\
V
vit9696 已提交
1092
  \textbf{Type}: \texttt{plist\ data}, 4 bytes\\
D
dakanji 已提交
1093 1094
  \textbf{Failsafe}: All zero (Match any table signature)\\
  \textbf{Description}: Match table signature equal to this value.
V
vit9696 已提交
1095 1096 1097

\end{enumerate}

D
dakanji 已提交
1098
In most cases, ACPI patches are not useful and are harmful:
V
vit9696 已提交
1099 1100 1101 1102 1103

\begin{itemize}
\item
  Avoid renaming devices with ACPI patches. This may fail or perform
  improper renaming of unrelated devices (e.g. \texttt{EC} and
D
dakanji 已提交
1104 1105
  \texttt{EC0}), be unnecessary, or even fail to rename devices in certain tables. For
  ACPI consistency it is much safer to rename devices at the I/O Registry
V
vit9696 已提交
1106 1107 1108
  level, as done by
  \href{https://github.com/acidanthera/WhateverGreen}{WhateverGreen}.
\item
D
dakanji 已提交
1109
  Avoid patching \texttt{\_OSI} to support a higher feature set level
D
dakanji 已提交
1110
  whenever possible. While this enables a number of workarounds on APTIO
1111 1112
  firmware, it typically results in a need for additional patches. These are
  not usually needed on modern firmware and smaller patches work well on
D
dakanji 已提交
1113
  firmware that does. However, laptop vendors often rely on this method to
D
dakanji 已提交
1114
  determine the availability of functions such as modern I2C input support, thermal
1115 1116
  adjustment and custom feature additions.
\item
D
dakanji 已提交
1117
  Avoid patching embedded controller event \texttt{\_Qxx} just to enable
D
dakanji 已提交
1118
  brightness keys. The conventional process to find these keys typically involves
D
dakanji 已提交
1119 1120
  significant modifications to DSDT and SSDT files and in addition, the debug kext
  is not stable on newer systems. Please use the built-in brightness key discovery in
1121
  \href{https://github.com/acidanthera/BrightnessKeys}{BrightnessKeys} instead.
V
vit9696 已提交
1122
\item
1123
  Avoid making ad hoc changes such as renaming \texttt{\_PRW} or \texttt{\_DSM}
V
vit9696 已提交
1124 1125 1126
  whenever possible.
\end{itemize}

D
dakanji 已提交
1127
Some cases where patching is actually useful include:
V
vit9696 已提交
1128 1129 1130 1131 1132 1133 1134 1135 1136

\begin{itemize}
\item
  Refreshing \texttt{HPET} (or another device) method header to avoid
  compatibility checks by \texttt{\_OSI} on legacy hardware. \texttt{\_STA}
  method with \texttt{if ((OSFL () == Zero)) \{ If (HPTE)  ...  Return (Zero)}
  content may be forced to always return 0xF by replacing
  \texttt{A0 10 93 4F 53 46 4C 00} with \texttt{A4 0A 0F A3 A3 A3 A3 A3}.
\item
D
dakanji 已提交
1137 1138 1139 1140
  To provide a custom method implementation within an SSDT, to inject
  shutdown fixes on certain computers for instance, the original method can
  be replaced with a dummy name by patching \texttt{\_PTS} with \texttt{ZPTS}
  and adding a callback to the original method.
V
vit9696 已提交
1141 1142
\end{itemize}

D
dakanji 已提交
1143
The Tianocore \href{https://github.com/acidanthera/audk/blob/master/MdePkg/Include/IndustryStandard/AcpiAml.h}{AcpiAml.h} source file may help with better understanding ACPI opcodes.
V
vit9696 已提交
1144

V
vit9696 已提交
1145
\emph{Note}: Patches of different \texttt{Find} and \texttt{Replace} lengths
1146 1147
are unsupported as they may corrupt ACPI tables and make the system unstable
due to area relocation. If such changes are needed, the utilisation of ``proxy''
D
dakanji 已提交
1148
patching or the padding of \texttt{NOP} to the remaining area could be considered.
V
vit9696 已提交
1149

V
vit9696 已提交
1150 1151 1152 1153 1154 1155 1156
\subsection{Quirks Properties}\label{acpipropsquirks}

\begin{enumerate}

\item
  \texttt{FadtEnableReset}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
1157
  \textbf{Failsafe}: \texttt{false}\\
V
vit9696 已提交
1158
  \textbf{Description}: Provide reset register and flag in FADT table to enable
V
vit9696 已提交
1159 1160
  reboot and shutdown.

D
dakanji 已提交
1161 1162
  Mainly required on legacy hardware and a few newer laptops.
  Can also fix power-button shortcuts. Not recommended unless required.
V
vit9696 已提交
1163 1164 1165 1166

\item
  \texttt{NormalizeHeaders}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
1167
  \textbf{Failsafe}: \texttt{false}\\
V
vit9696 已提交
1168
  \textbf{Description}: Cleanup ACPI header fields to workaround macOS
D
dakanji 已提交
1169
  ACPI implementation flaws that result in boot crashes. Reference:
V
vit9696 已提交
1170
  \href{https://alextjam.es/debugging-appleacpiplatform/}{Debugging
D
dakanji 已提交
1171 1172
  AppleACPIPlatform on 10.13} by Alex James (also known as theracermaster).
  The issue was fixed in macOS Mojave (10.14).
V
vit9696 已提交
1173 1174 1175 1176

\item
  \texttt{RebaseRegions}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
1177
  \textbf{Failsafe}: \texttt{false}\\
V
vit9696 已提交
1178 1179 1180
  \textbf{Description}: Attempt to heuristically relocate ACPI memory
  regions. Not recommended.

D
dakanji 已提交
1181
  ACPI tables are often generated dynamically by the underlying firmware
V
vit9696 已提交
1182
  implementation. Among the position-independent code, ACPI tables may
D
dakanji 已提交
1183
  contain the physical addresses of MMIO areas used for device
D
dakanji 已提交
1184
  configuration, typically grouped by region (e.g.
V
vit9696 已提交
1185 1186
  \texttt{OperationRegion}). Changing firmware settings or hardware
  configuration, upgrading or patching the firmware inevitably leads to
D
dakanji 已提交
1187 1188
  changes in dynamically generated ACPI code, which sometimes results in
  the shift of the addresses in the aforementioned \texttt{OperationRegion}
V
vit9696 已提交
1189 1190
  constructions.

D
dakanji 已提交
1191
  For this reason, the application of modifications to ACPI tables is extremely
1192
  risky. The best approach is to make as few changes as possible to ACPI tables
D
dakanji 已提交
1193 1194 1195
  and to avoid replacing any tables, particularly DSDT tables. When this cannot be
  avoided, ensure that any custom DSDT tables are based on the most recent DSDT
  tables or attempt to remove reads and writes for the affected areas.
V
vit9696 已提交
1196

D
dakanji 已提交
1197 1198 1199 1200 1201
  When nothing else helps, this option could be tried to avoid stalls at
  \texttt{PCI\ Configuration\ Begin} phase of macOS booting by attempting to fix
  the ACPI addresses. It is not a magic bullet however, and only works with the
  most typical cases. Do not use unless absolutely required as it can have the
  opposite effect on certain platforms and result in boot failures.
V
vit9696 已提交
1202

1203 1204 1205
\item
  \texttt{ResetHwSig}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
1206
  \textbf{Failsafe}: \texttt{false}\\
1207 1208 1209
  \textbf{Description}: Reset \texttt{FACS} table \texttt{HardwareSignature}
  value to \texttt{0}.

D
dakanji 已提交
1210
  This works around firmware that fail to maintain hardware signature across
1211 1212
  the reboots and cause issues with waking from hibernation.

1213 1214 1215
\item
  \texttt{ResetLogoStatus}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
1216
  \textbf{Failsafe}: \texttt{false}\\
1217 1218 1219
  \textbf{Description}: Reset \texttt{BGRT} table \texttt{Displayed}
  status field to \texttt{false}.

D
dakanji 已提交
1220
  This works around firmware that provide a \texttt{BGRT} table but
1221 1222
  fail to handle screen updates afterwards.

1223 1224 1225 1226 1227 1228 1229 1230 1231
\item
  \texttt{SyncTableIds}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Sync table identifiers with the \texttt{SLIC} table.

  This works around patched tables becoming incompatible with the \texttt{SLIC}
  table causing licensing issues in older Windows operating systems.

V
vit9696 已提交
1232 1233 1234
\end{enumerate}


1235 1236 1237 1238
\section{Booter}\label{booter}

\subsection{Introduction}\label{booterintro}

D
dakanji 已提交
1239 1240 1241 1242 1243 1244 1245
This section allows the application of different types of UEFI modifications to
operating system bootloaders, primarily the Apple bootloader (\texttt{boot.efi}).
The modifications currently provide various patches and environment alterations for
different firmware types. Some of these features were originally implemented as part
of \href{https://github.com/acidanthera/AptioFixPkg}{\text{AptioMemoryFix.efi}},
which is no longer maintained. Refer to the \hyperref[troubleshootingtricks]{Tips and Tricks}
section for instructions on migration.
1246

D
dakanji 已提交
1247 1248
If this is used for the first time on customised firmware, the following requirements
should be met before starting:
1249 1250 1251

\begin{itemize}
\tightlist
1252
\item Most up-to-date UEFI firmware (check the motherboard vendor website).
1253 1254 1255
\item \texttt{Fast Boot} and \texttt{Hardware Fast Boot} disabled in firmware
  settings if present.
\item \texttt{Above 4G Decoding} or similar enabled in firmware
D
dakanji 已提交
1256 1257
  settings if present. Note that on some motherboards, notably the ASUS WS-X299-PRO, this
  option results in adverse effects and must be disabled. While no other motherboards
1258 1259
  with the same issue are known, this option should be checked first whenever erratic boot
  failures are encountered.
1260
\item \texttt{DisableIoMapper} quirk enabled, or \texttt{VT-d} disabled in
1261
  firmware settings if present, or ACPI DMAR table deleted.
1262
\item \textbf{No} `slide` boot argument present in NVRAM or anywhere else.
1263 1264
  It is not necessary unless the system cannot be booted at all or
  \texttt{No slide values are usable! Use custom slide!} message can be seen in the log.
1265
\item \texttt{CFG Lock} (MSR \texttt{0xE2} write protection) disabled in
1266 1267
  firmware settings if present. Refer to the \hyperref[kernelpropsquirks]{ControlMsrE2}
  notes for details.
1268
\item \texttt{CSM} (Compatibility Support Module) disabled in firmware settings
1269
  if present. On NVIDIA 6xx/AMD 2xx or older, GOP ROM may have to be flashed first. Use
1270 1271
  \href{https://www.win-raid.com/t892f16-AMD-and-Nvidia-GOP-update-No-requests-DIY.html}{GopUpdate}
  (see the second post) or \href{http://www.insanelymac.com/forum/topic/299614-asus-eah6450-video-bios-uefi-gop-upgrade-and-gop-uefi-binary-in-efi-for-many-ati-cards/page-1#entry2042163}{AMD UEFI GOP MAKER}
1272
  in case of any potential confusion.
1273 1274 1275 1276
\item \texttt{EHCI/XHCI Hand-off} enabled in firmware settings \texttt{only} if boot
  stalls unless USB devices are disconnected.
\item \texttt{VT-x}, \texttt{Hyper Threading}, \texttt{Execute Disable Bit} enabled
  in firmware settings if present.
1277
\item While it may not be required, sometimes
1278
  \texttt{Thunderbolt support}, \texttt{Intel SGX}, and \texttt{Intel Platform Trust}
1279
  may have to be disabled in firmware settings present.
1280 1281
\end{itemize}

D
dakanji 已提交
1282 1283
When debugging sleep issues, Power Nap and automatic power off (which appear to sometimes cause
wake to black screen or boot loop issues on older platforms) may be temporarily disabled.
1284
The specific issues may vary, but ACPI tables should typically be looked at first.
D
dakanji 已提交
1285

1286
Here is an example of a defect found on some
1287
\href{http://www.insanelymac.com/forum/topic/329624-need-cmos-reset-after-sleep-only-after-login/#entry2534645}{Z68 motherboards}.
D
dakanji 已提交
1288
To turn Power Nap and the others off, run the following commands in Terminal:
1289 1290 1291 1292 1293 1294
\begin{lstlisting}[label=powernap, style=ocbash]
sudo pmset autopoweroff 0
sudo pmset powernap 0
sudo pmset standby 0
\end{lstlisting}

D
dakanji 已提交
1295 1296
\emph{Note}: These settings may be reset by hardware changes and in certain other circumstances.
To view their current state, use the \texttt{pmset -g} command in Terminal.
1297

1298 1299 1300 1301
\subsection{Properties}\label{booterprops}

\begin{enumerate}

V
vit9696 已提交
1302 1303 1304
\item
  \texttt{MmioWhitelist}\\
  \textbf{Type}: \texttt{plist\ array}\\
D
dakanji 已提交
1305
  \textbf{Description}: To be filled with \texttt{plist\ dict} values,
V
vit9696 已提交
1306
  describing addresses critical for particular firmware functioning when
D
dakanji 已提交
1307
  \texttt{DevirtualiseMmio} quirk is in use.
1308
  Refer to the \hyperref[booterpropsmmio]{MmioWhitelist Properties} section below for details.
1309

1310 1311 1312 1313 1314
\item
  \texttt{Patch}\\
  \textbf{Type}: \texttt{plist\ array}\\
  \textbf{Failsafe}: Empty\\
  \textbf{Description}: Perform binary patches in booter.
1315

D
dakanji 已提交
1316
  To be filled with \texttt{plist\ dictionary} values, describing each
1317
  patch. Refer to the \hyperref[booterpropspatch]{Patch Properties} section below for details.
V
vit9696 已提交
1318

1319 1320 1321 1322
\item
  \texttt{Quirks}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Apply individual booter quirks described
D
dakanji 已提交
1323
  in the \hyperref[booterpropsquirks]{Quirks Properties} section below.
1324 1325 1326

\end{enumerate}

V
vit9696 已提交
1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340
\subsection{MmioWhitelist Properties}\label{booterpropsmmio}

\begin{enumerate}

\item
  \texttt{Address}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Exceptional MMIO address, which memory descriptor should be left
  virtualised (unchanged) by \texttt{DevirtualiseMmio}. This means that the firmware will
  be able to directly communicate with this memory region during operating system functioning,
  because the region this value is in will be assigned a virtual address.

  The addresses written here must be part of the memory map, have \texttt{EfiMemoryMappedIO}
D
dakanji 已提交
1341 1342
  type and \texttt{EFI\_MEMORY\_RUNTIME} attribute (highest bit) set. The debug log can be used
  to find the list of the candidates.
V
vit9696 已提交
1343 1344 1345 1346

\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
1347
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
1348
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
1349
  reference for the entry. Whether this value is used is implementation defined.
V
vit9696 已提交
1350 1351 1352 1353 1354

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
1355
  \textbf{Description}: Exclude MMIO address from the devirtualisation procedure.
V
vit9696 已提交
1356 1357 1358

\end{enumerate}

1359 1360 1361 1362 1363 1364
\subsection{Patch Properties}\label{booterpropspatch}

\begin{enumerate}
\item
  \texttt{Arch}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
1365 1366
  \textbf{Failsafe}: \texttt{Any} (Apply to any supported architecture)\\
  \textbf{Description}: Booter patch architecture (\texttt{i386}, \texttt{x86\_64}).
1367 1368 1369 1370

\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
1371
  \textbf{Failsafe}: Empty\\
1372
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
1373
  reference for the entry. Whether this value is used is implementation defined.
1374 1375 1376 1377

\item
  \texttt{Count}\\
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
1378 1379
  \textbf{Failsafe}: \texttt{0} (Apply to all occurrences found)\\
  \textbf{Description}: Number of patch occurrences to apply.
1380 1381 1382 1383 1384

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
1385
  \textbf{Description}: Set to \texttt{true} to activate this booter patch.
1386 1387 1388 1389

\item
  \texttt{Find}\\
  \textbf{Type}: \texttt{plist\ data}\\
1390
  \textbf{Failsafe}: Empty\\
1391
  \textbf{Description}: Data to find. Must be equal to \texttt{Replace} in size if set.
1392 1393 1394 1395

\item
  \texttt{Identifier}\\
  \textbf{Type}: \texttt{plist\ string}\\
1396
  \textbf{Failsafe}:  \texttt{Any} (Match any booter)\\
1397
  \textbf{Description}: \texttt{Apple} for macOS booter (typically \texttt{boot.efi});
1398
  or a name with a suffix, such as \texttt{bootmgfw.efi}, for a specific booter.
1399 1400 1401 1402

\item
  \texttt{Limit}\\
  \textbf{Type}: \texttt{plist\ integer}\\
1403
  \textbf{Failsafe}: \texttt{0} (Search the entire booter)\\
1404
  \textbf{Description}: Maximum number of bytes to search for.
1405 1406 1407 1408

\item
  \texttt{Mask}\\
  \textbf{Type}: \texttt{plist\ data}\\
1409
  \textbf{Failsafe}: Empty (Ignored)\\
1410
  \textbf{Description}: Data bitwise mask used during find comparison.
1411
  Allows fuzzy search by ignoring not masked (set to zero) bits.
1412
  Must be equal to \texttt{Find} in size if set.
1413 1414 1415 1416

\item
  \texttt{Replace}\\
  \textbf{Type}: \texttt{plist\ data}\\
1417
  \textbf{Failsafe}: Empty\\
1418 1419 1420 1421 1422
  \textbf{Description}: Replacement data of one or more bytes.

\item
  \texttt{ReplaceMask}\\
  \textbf{Type}: \texttt{plist\ data}\\
1423
  \textbf{Failsafe}: Empty (Ignored)\\
1424
  \textbf{Description}: Data bitwise mask used during replacement.
1425 1426
  Allows fuzzy replacement by updating masked (set to non-zero) bits.
  Must be equal to \texttt{Replace} in size if set.
1427 1428 1429 1430

\item
  \texttt{Skip}\\
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
1431 1432 1433
  \textbf{Failsafe}: \texttt{0} (Do not skip any occurrences)\\
  \textbf{Description}: Number of found occurrences to skip before
  replacements are applied.
1434 1435 1436

\end{enumerate}

1437 1438 1439 1440
\subsection{Quirks Properties}\label{booterpropsquirks}

\begin{enumerate}

1441 1442 1443 1444 1445 1446
\item
  \texttt{AllowRelocationBlock}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Allows booting macOS through a relocation block.

D
dakanji 已提交
1447 1448 1449
  The relocation block is a scratch buffer allocated in the lower 4 GB used
  for loading the kernel and related structures by EfiBoot on firmware where
  the lower memory region is otherwise occupied by (assumed) non-runtime data.
1450
  Right before kernel startup, the relocation block is copied back to lower
D
dakanji 已提交
1451 1452
  addresses. Similarly, all the other addresses pointing to the relocation
  block are also carefully adjusted. The relocation block can be used when:
1453 1454 1455 1456 1457 1458 1459 1460

  \begin{itemize}
    \tightlist
    \item No better slide exists (all the memory is used)
    \item \texttt{slide=0} is forced (by an argument or safe mode)
    \item KASLR (slide) is unsupported (this is macOS 10.7 or older)
  \end{itemize}

D
dakanji 已提交
1461 1462 1463 1464
  This quirk requires \texttt{ProvideCustomSlide} to be enabled and
  typically also requires enabling \texttt{AvoidRuntimeDefrag} to function
  correctly. Hibernation is not supported when booting with a relocation
  block, which will only be used if required when the quirk is enabled.
1465 1466

  \emph{Note}: While this quirk is required to run older macOS versions
D
dakanji 已提交
1467
  on platforms with used lower memory, it is not compatible with some
D
dakanji 已提交
1468
  hardware and macOS 11. In such cases, consider using
1469 1470
  \texttt{EnableSafeModeSlide} instead.

1471 1472 1473 1474 1475 1476 1477
\item
  \texttt{AvoidRuntimeDefrag}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Protect from boot.efi runtime memory defragmentation.

  This option fixes UEFI runtime services (date, time, NVRAM, power control, etc.)
D
dakanji 已提交
1478 1479 1480 1481
  support on firmware that uses SMM backing for certain services such as variable
  storage. SMM may try to access memory by physical addresses in non-SMM areas but
  this may sometimes have been moved by boot.efi. This option prevents boot.efi
  from moving such data.
1482

D
dakanji 已提交
1483
  \emph{Note}: Most types of firmware, apart from Apple and VMware, need this quirk.
1484

1485 1486 1487 1488
\item
  \texttt{DevirtualiseMmio}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500
  \textbf{Description}: Remove runtime attribute from certain MMIO regions.

  This quirk reduces the stolen memory footprint in the memory map by removing
  the runtime bit for known memory regions. This quirk may result in an increase
  of KASLR slides available but without additional measures, it is not necessarily
  compatible with the target board. This quirk typically frees between 64 and 256
  megabytes of memory, present in the debug log, and on some platforms, is the only way
  to boot macOS, which otherwise fails with allocation errors at the bootloader stage.

  This option is useful on all types of firmware, except for some very old
  ones such as Sandy Bridge. On certain firmware, a list of addresses that need
  virtual addresses for proper NVRAM and hibernation functionality may be required.
D
dakanji 已提交
1501
  Use the \texttt{MmioWhitelist} section for this.
1502 1503 1504 1505 1506 1507 1508

\item
  \texttt{DisableSingleUser}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Disable single user mode.

1509
  This is a security option that restricts the activation of single user mode
D
dakanji 已提交
1510 1511 1512 1513 1514
  by ignoring the \texttt{CMD+S} hotkey and the \texttt{-s} boot argument. The
  behaviour with this quirk enabled is supposed to match T2-based model behaviour.
  Refer to this
  \href{https://web.archive.org/web/20200517125051/https://support.apple.com/en-us/HT201573}{archived article}
  to understand how to use single user mode with this quirk enabled.
1515

1516 1517 1518 1519 1520 1521
\item
  \texttt{DisableVariableWrite}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Protect from macOS NVRAM write access.

1522
  This is a security option that restricts NVRAM access in macOS.
1523
  This quirk requires \texttt{OC\_FIRMWARE\_RUNTIME} protocol implemented
V
vit9696 已提交
1524
  in \texttt{OpenRuntime.efi}.
1525

D
dakanji 已提交
1526
  \emph{Note}: This quirk can also be used as an ad hoc workaround for defective UEFI
D
dakanji 已提交
1527 1528
  runtime services implementations that are unable to write variables to NVRAM
  and results in operating system failures.
1529 1530 1531 1532 1533 1534 1535

\item
  \texttt{DiscardHibernateMap}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Reuse original hibernate memory map.

D
dakanji 已提交
1536 1537 1538 1539
  This option forces the XNU kernel to ignore a newly supplied memory map and assume
  that it did not change after waking from hibernation. This behaviour is required by
   Windows to work. Windows mandates
  \href{https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-uefi#hibernation-state-s4-transition-requirements}{preserving}
1540 1541
  runtime memory size and location after S4 wake.

D
dakanji 已提交
1542
  \emph{Note}: This may be used to workaround defective memory map implementations on older,
D
dakanji 已提交
1543 1544
  rare legacy hardware. Examples of such hardware are Ivy Bridge laptops with Insyde firmware
  such as the Acer V3-571G. Do not use this option without a full understanding of the implications.
1545 1546 1547 1548 1549 1550 1551

\item
  \texttt{EnableSafeModeSlide}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Patch bootloader to have KASLR enabled in safe mode.

D
dakanji 已提交
1552 1553 1554
  This option is relevant to users with issues booting to safe mode
  (e.g. by holding \texttt{shift} or with using the \texttt{-x} boot argument). By
  default, safe mode forces \texttt{0} slide as if the system was launched with the
D
dakanji 已提交
1555 1556 1557 1558 1559 1560 1561 1562
  \texttt{slide=0} boot argument.

  \begin{itemize}
    \tightlist
    \item This quirk attempts to patch the \texttt{boot.efi} file to remove this limitation
    and to allow using other values (from \texttt{1} to \texttt{255} inclusive).
    \item This quirk requires enabling \texttt{ProvideCustomSlide}.
    \end{itemize}
1563

D
dakanji 已提交
1564 1565
  \emph{Note}: The need for this option is dependent on the availability of safe mode.
  It can be enabled when booting to safe mode fails.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575

\item
  \texttt{EnableWriteUnprotector}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Permit write access to UEFI runtime services code.

  This option bypasses \texttt{R\^X} permissions in code pages of UEFI runtime
  services by removing write protection (\texttt{WP}) bit from \texttt{CR0}
  register during their execution. This quirk requires \texttt{OC\_FIRMWARE\_RUNTIME}
V
vit9696 已提交
1576
  protocol implemented in \texttt{OpenRuntime.efi}.
1577

D
dakanji 已提交
1578
  \emph{Note}: This quirk may potentially weaken firmware security. Please use
1579
  \texttt{RebuildAppleMemoryMap} if the firmware supports memory attributes table (MAT).
D
dakanji 已提交
1580
  Refer to the \texttt{OCABC: MAT support is 1/0} log entry to determine whether MAT is supported.
1581

1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594
\item
  \texttt{ForceBooterSignature}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Set macOS \texttt{boot-signature} to OpenCore launcher.

  Booter signature, essentially a SHA-1 hash of the loaded image, is used by Mac EFI
  to verify the authenticity of the bootloader when waking from hibernation. This
  option forces macOS to use OpenCore launcher SHA-1 hash as a booter signature to let
  OpenCore shim hibernation wake on Mac EFI firmware.

  \emph{Note}: OpenCore launcher path is determined from \texttt{LauncherPath} property.

1595 1596 1597 1598 1599 1600
\item
  \texttt{ForceExitBootServices}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Retry \texttt{ExitBootServices} with new memory map on failure.

D
dakanji 已提交
1601 1602 1603
  Try to ensure that the \texttt{ExitBootServices} call succeeds. If required, an
  outdated \texttt{MemoryMap} key argument can be used by obtaining the current
  memory map and retrying the \texttt{ExitBootServices} call.
1604

D
dakanji 已提交
1605 1606
  \emph{Note}: The need for this quirk is determined by early boot crashes of the
  firmware. Do not use this option without a full understanding of the implications.
1607 1608

\item
1609
  \texttt{ProtectMemoryRegions}\\
1610 1611
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
1612
  \textbf{Description}: Protect memory regions from incorrect access.
1613

D
dakanji 已提交
1614
  Some types of firmware incorrectly map certain memory regions:
1615

1616 1617
  \begin{itemize}
    \tightlist
D
dakanji 已提交
1618
    \item The CSM region can be marked as boot services code, or data, which
D
dakanji 已提交
1619
      leaves it as free memory for the XNU kernel.
D
dakanji 已提交
1620 1621
    \item MMIO regions can be marked as reserved memory and stay unmapped.
      They may however be required to be accessible at runtime for NVRAM support.
1622 1623
  \end{itemize}

D
dakanji 已提交
1624
  This quirk attempts to fix the types of these regions, e.g. ACPI NVS for
1625 1626
  CSM or MMIO for MMIO.

D
dakanji 已提交
1627 1628 1629
  \emph{Note}: The need for this quirk is determined by artifacts, sleep
  wake issues, and boot failures. This quirk is typically only required by
  very old firmware.
1630

1631 1632 1633 1634 1635 1636 1637 1638 1639
\item
  \texttt{ProtectSecureBoot}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Protect UEFI Secure Boot variables from being written.

  Reports security violation during attempts to write to \texttt{db}, \texttt{dbx},
  \texttt{PK}, and \texttt{KEK} variables from the operating system.

D
dakanji 已提交
1640 1641
  \emph{Note}: This quirk attempts to avoid issues with NVRAM implementations with
  fragmentation issues, such as on the \texttt{MacPro5,1} as well as on certain
D
dakanji 已提交
1642
  Insyde firmware without garbage collection or with defective garbage collection.
1643

1644 1645 1646 1647 1648 1649
\item
  \texttt{ProtectUefiServices}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Protect UEFI services from being overridden by the firmware.

D
dakanji 已提交
1650
  Some modern firmware, including on virtual machines such as VMware,
1651
  may update pointers to UEFI services during driver loading and related actions.
D
dakanji 已提交
1652
  Consequently, this directly obstructs other quirks that affect memory management,
D
dakanji 已提交
1653
  such as \texttt{DevirtualiseMmio}, \texttt{ProtectMemoryRegions}, or \texttt{RebuildAppleMemoryMap},
D
dakanji 已提交
1654
  and may also obstruct other quirks depending on the scope of such.
1655

D
dakanji 已提交
1656 1657
  \emph{Note}: On VMware, the need for this quirk may be determined by the appearance of the
  ``Your Mac OS guest might run unreliably with more than one virtual core.'' message.
1658

1659 1660 1661 1662 1663 1664
\item
  \texttt{ProvideCustomSlide}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Provide custom KASLR slide on low memory.

1665
  This option performs memory map analysis of the firmware and checks whether
1666 1667
  all slides (from \texttt{1} to \texttt{255}) can be used. As \texttt{boot.efi}
  generates this value randomly with \texttt{rdrand} or pseudo randomly \texttt{rdtsc},
D
dakanji 已提交
1668 1669 1670 1671
  there is a chance of boot failure when it chooses a conflicting slide. In cases where
  potential conflicts exist, this option forces macOS to select a pseudo random value
  from the available values. This also ensures that the \texttt{slide=} argument is
  never passed to the operating system (for security reasons).
1672

D
dakanji 已提交
1673 1674
  \emph{Note}: The need for this quirk is determined by the \texttt{OCABC: Only N/256
  slide values are usable!} message in the debug log.
1675

1676 1677 1678 1679 1680 1681
\item
  \texttt{ProvideMaxSlide}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Provide maximum KASLR slide when higher ones are unavailable.

D
dakanji 已提交
1682 1683 1684 1685 1686
  This option overrides the maximum slide of 255 by a user specified value between 1 and 254
  (inclusive) when \texttt{ProvideCustomSlide} is enabled. It is assumed that modern firmware
  allocates pool memory from top to bottom, effectively resulting in free memory when slide
  scanning is used later as temporary memory during kernel loading. When such memory is not
  available, this option stops the evaluation of higher slides.
1687

D
dakanji 已提交
1688 1689
  \emph{Note}: The need for this quirk is determined by random boot failures
  when \texttt{ProvideCustomSlide} is enabled and the randomized slide falls
D
dakanji 已提交
1690 1691
  into the unavailable range. When \texttt{AppleDebug} is enabled, the
  debug log typically contains messages such as \texttt{AAPL: [EB|`LD:LKC] \} Err(0x9)}.
D
dakanji 已提交
1692 1693
  To find the optimal value, append \texttt{slide=X}, where \texttt{X} is the slide value,
  to the \texttt{boot-args} and select the largest one that does not result in boot failures.
1694

1695 1696 1697 1698
\item
  \texttt{RebuildAppleMemoryMap}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
1699
  \textbf{Description}: Generate macOS compatible Memory Map.
1700

D
dakanji 已提交
1701
  The Apple kernel has several limitations on parsing the UEFI memory map:
1702 1703 1704

  \begin{itemize}
  \tightlist
D
dakanji 已提交
1705 1706
  \item The Memory map size must not exceed 4096 bytes as the Apple kernel maps
    it as a single 4K page. As some types of firmware can have very large memory maps,
D
dakanji 已提交
1707
    potentially over 100 entries, the Apple kernel will crash on boot.
D
dakanji 已提交
1708 1709 1710 1711 1712
  \item The Memory attributes table is ignored. \texttt{EfiRuntimeServicesCode}
    memory statically gets \texttt{RX} permissions while all other memory types
    get \texttt{RW} permissions. As some firmware drivers may write to global
    variables at runtime, the Apple kernel will crash at calling UEFI runtime services
    unless the driver \texttt{.data} section has a \texttt{EfiRuntimeServicesData}
1713 1714 1715
    type.
  \end{itemize}

D
dakanji 已提交
1716 1717
  To workaround these limitations, this quirk applies memory attribute table
  permissions to the memory map passed to the Apple kernel and optionally attempts
1718 1719 1720
  to unify contiguous slots of similar types if the resulting memory map exceeds
  4 KB.

D
dakanji 已提交
1721 1722
  \emph{Note 1}: Since several types of firmware come with incorrect memory protection
  tables, this quirk often comes paired with \texttt{SyncRuntimePermissions}.
1723

D
dakanji 已提交
1724
  \emph{Note 2}: The need for this quirk is determined by early boot failures.
D
dakanji 已提交
1725
  This quirk replaces \texttt{EnableWriteUnprotector} on firmware supporting
D
dakanji 已提交
1726
  Memory Attribute Tables (MAT). This quirk is typically unnecessary when using
D
dakanji 已提交
1727 1728
  \texttt{OpenDuetPkg} but may be required to boot macOS 10.6, and earlier, for
  reasons that are as yet unclear.
1729

1730 1731 1732 1733 1734 1735
\item
  \texttt{SetupVirtualMap}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Setup virtual memory at \texttt{SetVirtualAddresses}.

D
dakanji 已提交
1736 1737
  Some types of firmware access memory by virtual addresses after a \texttt{SetVirtualAddresses}
  call, resulting in early boot crashes. This quirk workarounds the problem by
1738 1739 1740
  performing early boot identity mapping of assigned virtual addresses to physical
  memory.

D
dakanji 已提交
1741
  \emph{Note}: The need for this quirk is determined by early boot failures.
1742

1743 1744 1745 1746 1747 1748
\item
  \texttt{SignalAppleOS}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Report macOS being loaded through OS Info for any OS.

D
dakanji 已提交
1749 1750 1751
  This quirk is useful on Mac firmware, which loads different operating systems
  with different hardware configurations. For example, it is supposed to enable
  Intel GPU in Windows and Linux in some dual-GPU MacBook models.
1752

1753 1754 1755 1756
\item
  \texttt{SyncRuntimePermissions}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
1757
  \textbf{Description}: Update memory permissions for the runtime environment.
1758

D
dakanji 已提交
1759
  Some types of firmware fail to properly handle runtime permissions:
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769
  \begin{itemize}
    \tightlist
    \item They incorrectly mark \texttt{OpenRuntime} as not executable in the memory map.
    \item They incorrectly mark \texttt{OpenRuntime} as not executable in the memory
    attributes table.
    \item They lose entries from the memory attributes table after \texttt{OpenRuntime}
    is loaded.
    \item They mark items in the memory attributes table as read-write-execute.
  \end{itemize}

1770
  This quirk attempts to update the memory map and memory attributes table to correct this.
1771

D
dakanji 已提交
1772 1773
  \emph{Note}: The need for this quirk is indicated by early boot failures.
  Only firmware released after 2017 is typically affected.
1774

1775 1776
\end{enumerate}

V
vit9696 已提交
1777 1778 1779 1780 1781
\section{DeviceProperties}\label{devprops}

\subsection{Introduction}\label{devpropsintro}

Device configuration is provided to macOS with a dedicated buffer,
A
Andrey1970AppleLife 已提交
1782
called \texttt{EfiDevicePathPropertyDatabase}. This buffer is a serialised
V
vit9696 已提交
1783 1784
map of DevicePaths to a map of property names and their values.

V
vit9696 已提交
1785 1786
Property data can be debugged with
\href{https://github.com/acidanthera/gfxutil}{gfxutil}.
D
dakanji 已提交
1787
To obtain current property data, use the following command in macOS:
V
vit9696 已提交
1788 1789 1790 1791 1792 1793 1794
\begin{lstlisting}[label=gfxutil, style=ocbash]
ioreg -lw0 -p IODeviceTree -n efi -r -x | grep device-properties |
  sed 's/.*<//;s/>.*//' > /tmp/device-properties.hex &&
  gfxutil /tmp/device-properties.hex /tmp/device-properties.plist &&
  cat /tmp/device-properties.plist
\end{lstlisting}

G
Goldfish64 已提交
1795
Device properties are part of the \texttt{IODeviceTree} (\texttt{gIODT})
D
dakanji 已提交
1796
plane of the macOS I/O Registry. This plane has several construction stages
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823
relevant for the platform initialisation. While the early construction
stage is performed by the XNU kernel in the \texttt{IODeviceTreeAlloc}
method, the majority of the construction is performed by the platform expert,
implemented in \texttt{AppleACPIPlatformExpert.kext}.

AppleACPIPlatformExpert incorporates two stages of \texttt{IODeviceTree}
construction implemented by calling \\
\texttt{AppleACPIPlatformExpert::mergeDeviceProperties}:

\begin{enumerate}
  \tightlist
  \item During ACPI table initialisation through the recursive ACPI namespace scanning
  by the calls to \\
  \texttt{AppleACPIPlatformExpert::createDTNubs}.
  \item During IOService registration (\texttt{IOServices::registerService}) callbacks
  implemented as a part of \\
  \texttt{AppleACPIPlatformExpert::platformAdjustService}
  function and its private worker method \\
  \texttt{AppleACPIPlatformExpert::platformAdjustPCIDevice}
  specific to the PCI devices.
\end{enumerate}

The application of the stages depends on the device presence in ACPI tables.
The first stage applies very early but exclusively to the devices present in ACPI tables.
The second stage applies to all devices much later after the PCI configuration
and may repeat the first stage if the device was not present in ACPI.

D
dakanji 已提交
1824
For all kernel extensions that may inspect the \texttt{IODeviceTree} plane without probing,
D
dakanji 已提交
1825 1826 1827
such as \texttt{Lilu} and its plugins (e.g. \texttt{WhateverGreen}), it is especially
important to ensure device presence in the ACPI tables. A failure to do so may result
\textbf{in erratic behaviour} caused by ignoring the injected device properties
1828 1829 1830
as they were not constructed at the first stage. See \texttt{SSDT-IMEI.dsl} and
\texttt{SSDT-BRG0.dsl} for an example.

V
vit9696 已提交
1831 1832 1833 1834 1835 1836 1837
\subsection{Properties}\label{devpropsprops}

\begin{enumerate}
\item
  \texttt{Add}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Sets device properties from a map (\texttt{plist\ dict})
G
Goldfish64 已提交
1838
  of device paths to a map (\texttt{plist\ dict}) of variable names and their values
1839
  in \texttt{plist\ multidata} format.
V
vit9696 已提交
1840

1841 1842 1843 1844 1845
  \emph{Note 1}: Device paths must be provided in canonic string format
  (e.g. \texttt{PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)}).

  \emph{Note 2}: Existing properties will not be changed unless deleted
  in the \texttt{DeviceProperties\ Delete} section.
V
vit9696 已提交
1846 1847

\item
1848
  \texttt{Delete}\\
V
vit9696 已提交
1849 1850
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Removes device properties from a map (\texttt{plist\ dict})
G
Goldfish64 已提交
1851
  of device paths to an array (\texttt{plist\ array}) of variable names in
V
vit9696 已提交
1852 1853
  \texttt{plist\ string} format.

1854 1855 1856 1857
  \emph{Note}: Currently, existing properties may only exist on firmware
  with DeviceProperties drivers (e.g. Apple). Hence, there is typically
  no reason to delete variables unless a new driver has been installed.

V
vit9696 已提交
1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894
\end{enumerate}

\subsection{Common Properties}\label{devpropscommon}

Some known properties include:

\begin{itemize}
\tightlist
\item
  \texttt{device-id}
  \break
  User-specified device identifier used for I/O Kit matching. Has 4 byte data type.
\item
  \texttt{vendor-id}
  \break
  User-specified vendor identifier used for I/O Kit matching. Has 4 byte data type.
\item
  \texttt{AAPL,ig-platform-id}
  \break
  Intel GPU framebuffer identifier used for framebuffer selection on Ivy Bridge and newer.
  Has 4 byte data type.
\item
  \texttt{AAPL,snb-platform-id}
  \break
  Intel GPU framebuffer identifier used for framebuffer selection on Sandy Bridge.
  Has 4 byte data type.
\item
  \texttt{layout-id}
  \break
  Audio layout used for AppleHDA layout selection. Has 4 byte data type.
\end{itemize}


\section{Kernel}\label{kernel}

\subsection{Introduction}\label{kernelintro}

D
dakanji 已提交
1895
This section allows the application of different kinds of kernelspace modifications on
V
vit9696 已提交
1896 1897 1898 1899 1900 1901 1902 1903 1904 1905
Apple Kernel (\href{https://opensource.apple.com/source/xnu}{XNU}). The modifications
currently provide driver (kext) injection, kernel and driver patching, and driver
blocking.

\subsection{Properties}\label{kernelprops}

\begin{enumerate}
\item
  \texttt{Add}\\
  \textbf{Type}: \texttt{plist\ array}\\
1906
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
1907
  \textbf{Description}: Load selected kernel extensions (kexts) from the \texttt{OC/Kexts} directory.
V
vit9696 已提交
1908

D
dakanji 已提交
1909
  To be filled with \texttt{plist\ dict} values, describing each kext. Refer to
D
dakanji 已提交
1910
  the \hyperref[kernelpropsadd]{Add Properties} section below for details.
V
vit9696 已提交
1911

D
dakanji 已提交
1912 1913
  \emph{Note 1}: The load order is based on the order in which the kexts appear in
  the array. Hence, dependencies must appear before kexts that depend on them.
V
vit9696 已提交
1914

D
dakanji 已提交
1915 1916
  \emph{Note 2}: To track the dependency order, inspect the \texttt{OSBundleLibraries}
  key in the \texttt{Info.plist} file of the kext being added. Any kext included
D
dakanji 已提交
1917
  under the key is a dependency that must appear before the kext being added.
D
dakanji 已提交
1918

D
dakanji 已提交
1919 1920 1921
  \emph{Note 3}: Kexts may have inner kexts (\texttt{Plugins}) included in the bundle.
  Such \texttt{Plugins} must be added separately and follow the same global ordering
  rules as other kexts.
V
vit9696 已提交
1922

V
vit9696 已提交
1923 1924 1925
\item
  \texttt{Block}\\
  \textbf{Type}: \texttt{plist\ array}\\
1926
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
1927
  \textbf{Description}: Remove selected kernel extensions (kexts) from the prelinked kernel.
V
vit9696 已提交
1928

D
dakanji 已提交
1929
  To be filled with \texttt{plist\ dictionary} values, describing each blocked kext.
1930
  Refer to the \hyperref[kernelpropsblock]{Block Properties} section below for details.
V
vit9696 已提交
1931

1932 1933 1934
\item
  \texttt{Emulate}\\
  \textbf{Type}: \texttt{plist\ dict}\\
D
dakanji 已提交
1935 1936
  \textbf{Description}: Emulate certain hardware in kernelspace via parameters
  described in the \hyperref[kernelpropsemu]{Emulate Properties} section below.
1937

1938 1939 1940 1941
\item
  \texttt{Force}\\
  \textbf{Type}: \texttt{plist\ array}\\
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
1942
  \textbf{Description}: Load kernel extensions (kexts) from the system volume if they are not cached.
1943

D
dakanji 已提交
1944
  To be filled with \texttt{plist\ dict} values, describing each kext.
1945
  Refer to the \hyperref[kernelpropsforce]{Force Properties} section below for details.
D
dakanji 已提交
1946 1947
  This section resolves the problem of injecting kexts that depend on other
  kexts, which are not otherwise cached. The issue typically affects older
D
dakanji 已提交
1948
  operating systems, where various dependency kexts, such as \texttt{IOAudioFamily}
1949 1950
  or \texttt{IONetworkingFamily} may not be present in the kernel cache by default.

D
dakanji 已提交
1951 1952 1953 1954 1955 1956 1957 1958 1959
  \emph{Note 1}: The load order is based on the order in which the kexts appear in
  the array. Hence, dependencies must appear before kexts that depend on them.

  \emph{Note 2}: \texttt{Force} happens before \texttt{Add}.

  \emph{Note 3}: The signature of the ``forced'' kext is not checked in any way.
  This makes using this feature extremely dangerous and undesirable for secure boot.

  \emph{Note 4}: This feature may not work on encrypted partitions in newer operating systems.
1960

V
vit9696 已提交
1961 1962 1963
\item
  \texttt{Patch}\\
  \textbf{Type}: \texttt{plist\ array}\\
1964
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
1965
  \textbf{Description}: Perform binary patches in kernel and drivers prior to
1966
  driver addition and removal.
V
vit9696 已提交
1967

D
dakanji 已提交
1968
  To be filled with \texttt{plist\ dictionary} values, describing each patch.
1969
  Refer to the \hyperref[kernelpropspatch]{Patch Properties} section below for details.
V
vit9696 已提交
1970 1971 1972 1973 1974

\item
  \texttt{Quirks}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Apply individual kernel and driver quirks described
D
dakanji 已提交
1975
  in the \hyperref[kernelpropsquirks]{Quirks Properties} section below.
V
vit9696 已提交
1976

1977 1978 1979 1980
\item
  \texttt{Scheme}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Define kernelspace operation mode via parameters
D
dakanji 已提交
1981
  described in the \hyperref[kernelpropsscheme]{Scheme Properties} section below.
1982 1983


V
vit9696 已提交
1984 1985 1986 1987 1988
\end{enumerate}

\subsection{Add Properties}\label{kernelpropsadd}

\begin{enumerate}
1989 1990 1991
\item
  \texttt{Arch}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
1992 1993
  \textbf{Failsafe}: \texttt{Any} (Apply to any supported architecture)\\
  \textbf{Description}: Kext architecture (\texttt{i386}, \texttt{x86\_64}).
1994

V
vit9696 已提交
1995
\item
1996
  \texttt{BundlePath}\\
V
vit9696 已提交
1997
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
1998
  \textbf{Failsafe}: Empty\\
1999 2000
  \textbf{Description}: Kext bundle path (e.g. \texttt{Lilu.kext}
  or \texttt{MyKext.kext/Contents/PlugIns/MySubKext.kext}).
V
vit9696 已提交
2001 2002 2003 2004

\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2005
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2006
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
2007
  reference for the entry. Whether this value is used is implementation defined.
V
vit9696 已提交
2008 2009 2010 2011

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2012
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
2013
  \textbf{Description}: Set to \texttt{true} to add this kernel extension.
V
vit9696 已提交
2014 2015 2016 2017

\item
  \texttt{ExecutablePath}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2018
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2019 2020 2021 2022
  \textbf{Description}: Kext executable path relative to bundle
  (e.g. \texttt{Contents/MacOS/Lilu}).

\item
2023
  \texttt{MaxKernel}\\
V
vit9696 已提交
2024
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2025
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
2026
  \textbf{Description}: Adds kernel extension on specified macOS version or older.
2027

V
vit9696 已提交
2028 2029 2030
  \hypertarget{kernmatch}Kernel version can be obtained with \texttt{uname -r} command,
  and should look like 3 numbers separated by dots, for example \texttt{18.7.0} is the
  kernel version for \texttt{10.14.6}. Kernel version interpretation is implemented as follows:
2031 2032
  \begin{align*}
    \begin{aligned}
M
Michael Belyaev 已提交
2033
      ParseDarwinVersion(\kappa,\lambda,\mu)&=\kappa \cdot10000 &&
2034
        \text{Where }\kappa\in(0,99)\text{ is kernel version major} \\
V
vit9696 已提交
2035
      &+ \lambda\cdot100 &&
2036
        \text{Where }\lambda\in(0,99)\text{ is kernel version minor} \\
V
vit9696 已提交
2037
      &+ \mu &&
2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067
        \text{Where }\mu\in(0,99)\text{ is kernel version patch}
    \end{aligned}
  \end{align*}
  Kernel version comparison is implemented as follows:
  \begin{align*}
    \alpha&=\begin{cases}
      \vspace{-0.5cm}\mbox{\hspace{8cm}} & \mbox{\hspace{5cm}} \\
      ParseDarwinVersion(\texttt{MinKernel}), & \text{If } \texttt{MinKernel} \text{ is valid} \\
      0 & Otherwise
    \end{cases} \\
    \beta&=\begin{cases}
      \vspace{-0.5cm}\mbox{\hspace{8cm}} & \mbox{\hspace{5cm}} \\
      ParseDarwinVersion(\texttt{MaxKernel}), & \text{If } \texttt{MaxKernel} \text{ is valid} \\
      \infty & Otherwise
    \end{cases} \\
    \gamma&=\begin{cases}
      \vspace{-0.5cm}\mbox{\hspace{8cm}} & \mbox{\hspace{5cm}} \\
      ParseDarwinVersion(FindDarwinVersion()), & \text{If valid } \texttt{"Darwin Kernel Version"} \text{ is found} \\
      \infty & Otherwise
    \end{cases} \\
    & \hspace{5cm} f(\alpha,\beta,\gamma)=\alpha\leq\gamma\leq\beta
  \end{align*}
  Here $ParseDarwinVersion$ argument is assumed to be 3 integers obtained by splitting Darwin kernel version
  string from left to right by the \texttt{.} symbol. $FindDarwinVersion$ function looks up
  Darwin kernel version by locating \texttt{"Darwin Kernel Version $\kappa$.$\lambda$.$\mu$"} string
  in the kernel image.

\item
  \texttt{MinKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2068
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
2069
  \textbf{Description}: Adds kernel extension on specified macOS version or newer.
2070

D
dakanji 已提交
2071
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
V
vit9696 已提交
2072 2073 2074 2075

\item
  \texttt{PlistPath}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2076
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2077 2078 2079 2080 2081 2082 2083 2084
  \textbf{Description}: Kext \texttt{Info.plist} path relative to bundle
  (e.g. \texttt{Contents/Info.plist}).

\end{enumerate}

\subsection{Block Properties}\label{kernelpropsblock}

\begin{enumerate}
2085 2086 2087
\item
  \texttt{Arch}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2088 2089
  \textbf{Failsafe}: \texttt{Any} (Apply to any supported architecture)\\
  \textbf{Description}: Kext block architecture (\texttt{i386}, \texttt{x86\_64}).
2090

V
vit9696 已提交
2091 2092 2093
\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2094
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2095
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
2096
  reference for the entry. Whether this value is used is implementation defined.
V
vit9696 已提交
2097 2098 2099 2100

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2101
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
2102
  \textbf{Description}: Set to \texttt{true} to block this kernel extension.
V
vit9696 已提交
2103 2104 2105 2106

\item
  \texttt{Identifier}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2107
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2108 2109 2110 2111
  \textbf{Description}: Kext bundle identifier
    (e.g. \texttt{com.apple.driver.AppleTyMCEDriver}).

\item
2112 2113
  \texttt{MaxKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2114
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
2115
  \textbf{Description}: Blocks kernel extension on specified macOS version or older.
2116

D
dakanji 已提交
2117
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
2118 2119 2120

\item
  \texttt{MinKernel}\\
V
vit9696 已提交
2121
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2122
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
2123
  \textbf{Description}: Blocks kernel extension on specified macOS version or newer.
2124

D
dakanji 已提交
2125
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
V
vit9696 已提交
2126 2127 2128

\end{enumerate}

2129 2130 2131 2132 2133
\subsection{Emulate Properties}\label{kernelpropsemu}

\begin{enumerate}
\item
  \texttt{Cpuid1Data}\\
A
Andrey1970AppleLife 已提交
2134
  \textbf{Type}: \texttt{plist\ data}, 16 bytes\\
2135
  \textbf{Failsafe}: All zero\\
2136
  \textbf{Description}: Sequence of \texttt{EAX}, \texttt{EBX}, \texttt{ECX},
2137 2138
  \texttt{EDX} values to replace \texttt{CPUID (1)} call in XNU kernel.

D
dakanji 已提交
2139
  This property primarily meets three requirements:
2140 2141 2142

  \begin{itemize}
    \tightlist
D
dakanji 已提交
2143 2144
    \item Enabling support for an unsupported CPU model (e.g. Intel Pentium).
    \item Enabling support for a CPU model not yet supported by a specific version of macOS (typically old versions).
2145 2146
    \item Enabling XCPM support for an unsupported CPU variant.
  \end{itemize}
2147

2148 2149 2150
  \emph{Note 1}: It may also be the case that the CPU model is supported but there is no power management supported
  (e.g. virtual machines). In this case, \texttt{MinKernel} and \texttt{MaxKernel} can be set to restrict CPU virtualisation and dummy power
  management patches to the particular macOS kernel version.
2151

2152 2153 2154
  \emph{Note 2}: Only the value of \texttt{EAX}, which represents the full CPUID,
  typically needs to be accounted for and remaining bytes should be left as zeroes.
  The byte order is Little Endian. For example, \texttt{C3 06 03 00} stands for CPUID
V
vit9696 已提交
2155
  \texttt{0x0306C3} (Haswell).
2156

2157
  \emph{Note 3}: For XCPM support it is recommended to use the following combinations.
2158 2159 2160

  \begin{itemize}
    \tightlist
V
vit9696 已提交
2161
    \item Haswell-E (\texttt{0x0306F2}) to Haswell (\texttt{0x0306C3}):\\
2162 2163 2164 2165
    \texttt{Cpuid1Data}: \texttt{C3 06 03 00 00 00 00 00 00 00 00 00 00 00 00 00}\\
    \texttt{Cpuid1Mask}: \texttt{FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00}
    \item Broadwell-E (\texttt{0x0406F1}) to Broadwell (\texttt{0x0306D4}):\\
    \texttt{Cpuid1Data}: \texttt{D4 06 03 00 00 00 00 00 00 00 00 00 00 00 00 00}\\
2166 2167 2168
    \texttt{Cpuid1Mask}: \texttt{FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00}
    \item Rocket Lake (\texttt{0x0A0670}) to Comet Lake (\texttt{0x0906EB}):\\
    \texttt{Cpuid1Data}: \texttt{EB 06 09 00 00 00 00 00 00 00 00 00 00 00 00 00}\\
2169
    \texttt{Cpuid1Mask}: \texttt{FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00}
2170 2171 2172
    \item Comet Lake U62 (\texttt{0x0A0660}) to Comet Lake U42 (\texttt{0x0806EC}):\\
    \texttt{Cpuid1Data}: \texttt{EC 06 08 00 00 00 00 00 00 00 00 00 00 00 00 00}\\
    \texttt{Cpuid1Mask}: \texttt{FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00}
2173 2174
  \end{itemize}

D
dakanji 已提交
2175
  \emph{Note 4}: Be aware that the following configurations are unsupported by XCPM (at least out of the box):
V
vit9696 已提交
2176 2177 2178 2179

  \begin{itemize}
    \tightlist
    \item Consumer Ivy Bridge (\texttt{0x0306A9}) as Apple disabled XCPM for Ivy Bridge
2180
      and recommends legacy power management for these CPUs. \texttt{\_xcpm\_bootstrap}
2181
      should manually be patched to enforce XCPM on these CPUs instead of this option.
V
vit9696 已提交
2182
    \item Low-end CPUs (e.g. Haswell+ Pentium) as they are not supported properly by macOS.
D
dakanji 已提交
2183
      Legacy workarounds for older models can be found in the \texttt{Special NOTES} section of
V
vit9696 已提交
2184 2185
      \href{https://github.com/acidanthera/bugtracker/issues/365}{acidanthera/bugtracker\#365}.
  \end{itemize}
2186 2187 2188

\item
  \texttt{Cpuid1Mask}\\
A
Andrey1970AppleLife 已提交
2189
  \textbf{Type}: \texttt{plist\ data}, 16 bytes\\
2190
  \textbf{Failsafe}: All zero\\
2191 2192 2193
  \textbf{Description}: Bit mask of active bits in \texttt{Cpuid1Data}.

  When each \texttt{Cpuid1Mask} bit is set to 0, the original CPU bit is used,
V
vit9696 已提交
2194
  otherwise set bits take the value of \texttt{Cpuid1Data}.
2195

2196 2197 2198 2199 2200 2201 2202 2203 2204 2205
\item
  \texttt{DummyPowerManagement}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Requirement}: 10.4\\
  \textbf{Description}: Disables \texttt{AppleIntelCpuPowerManagement}.

  \emph{Note 1}: This option is a preferred alternative to
  \texttt{NullCpuPowerManagement.kext} for CPUs without native power
  management driver in macOS.
2206

D
dakanji 已提交
2207
  \emph{Note 2}: While this option is typically needed to disable \texttt{AppleIntelCpuPowerManagement}
2208 2209
  on unsupported platforms, it can also be used to disable this kext in other situations
  (e.g. with \texttt{Cpuid1Data} left blank).
2210 2211 2212 2213

\item
  \texttt{MaxKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2214
  \textbf{Failsafe}: Empty\\
2215 2216
  \textbf{Description}: Emulates CPUID and applies \texttt{DummyPowerManagement} on specified macOS version or older.

D
dakanji 已提交
2217
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
2218 2219 2220 2221

\item
  \texttt{MinKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2222
  \textbf{Failsafe}: Empty\\
2223 2224
  \textbf{Description}: Emulates CPUID and applies \texttt{DummyPowerManagement} on specified macOS version or newer.

D
dakanji 已提交
2225
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
2226

2227 2228
\end{enumerate}

2229 2230 2231 2232 2233 2234
\subsection{Force Properties}\label{kernelpropsforce}

\begin{enumerate}
\item
  \texttt{Arch}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2235 2236
  \textbf{Failsafe}: \texttt{Any} (Apply to any supported architecture)\\
  \textbf{Description}: Kext architecture (\texttt{i386}, \texttt{x86\_64}).
2237 2238 2239 2240

\item
  \texttt{BundlePath}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2241
  \textbf{Failsafe}: Empty\\
2242 2243 2244 2245 2246 2247
  \textbf{Description}: Kext bundle path (e.g.
  \texttt{System\textbackslash Library \textbackslash Extensions \textbackslash IONetworkingFamily.kext}).

\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2248
  \textbf{Failsafe}: Empty\\
2249
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
2250
  reference for the entry. Whether this value is used is implementation defined.
2251 2252 2253 2254 2255

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
2256 2257
  \textbf{Description}: Set to \texttt{true} to load this kernel extension from the
  system volume when not present in the kernel cache.
2258 2259 2260 2261

\item
  \texttt{ExecutablePath}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2262
  \textbf{Failsafe}: Empty\\
2263 2264 2265 2266 2267 2268
  \textbf{Description}: Kext executable path relative to bundle
  (e.g. \texttt{Contents/MacOS/IONetworkingFamily}).

\item
  \texttt{Identifier}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2269
  \textbf{Failsafe}: Empty\\
2270 2271 2272 2273 2274 2275 2276
  \textbf{Description}: Kext identifier to perform presence checking
  before adding (e.g. \texttt{com.apple.iokit.IONetworkingFamily}).
  Only drivers which identifiers are not be found in the cache will be added.

\item
  \texttt{MaxKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2277
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
2278
  \textbf{Description}: Adds kernel extension on specified macOS version or older.
2279

D
dakanji 已提交
2280
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
2281 2282 2283 2284

\item
  \texttt{MinKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2285
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
2286
  \textbf{Description}: Adds kernel extension on specified macOS version or newer.
2287

D
dakanji 已提交
2288
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
2289 2290 2291 2292

\item
  \texttt{PlistPath}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2293
  \textbf{Failsafe}: Empty\\
2294 2295 2296 2297 2298 2299
  \textbf{Description}: Kext \texttt{Info.plist} path relative to bundle
  (e.g. \texttt{Contents/Info.plist}).

\end{enumerate}


V
vit9696 已提交
2300 2301 2302
\subsection{Patch Properties}\label{kernelpropspatch}

\begin{enumerate}
2303 2304 2305
\item
  \texttt{Arch}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2306 2307
  \textbf{Failsafe}: \texttt{Any} (Apply to any supported architecture)\\
  \textbf{Description}: Kext patch architecture (\texttt{i386}, \texttt{x86\_64}).
2308

V
vit9696 已提交
2309 2310 2311
\item
  \texttt{Base}\\
  \textbf{Type}: \texttt{plist\ string}\\
2312
  \textbf{Failsafe}: Empty (Ignored)\\
V
vit9696 已提交
2313
  \textbf{Description}: Selects symbol-matched base for patch lookup (or immediate
2314
  replacement) by obtaining the address of the provided symbol name.
V
vit9696 已提交
2315 2316 2317 2318

\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2319
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2320
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
2321
  reference for the entry. Whether this value is used is implementation defined.
V
vit9696 已提交
2322 2323 2324 2325

\item
  \texttt{Count}\\
  \textbf{Type}: \texttt{plist\ integer}\\
2326
  \textbf{Failsafe}: \texttt{0}\\
V
vit9696 已提交
2327 2328 2329 2330 2331 2332
  \textbf{Description}: Number of patch occurrences to apply. \texttt{0} applies
  the patch to all occurrences found.

\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2333
  \textbf{Failsafe}: \texttt{false}\\
V
vit9696 已提交
2334 2335 2336 2337 2338 2339
  \textbf{Description}: This kernel patch will not be used unless set to
  \texttt{true}.

\item
  \texttt{Find}\\
  \textbf{Type}: \texttt{plist\ data}\\
2340 2341 2342
  \textbf{Failsafe}: Empty (Immediate replacement at \texttt{Base})\\
  \textbf{Description}: Data to find. Must be equal to \texttt{Replace}
  in size if set.
V
vit9696 已提交
2343 2344 2345 2346

\item
  \texttt{Identifier}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2347
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2348 2349 2350 2351 2352 2353
  \textbf{Description}: Kext bundle identifier (e.g. \texttt{com.apple.driver.AppleHDA})
  or \texttt{kernel} for kernel patch.

\item
  \texttt{Limit}\\
  \textbf{Type}: \texttt{plist\ integer}\\
2354
  \textbf{Failsafe}: \texttt{0} (Search entire kext or kernel)\\
2355
  \textbf{Description}: Maximum number of bytes to search for.
V
vit9696 已提交
2356 2357 2358 2359

\item
  \texttt{Mask}\\
  \textbf{Type}: \texttt{plist\ data}\\
2360
  \textbf{Failsafe}: Empty (Ignored)\\
V
vit9696 已提交
2361
  \textbf{Description}: Data bitwise mask used during find comparison.
2362
  Allows fuzzy search by ignoring not masked (set to zero) bits.
2363
  Must be equal to \texttt{Replace} in size if set.
V
vit9696 已提交
2364 2365

\item
2366 2367
  \texttt{MaxKernel}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2368
  \textbf{Failsafe}: Empty\\
2369 2370
  \textbf{Description}: Patches data on specified macOS version or older.

D
dakanji 已提交
2371
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
2372 2373 2374

\item
  \texttt{MinKernel}\\
V
vit9696 已提交
2375
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2376
  \textbf{Failsafe}: Empty\\
2377 2378
  \textbf{Description}: Patches data on specified macOS version or newer.

D
dakanji 已提交
2379
  \emph{Note}: Refer to the \hyperlink{kernmatch}{\texttt{Add\ MaxKernel} description} for matching logic.
V
vit9696 已提交
2380 2381 2382 2383

\item
  \texttt{Replace}\\
  \textbf{Type}: \texttt{plist\ data}\\
2384
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
2385 2386 2387 2388 2389
  \textbf{Description}: Replacement data of one or more bytes.

\item
  \texttt{ReplaceMask}\\
  \textbf{Type}: \texttt{plist\ data}\\
2390
  \textbf{Failsafe}: Empty (Ignored)\\
V
vit9696 已提交
2391
  \textbf{Description}: Data bitwise mask used during replacement.
2392
  Allows fuzzy replacement by updating masked (set to non-zero) bits.
2393
  Must be equal to \texttt{Replace} in size if set.
V
vit9696 已提交
2394 2395 2396 2397

\item
  \texttt{Skip}\\
  \textbf{Type}: \texttt{plist\ integer}\\
D
dakanji 已提交
2398 2399 2400
  \textbf{Failsafe}: \texttt{0} (Do not skip any occurrences)\\
  \textbf{Description}: Number of found occurrences to skip before
  replacements are applied.
V
vit9696 已提交
2401 2402 2403 2404 2405 2406

\end{enumerate}

\subsection{Quirks Properties}\label{kernelpropsquirks}

\begin{enumerate}
2407

V
vit9696 已提交
2408 2409 2410
\item
  \texttt{AppleCpuPmCfgLock}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2411
  \textbf{Failsafe}: \texttt{false}\\
2412
  \textbf{Requirement}: 10.4\\
V
vit9696 已提交
2413 2414 2415 2416
  \textbf{Description}: Disables \texttt{PKG\_CST\_CONFIG\_CONTROL} (\texttt{0xE2})
  MSR modification in AppleIntelCPUPowerManagement.kext, commonly causing early
  kernel panic, when it is locked from writing.

Z
zhen-zen 已提交
2417 2418 2419 2420 2421 2422
  Some types of firmware lock the \texttt{PKG\_CST\_CONFIG\_CONTROL} MSR
  register and the bundled \texttt{ControlMsrE2} tool can be used to check its
  state. Note that some types of firmware only have this register locked on some
  cores. As modern firmware provide a \texttt{CFG Lock} setting that allows
  configuring the \texttt{PKG\_CST\_CONFIG\_CONTROL} MSR register lock, this
  option should be avoided whenever possible.
V
vit9696 已提交
2423

Z
zhen-zen 已提交
2424
  On APTIO firmware that do not provide a \texttt{CFG Lock}
D
dakanji 已提交
2425
  setting in the GUI, it is possible to access the option directly:
V
vit9696 已提交
2426 2427 2428 2429 2430

  \begin{enumerate}
    \tightlist
    \item Download \href{https://github.com/LongSoft/UEFITool/releases}{UEFITool} and
      \href{https://github.com/LongSoft/Universal-IFR-Extractor/releases}{IFR-Extractor}.
2431
    \item Open the firmware image in UEFITool and find \texttt{CFG Lock} unicode string.
G
Goldfish64 已提交
2432
      If it is not present, the firmware may not have this option and the process should therefore be discontinued.
2433
    \item Extract the \texttt{Setup.bin} PE32 Image Section (the UEFITool found) through the
V
vit9696 已提交
2434 2435 2436 2437 2438 2439 2440 2441 2442
      \texttt{Extract Body} menu option.
    \item Run IFR-Extractor on the extracted file (e.g. \texttt{./ifrextract Setup.bin Setup.txt}).
    \item Find \texttt{CFG Lock, VarStoreInfo (VarOffset/VarName):} in \texttt{Setup.txt} and
      remember the offset right after it (e.g. \texttt{0x123}).
    \item Download and run \href{http://brains.by/posts/bootx64.7z}{Modified GRUB Shell} compiled by
      \href{https://geektimes.com/post/258090}{brainsucker} or use
      \href{https://github.com/datasone/grub-mod-setup_var}{a newer version} by
      \href{https://github.com/datasone}{datasone}.
    \item Enter \texttt{setup\_var 0x123 0x00} command, where \texttt{0x123} should be replaced by
2443
      the actual offset, and reboot.
V
vit9696 已提交
2444 2445
  \end{enumerate}

V
vit9696 已提交
2446
  \textbf{Warning}: Variable offsets are unique not only to each motherboard but even to its firmware
V
vit9696 已提交
2447
  version. Never ever try to use an offset without checking.
V
vit9696 已提交
2448

Z
zhen-zen 已提交
2449 2450 2451 2452 2453 2454 2455 2456 2457
  On selected platforms, the \texttt{ControlMsrE2} tool can also change such
  hidden options. Pass desired argument: \texttt{lock}, \texttt{unlock} for
  \texttt{CFG Lock}. Or pass \texttt{interactive} to find and modify other
  hidden options.

  As a last resort, consider
  \href{https://github.com/LongSoft/UEFITool/blob/master/UEFIPatch/patches.txt}{patching the BIOS}
  (for advanced users only).

2458 2459 2460
\item
  \texttt{AppleXcpmCfgLock}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2461
  \textbf{Failsafe}: \texttt{false}\\
2462
  \textbf{Requirement}: 10.8 (not required for older)\\
2463 2464 2465 2466
  \textbf{Description}: Disables \texttt{PKG\_CST\_CONFIG\_CONTROL} (\texttt{0xE2})
  MSR modification in XNU kernel, commonly causing early kernel panic, when it is
  locked from writing (XCPM power management).

2467 2468
  \emph{Note}: This option should be avoided whenever possible.
  Refer to the \texttt{AppleCpuPmCfgLock} description for details.
2469

2470 2471 2472
\item
  \texttt{AppleXcpmExtraMsrs}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2473
  \textbf{Failsafe}: \texttt{false}\\
2474
  \textbf{Requirement}: 10.8 (not required for older)\\
D
dakanji 已提交
2475
  \textbf{Description}: Disables multiple MSR access critical for certain CPUs,
2476
  which have no native XCPM support.
2477

2478
  This is typically used in conjunction with the \texttt{Emulate} section on Haswell-E,
A
Andrey1970AppleLife 已提交
2479
  Broadwell-E, Skylake-SP, and similar CPUs. More details on the XCPM patches are outlined in
2480 2481
  \href{https://github.com/acidanthera/bugtracker/issues/365}{acidanthera/bugtracker\#365}.

2482 2483 2484
  \emph{Note}: Additional not provided patches will be required for Ivy Bridge or Pentium
  CPUs. It is recommended to use \texttt{AppleIntelCpuPowerManagement.kext} for the former.

2485 2486 2487 2488
\item
  \texttt{AppleXcpmForceBoost}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2489
  \textbf{Requirement}: 10.8 (not required for older)\\
2490 2491 2492 2493 2494 2495 2496
  \textbf{Description}: Forces maximum performance in XCPM mode.

  This patch writes \texttt{0xFF00} to \texttt{MSR\_IA32\_PERF\_CONTROL} (\texttt{0x199}),
  effectively setting maximum multiplier for all the time.

  \emph{Note}: While this may increase the performance, this patch is strongly discouraged
  on all systems but those explicitly dedicated to scientific or media calculations.
D
dakanji 已提交
2497
  Only certain Xeon models typically benefit from the patch.
2498

2499 2500 2501
\item
  \texttt{CustomSMBIOSGuid}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2502
  \textbf{Failsafe}: \texttt{false}\\
2503
  \textbf{Requirement}: 10.4\\
2504 2505 2506
  \textbf{Description}: Performs GUID patching for \texttt{UpdateSMBIOSMode}
  \texttt{Custom} mode. Usually relevant for Dell laptops.

2507 2508 2509
\item
  \texttt{DisableIoMapper}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2510
  \textbf{Failsafe}: \texttt{false}\\
2511
  \textbf{Requirement}: 10.8 (not required for older)\\
2512 2513 2514
  \textbf{Description}: Disables \texttt{IOMapper} support in XNU (VT-d),
  which may conflict with the firmware implementation.

2515
  \emph{Note 1}: This option is a preferred alternative to deleting \texttt{DMAR}
D
dakanji 已提交
2516 2517
  ACPI table and disabling VT-d in firmware preferences, which does not obstruct
  VT-d support in other systems in case they need this.
2518

2519 2520 2521 2522 2523
  \emph{Note 2}: Misconfigured IOMMU in the firmware may result in broken devices 
  such as ethernet or Wi-Fi adapters. For instance, an ethernet adapter may cycle in link-up 
  link-down state infinitely and a Wi-Fi adapter may fail to discover networks. 
  Gigabyte is one of the most common OEMs with these issues.

2524 2525 2526 2527
\item
  \texttt{DisableLinkeditJettison}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2528
  \textbf{Requirement}: 11\\
2529 2530
  \textbf{Description}: Disables \texttt{\_\_LINKEDIT} jettison code.

D
dakanji 已提交
2531 2532 2533
  This option lets \texttt{Lilu.kext}, and possibly other kexts, function
  in macOS Big Sur at their best performance levels without requiring the
  \texttt{keepsyms=1} boot argument.
2534

2535 2536 2537 2538
\item
  \texttt{DisableRtcChecksum}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2539
  \textbf{Requirement}: 10.4\\
2540 2541 2542 2543 2544 2545 2546 2547
  \textbf{Description}: Disables primary checksum (\texttt{0x58}-\texttt{0x59})
  writing in AppleRTC.

  \emph{Note 1}: This option will not protect other areas from being overwritten,
  see \href{https://github.com/acidanthera/RTCMemoryFixup}{RTCMemoryFixup}
  kernel extension if this is desired.

  \emph{Note 2}: This option will not protect areas from being overwritten
A
Andrey1970AppleLife 已提交
2548
  at firmware stage (e.g. macOS bootloader), see \texttt{AppleRtcRam} protocol
2549
  description if this is desired.
2550

2551 2552 2553 2554
\item
  \texttt{ExtendBTFeatureFlags}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2555
  \textbf{Requirement}: 10.8-11\\
2556 2557
  \textbf{Description}: Set \texttt{FeatureFlags} to \texttt{0x0F} for full
  functionality of Bluetooth, including Continuity.
2558

2559 2560 2561
  \emph{Note}: This option is a substitution for BT4LEContinuityFixup.kext,
  which does not function properly due to late patching progress.

V
vit9696 已提交
2562 2563 2564
\item
  \texttt{ExternalDiskIcons}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2565
  \textbf{Failsafe}: \texttt{false}\\
2566
  \textbf{Requirement}: 10.4\\
2567
  \textbf{Description}: Apply icon type patches to AppleAHCIPort.kext to force
V
vit9696 已提交
2568 2569
  internal disk icons for all AHCI disks.

D
dakanji 已提交
2570
  \emph{Note}: This option should be avoided whenever possible. Modern firmware
D
dakanji 已提交
2571
  typically have compatible AHCI controllers.
V
vit9696 已提交
2572

2573 2574 2575 2576
\item
  \texttt{ForceSecureBootScheme}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2577
  \textbf{Requirement}: 11\\
2578 2579 2580 2581 2582
  \textbf{Description}: Force \texttt{x86} scheme for IMG4 verification.

  \emph{Note}: This option is required on virtual machines when using
  \texttt{SecureBootModel} different from \texttt{x86legacy}.

2583 2584 2585 2586
\item
  \texttt{IncreasePciBarSize}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2587
  \textbf{Requirement}: 10.10\\
2588 2589
  \textbf{Description}: Increases 32-bit PCI bar size in IOPCIFamily from 1 to 4 GBs.

D
dakanji 已提交
2590 2591
  \emph{Note}: This option should be avoided whenever possible. A need for this option
  indicates misconfigured or defective firmware.
2592

2593 2594 2595
\item
  \texttt{LapicKernelPanic}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2596
  \textbf{Failsafe}: \texttt{false}\\
2597
  \textbf{Requirement}: 10.6 (64-bit)\\
V
vit9696 已提交
2598
  \textbf{Description}: Disables kernel panic on LAPIC interrupts.
2599

2600 2601 2602 2603
\item
  \texttt{LegacyCommpage}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2604
  \textbf{Requirement}: 10.4 - 10.6\\
2605 2606 2607 2608 2609
  \textbf{Description}: Replaces the default 64-bit commpage bcopy implementation with
  one that does not require SSSE3, useful for legacy platforms. This prevents a
  \texttt{commpage no match for last} panic due to no available 64-bit bcopy functions
  that do not require SSSE3.

2610 2611 2612
\item
  \texttt{PanicNoKextDump}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2613
  \textbf{Failsafe}: \texttt{false}\\
2614
  \textbf{Requirement}: 10.13 (not required for older)\\
2615 2616 2617
  \textbf{Description}: Prevent kernel from printing kext dump in the panic
  log preventing from observing panic details. Affects 10.13 and above.

2618 2619 2620 2621
\item
  \texttt{PowerTimeoutKernelPanic}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
2622
  \textbf{Requirement}: 10.15 (not required for older)\\
2623 2624 2625 2626 2627 2628 2629 2630
  \textbf{Description}: Disables kernel panic on setPowerState timeout.

  An additional security measure was added to macOS Catalina (10.15) causing
  kernel panic on power change timeout for Apple drivers. Sometimes it may cause
  issues on misconfigured hardware, notably digital audio, which sometimes fails
  to wake up. For debug kernels \texttt{setpowerstate\_panic=0} boot argument
  should be used, which is otherwise equivalent to this quirk.

G
Goldfish64 已提交
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643
\item
  \texttt{ProvideCurrentCpuInfo}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Requirement}: 10.8\\
  \textbf{Description}: Provides current CPU info to the kernel.

  This quirk currently provides the correct TSC and FSB values to the kernel, as well
  as disables CPU topology validation.

  \emph{Note}: These patches currently target Microsoft Hyper-V and may need to be extended for
  other purposes.

2644 2645 2646 2647 2648 2649 2650
\item
  \texttt{SetApfsTrimTimeout}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{-1}\\
  \textbf{Requirement}: 10.14 (not required for older)\\
  \textbf{Description}: Set trim timeout in microseconds for APFS filesystems on SSDs.

D
dakanji 已提交
2651 2652
  The APFS filesystem is designed in a way that the space controlled via
  the spaceman structure is either used or free. This may be different in
V
vit9696 已提交
2653 2654 2655
  other filesystems where the areas can be marked as used, free, and
  \emph{unmapped}. All free space is trimmed (unmapped/deallocated)
  at macOS startup. The trimming procedure for NVMe drives happens
D
dakanji 已提交
2656
  in LBA ranges due to the nature of the \texttt{DSM} command with
V
vit9696 已提交
2657
  up to 256 ranges per command. The more fragmented the memory
D
dakanji 已提交
2658 2659 2660 2661 2662 2663 2664 2665 2666 2667
  on the drive is, the more commands are necessary to trim
  all the free space.

  Depending on the SSD controller and the level of drive fragmenation, the trim
  procedure may take a considerable amount of time, causing noticeable boot slowdown.
  The APFS driver explicitly ignores previously unmapped areas and repeatedly trims
  them on boot. To mitigate against such boot slowdowns, the macOS driver introduced a
  timeout (\texttt{9.999999} seconds) that stops the trim operation when not finished in
  time.

2668
  On several controllers, such as Samsung, where the deallocation process is relatively slow,
D
dakanji 已提交
2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679
  this timeout can be reached very quickly. Essentially, it means that the level of
  fragmentation is high, thus macOS will attempt to trim the same lower blocks that
  have previously been deallocated, but never have enough time to deallocate higher
  blocks. The outcome is that trimming on such SSDs will be non-functional soon
  after installation, resulting in additional wear on the flash.

  One way to workaround the problem is to increase the timeout to an extremely
  high value, which at the cost of slow boot times (extra minutes) will
  ensure that all the blocks are trimmed. Set this option to a high value,
  such as \texttt{4294967295}, to ensure that all blocks are trimmed.
  Alternatively, use over-provisioning, if supported, or create
V
vit9696 已提交
2680
  a dedicated unmapped partition where the reserve blocks can be found
D
dakanji 已提交
2681 2682 2683
  by the controller. Conversely, the trim operation can be disabled by
  setting a very low timeout value. e.g. \texttt{999}. Refer to this
  \href{https://interface31.ru/tech_it/2015/04/mozhno-li-effektivno-ispolzovat-ssd-bez-podderzhki-trim.html}{article}
2684
  for details.
2685

V
vit9696 已提交
2686
\item
2687
  \texttt{ThirdPartyDrives}\\
V
vit9696 已提交
2688
  \textbf{Type}: \texttt{plist\ boolean}\\
2689
  \textbf{Failsafe}: \texttt{false}\\
2690
  \textbf{Requirement}: 10.6 (not required for older)\\
2691 2692 2693
  \textbf{Description}: Apply vendor patches to IOAHCIBlockStorage.kext to enable
  native features for third-party drives, such as TRIM on SSDs or hibernation
  support on 10.15 and newer.
V
vit9696 已提交
2694

2695
  \emph{Note}: This option may be avoided on user preference. NVMe SSDs are
V
vit9696 已提交
2696
  compatible without the change. For AHCI SSDs on modern macOS version there
2697 2698 2699
  is a dedicated built-in utility called \texttt{trimforce}. Starting from 10.15
  this utility creates \texttt{EnableTRIM} variable in \texttt{APPLE\_BOOT\_VARIABLE\_GUID}
  namespace with \texttt{01 00 00 00} value.
V
vit9696 已提交
2700 2701 2702 2703

\item
  \texttt{XhciPortLimit}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
2704
  \textbf{Failsafe}: \texttt{false}\\
2705
  \textbf{Requirement}: 10.11 (not required for older)\\
V
vit9696 已提交
2706 2707 2708
  \textbf{Description}: Patch various kexts (AppleUSBXHCI.kext, AppleUSBXHCIPCI.kext,
  IOUSBHostFamily.kext) to remove USB port count limit of 15 ports.

2709 2710
  \emph{Note}: This option should be avoided whenever possible. USB port limit
  is imposed by the amount of used bits in locationID format and there is no
V
vit9696 已提交
2711 2712
  possible way to workaround this without heavy OS modification. The only
  valid solution is to limit the amount of used ports to 15 (discarding some).
2713
  More details can be found on \href{https://applelife.ru/posts/550233}{AppleLife.ru}.
V
vit9696 已提交
2714 2715 2716

\end{enumerate}

2717 2718
\subsection{Scheme Properties}\label{kernelpropsscheme}

2719
These properties are particularly relevant for older macOS operating systems.
D
dakanji 已提交
2720 2721
Refer to the \hyperref[legacyapple]{Legacy Apple OS} section for details on how
to install and troubleshoot such macOS installations.
2722

2723
\begin{enumerate}
2724 2725 2726 2727 2728 2729 2730 2731 2732 2733
\item
  \texttt{CustomKernel}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Use customised kernel cache from the \texttt{Kernels}
  directory located at the root of the ESP partition.

  Unsupported platforms including \texttt{Atom} and \texttt{AMD} require modified versions
  of XNU kernel in order to boot. This option provides the possibility to using a customised
  kernel cache which contains such modifications from ESP partition.
2734 2735 2736 2737 2738 2739 2740

\item
  \texttt{FuzzyMatch}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Use \texttt{kernelcache} with different checksums when available.

D
dakanji 已提交
2741 2742
  On macOS 10.6 and earlier, \texttt{kernelcache} filename has a checksum, which essentially
  is \texttt{adler32} from SMBIOS product name and EfiBoot device path. On certain firmware,
D
dakanji 已提交
2743
  the EfiBoot device path differs between UEFI and macOS due to ACPI or hardware specifics,
2744 2745 2746 2747 2748 2749 2750 2751 2752
  rendering \texttt{kernelcache} checksum as always different.

  This setting allows matching the latest \texttt{kernelcache} with a suitable architecture
  when the \texttt{kernelcache} without suffix is unavailable, improving macOS 10.6 boot
  performance on several platforms.

\item
  \texttt{KernelArch}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
2753 2754
  \textbf{Failsafe}: \texttt{Auto} (Choose the preferred architecture automatically)\\
  \textbf{Description}: Prefer specified kernel architecture (\texttt{i386},
2755
  \texttt{i386-user32}, \texttt{x86\_64}) when available.
2756

D
dakanji 已提交
2757
  On macOS 10.7 and earlier, the XNU kernel can boot with architectures different from
2758 2759
  the usual \texttt{x86\_64}. This setting will use the specified architecture to boot
  macOS when it is supported by the macOS and the configuration:
2760 2761 2762 2763 2764

  \begin{itemize}
    \tightlist
    \item \texttt{i386} --- Use \texttt{i386} (32-bit) kernel when available.
    \item \texttt{i386-user32} --- Use \texttt{i386} (32-bit) kernel when available
2765
      and force the use of 32-bit userspace on 64-bit capable processors if supported
D
dakanji 已提交
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776
      by the operating system.
      \begin{itemize}
        \tightlist
        \item On macOS, 64-bit capable processors are assumed to
          support \texttt{SSSE3}. This is not the case for older 64-bit capable Pentium
          processors, which cause some applications to crash on macOS~10.6. This behaviour
          corresponds to the \texttt{-legacy} kernel boot argument.
        \item This option is unavailable on macOS~10.4 and 10.5 when running on 64-bit firmware
          due to an uninitialised 64-bit segment in the XNU kernel, which causes AppleEFIRuntime
          to incorrectly execute 64-bit code as 16-bit code.
      \end{itemize}
2777 2778 2779
    \item \texttt{x86\_64} --- Use \texttt{x86\_64} (64-bit) kernel when available.
  \end{itemize}

D
dakanji 已提交
2780
  The algorithm used to determine the preferred kernel architecture is set out below.
2781 2782 2783 2784

  \begin{enumerate}
    \tightlist
    \item \texttt{arch} argument in image arguments (e.g. when launched
2785
    via UEFI Shell) or in \texttt{boot-args} variable overrides any compatibility
2786
    checks and forces the specified architecture, completing this algorithm.
2787
    \item OpenCore build architecture restricts capabilities to \texttt{i386}
2788
      and \texttt{i386-user32} mode for the 32-bit firmware variant.
2789 2790
    \item Determined EfiBoot version restricts architecture choice:
      \begin{itemize}
2791
      \item 10.4-10.5 --- \texttt{i386} or \texttt{i386-user32} (only on 32-bit firmware)
V
vit9696 已提交
2792 2793
      \item 10.6 --- \texttt{i386}, \texttt{i386-user32}, or \texttt{x86\_64}
      \item 10.7 --- \texttt{i386} or \texttt{x86\_64}
2794 2795
      \item 10.8 or newer --- \texttt{x86\_64}
      \end{itemize}
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807
    \item If \texttt{KernelArch} is set to \texttt{Auto} and \texttt{SSSE3}
      is not supported by the CPU, capabilities are restricted to \texttt{i386-user32}
      if supported by EfiBoot.
    \item Board identifier (from SMBIOS) based on EfiBoot version
      disables \texttt{x86\_64} support on an unsupported model
      if any \texttt{i386} variant is supported. \texttt{Auto}
      is not consulted here as the list is not overridable in EfiBoot.
    \item \texttt{KernelArch} restricts the support to the explicitly
      specified architecture (when not set to \texttt{Auto}) if
      the architecture remains present in the capabilities.
    \item The best supported architecture is chosen in this order:
      \texttt{x86\_64}, \texttt{i386}, \texttt{i386-user32}.
2808 2809
  \end{enumerate}

D
dakanji 已提交
2810 2811 2812 2813 2814 2815
  Unlike macOS~10.7 (where certain board identifiers are treated as the \texttt{i386}
  only machines), and macOS~10.5 or earlier (where \texttt{x86\_64} is not supported
  by the macOS kernel), macOS~10.6 is very special. The architecture choice on macOS~10.6
  depends on many factors including not only the board identifier, but also the macOS
  product type (client vs server), macOS point release, and amount of RAM. The detection
  of all these is complicated and impractical, as several point releases had implementation
2816
  flaws resulting in a failure to properly execute the server detection in the first place.
D
dakanji 已提交
2817 2818 2819 2820 2821
  For this reason, OpenCore on macOS~10.6 falls back on the \texttt{x86\_64}
  architecture whenever it is supported by the board, as it is on macOS~10.7.

  A 64-bit Mac model compatibility matrix corresponding to actual
  EfiBoot behaviour on macOS 10.6.8 and 10.7.5 is outlined below.
2822

2823
  \begin{center}
2824
  \begin{tabular}{|p{0.9in}|c|c|c|c|}
2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844
  \hline
  \textbf{Model} & \textbf{10.6 (minimal)} & \textbf{10.6 (client)} & \textbf{10.6 (server)} & \textbf{10.7 (any)} \\
  \hline
  Macmini & 4,x (Mid 2010) & 5,x (Mid 2011) & 4,x (Mid 2010) & 3,x (Early 2009) \\
  \hline
  MacBook & Unsupported & Unsupported & Unsupported & 5,x (2009/09) \\
  \hline
  MacBookAir & Unsupported & Unsupported & Unsupported & 2,x (Late 2008) \\
  \hline
  MacBookPro & 4,x (Early 2008) & 8,x (Early 2011) & 8,x (Early 2011) & 3,x (Mid 2007) \\
  \hline
  iMac & 8,x (Early 2008) & 12,x (Mid 2011) & 12,x (Mid 2011) & 7,x (Mid 2007) \\
  \hline
  MacPro & 3,x (Early 2008) & 5,x (Mid 2010) & 3,x (Early 2008) & 3,x (Early 2008) \\
  \hline
  Xserve & 2,x (Early 2008) & 2,x (Early 2008) & 2,x (Early 2008) & 2,x (Early 2008) \\
  \hline
  \end{tabular}
  \end{center}

D
dakanji 已提交
2845 2846
  \emph{Note}: \texttt{3+2} and \texttt{6+4} hotkeys to choose the preferred architecture
  are unsupported as they are handled by EfiBoot and hence, difficult to detect.
2847

2848 2849 2850 2851 2852 2853 2854 2855
\item
  \texttt{KernelCache}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Auto}\\
  \textbf{Description}: Prefer specified kernel cache type (\texttt{Auto}, \texttt{Cacheless},
  \texttt{Mkext}, \texttt{Prelinked}) when available.

  Different variants of macOS support different kernel caching variants designed to improve
2856
  boot performance. This setting prevents the use of faster kernel caching variants
2857
  if slower variants are available for debugging and stability reasons. That is, by
2858
  specifying \texttt{Mkext}, \texttt{Prelinked} will be disabled for e.g. 10.6 but not for 10.7.
2859 2860 2861 2862

  The list of available kernel caching types and its current support in OpenCore is listed below.

  \begin{center}
2863
  \begin{tabular}{|p{0.67in}|c|c|c|c|c|c|c|}
2864 2865 2866
  \hline
  \textbf{macOS} & \textbf{i386 NC} & \textbf{i386 MK} & \textbf{i386 PK} & \textbf{x86\_64 NC} & \textbf{x86\_64 MK} & \textbf{x86\_64 PK} & \textbf{x86\_64 KC} \\
  \hline
V
vit9696 已提交
2867
  10.4 & YES & YES (V1) & NO (V1) & --- & --- & --- & --- \\
2868
  \hline
V
vit9696 已提交
2869
  10.5 & YES & YES (V1) & NO (V1) & --- & --- & --- & --- \\
2870
  \hline
V
vit9696 已提交
2871
  10.6 & YES & YES (V2) & YES (V2) & YES & YES (V2) & YES (V2) & --- \\
2872
  \hline
V
vit9696 已提交
2873
  10.7 & YES & --- & YES (V3) & YES & --- & YES (V3) & --- \\
2874
  \hline
V
vit9696 已提交
2875
  10.8-10.9 & --- & --- & --- & YES & --- & YES (V3) & --- \\
2876
  \hline
V
vit9696 已提交
2877
  10.10-10.15 & --- & --- & --- & --- & --- & YES (V3) & --- \\
2878
  \hline
2879
  11+ & --- & --- & --- & --- & --- & YES (V3) & YES \\
2880 2881 2882 2883
  \hline
  \end{tabular}
  \end{center}

D
dakanji 已提交
2884 2885 2886 2887
  \emph{Note}: The first version (V1) of the 32-bit \texttt{prelinkedkernel} is unsupported due to
  the corruption of kext symbol tables by the tools. On this version, the \texttt{Auto} setting will
  block \texttt{prelinkedkernel} booting. This also results in the \texttt{keepsyms=1} boot argument
  being non-functional for kext frames on these systems.
2888 2889 2890 2891

\end{enumerate}


V
vit9696 已提交
2892 2893 2894 2895
\section{Misc}\label{misc}

\subsection{Introduction}\label{miscintro}

2896 2897
This section contains miscellaneous configuration options affecting OpenCore operating system
loading behaviour in addition to other options that do not readily fit into other sections.
2898

D
dakanji 已提交
2899 2900 2901 2902
OpenCore broadly follows the ``bless'' model, also known as the ``Apple Boot Policy''. The primary purpose of
the ``bless'' model is to allow embedding boot options within the file system (and be accessible through a
specialised driver) as well as supporting a broader range of predefined boot paths as compared to the
removable media list set out in the UEFI specification.
2903

D
dakanji 已提交
2904 2905 2906
Partitions can only booted by OpenCore when they meet the requirements of a predefined \texttt{Scan policy}.
This policy sets out which specific file systems a partition must have, and which specific device types
a partition must be located on, to be made available by OpenCore as a boot option.
2907
Refer to the \texttt{ScanPolicy} property for details.
2908

D
dakanji 已提交
2909 2910 2911 2912 2913 2914 2915 2916 2917 2918
The scan process starts with enumerating all available partitions, filtered based on the \texttt{Scan policy}.
Each partition may generate multiple primary and alternate options. Primary options represent operating systems
installed on the media, while alternate options represent recovery options for the operating systems on the media.
\begin{itemize}
\tightlist
\item Alternate options may exist without primary options and vice versa.
\item Options may not necessarily represent operating systems on the same partition.
\item Each primary and alternate option can be an auxiliary option or not.
\begin{itemize}
\tightlist
2919
  \item Refer to the \texttt{HideAuxiliary} section for details.
D
dakanji 已提交
2920 2921
\end{itemize} \medskip
\end{itemize}
D
dakanji 已提交
2922 2923

The algorithm to determine boot options behaves as follows:
2924 2925 2926

\begin{enumerate}
\tightlist
D
dakanji 已提交
2927 2928 2929
\item Obtain all available partition handles filtered based on the \texttt{Scan policy} (and driver availability).
\item Obtain all available boot options from the \texttt{BootOrder} UEFI variable.
\item For each boot option found:
2930
  \begin{itemize}
D
dakanji 已提交
2931
  \item Retrieve the device path of the boot option.
2932 2933 2934
  % Scan policy restrictions are actually checked here as we want the function to be self-contained
  % for non-scan based startup.
  \item Perform fixups (e.g. NVMe subtype correction) and expansion (e.g. for Boot Camp) of the device path.
2935
  \item On failure, if it is an OpenCore custom entry device path, pre-construct the corresponding custom entry and succeed.
D
dakanji 已提交
2936 2937 2938 2939 2940 2941
  \item Obtain the device handle by locating the device path of the resulting device path (ignore it on failure).
  \item Locate the device handle in the list of partition handles (ignore it if missing).
  % To determine device path type we can use LocateDevicePath RemainingDevicePath argument.
  % Just check whether it points to the END device path.
  \item For disk device paths (not specifying a bootloader), execute ``bless'' (may return > 1 entry).
  \item For file device paths, check for presence on the file system directly.
2942
  % Just kill all \EFI\APPLE\ paths.
D
dakanji 已提交
2943
  \item On the OpenCore boot partition, exclude all OpenCore bootstrap files by file header checks.
2944 2945 2946 2947 2948 2949 2950
  \item Mark device handle as \textit{used} in the list of partition handles if any.
  % Each partition handle will basically have a list of boot option entries for later quick lookup.
  \item Register the resulting entries as primary options and determine their types. \\
  The option will become auxiliary for some types (e.g. Apple HFS recovery).
  \end{itemize}
\item For each partition handle:
  \begin{itemize}
D
dakanji 已提交
2951 2952 2953
  \item If the partition handle is marked as \textit{unused}, execute ``bless'' primary option list retrieval. \\
    In case a \texttt{BlessOverride} list is set, both standard and custom ``bless'' paths will be found.
  \item On the OpenCore boot partition, exclude OpenCore bootstrap files using header checks.
2954 2955 2956
  \item Register the resulting entries as primary options and determine their types if found. \\
  The option will become auxiliary for some types (e.g. Apple HFS recovery).
  % Looking up primary and alternate handles could be done per handle to make sure the list is ordered.
D
dakanji 已提交
2957
  \item If a partition already has any primary options of the ``Apple Recovery'' type, proceed to the next handle.
2958 2959 2960
  \item Lookup alternate entries by ``bless'' recovery option list retrieval and predefined paths.
  \item Register the resulting entries as alternate auxiliary options and determine their types if found.
  \end{itemize}
2961
\item Custom entries and tools, except such pre-constructed previously, are added as primary options without any checks with respect to \texttt{Auxiliary}.
D
dakanji 已提交
2962
\item System entries, such as \texttt{Reset NVRAM}, are added as primary auxiliary options.
2963 2964
\end{enumerate}

D
dakanji 已提交
2965 2966 2967 2968
The display order of the boot options in the OpenCore picker and the boot process
are determined separately from the scanning algorithm.

The display order as follows:
2969 2970 2971

\begin{itemize}
\tightlist
D
dakanji 已提交
2972
\item Alternate options follow corresponding primary options. That is, Apple recovery options will follow the
2973 2974
  relevant macOS option whenever possible.
\item Options will be listed in file system handle firmware order to maintain an established order across
D
dakanji 已提交
2975
  reboots regardless of the operating system chosen for loading.
2976
\item Custom entries, tools, and system entries will be added after all other options.
D
dakanji 已提交
2977 2978
\item Auxiliary options will only be displayed upon entering ``Extended Mode'' in the OpenCore picker
(typically by pressing the \texttt{Space} key).
2979 2980 2981 2982 2983
\end{itemize}

The boot process is as follows:
\begin{itemize}
\tightlist
D
dakanji 已提交
2984 2985
\item Look up the first valid primary option in the \texttt{BootNext} UEFI variable.
\item On failure, look up the first valid primary option in the \texttt{BootOrder} UEFI variable.
2986 2987 2988 2989 2990
\item Mark the option as the default option to boot.
\item Boot option through the picker or without it depending on the \texttt{ShowPicker} option.
\item Show picker on failure otherwise.
\end{itemize}

D
dakanji 已提交
2991
\emph{Note 1}: This process will only work reliably when the \texttt{RequestBootVarRouting}
V
vit9696 已提交
2992
option is enabled or the firmware does not control UEFI boot options (\texttt{OpenDuetPkg} or
D
dakanji 已提交
2993 2994 2995
custom BDS). When \texttt{LauncherOption} is not enabled, other operating systems may
overwrite OpenCore settings and this property should therefore be enabled when planning
to use other operating systems.
2996

D
dakanji 已提交
2997 2998 2999
\emph{Note 2}: UEFI variable boot options boot arguments will be removed, if present, as
they may contain arguments that can compromise the operating system, which is undesirable
when secure boot is enabled.
V
vit9696 已提交
3000

D
dakanji 已提交
3001 3002 3003
\emph{Note 3}: Some operating systems, such as Windows, may create a boot option and mark it as
the topmost option upon first boot or after NVRAM resets from within OpenCore. When this happens,
the default boot entry choice will remain changed until the next manual reconfiguration.
A
Andrey1970AppleLife 已提交
3004

V
vit9696 已提交
3005 3006
\subsection{Properties}\label{miscprops}

V
vit9696 已提交
3007
\begin{enumerate}
3008 3009 3010
\item
  \texttt{Boot}\\
  \textbf{Type}: \texttt{plist\ dict}\\
D
dakanji 已提交
3011
  \textbf{Description}: Apply the boot configuration described in the
3012 3013
  \hyperref[miscbootprops]{Boot Properties} section below.

3014 3015 3016
\item
  \texttt{BlessOverride}\\
  \textbf{Type}: \texttt{plist\ array}\\
D
dakanji 已提交
3017
  \textbf{Description}: Add custom scanning paths through the bless model.
3018

D
dakanji 已提交
3019
  To be filled with \texttt{plist\ string} entries containing
D
dakanji 已提交
3020
  absolute UEFI paths to customised bootloaders such as
3021
  \texttt{\textbackslash EFI\textbackslash debian\textbackslash grubx64.efi}
D
dakanji 已提交
3022 3023
  for the Debian bootloader. This allows non-standard boot paths to be automatically
  discovered by the OpenCore picker. Designwise, they are equivalent to predefined blessed paths, such as
3024 3025
  \texttt{\textbackslash System\textbackslash Library\textbackslash CoreServices\textbackslash boot.efi}
  or \texttt{\textbackslash EFI\textbackslash Microsoft\textbackslash Boot\textbackslash bootmgfw.efi},
D
dakanji 已提交
3026
  but unlike predefined bless paths, they have the highest priority.
3027

V
vit9696 已提交
3028 3029 3030
\item
  \texttt{Debug}\\
  \textbf{Type}: \texttt{plist\ dict}\\
D
dakanji 已提交
3031
  \textbf{Description}: Apply debug configuration described in the
V
vit9696 已提交
3032 3033
  \hyperref[miscdebugprops]{Debug Properties} section below.

3034 3035 3036
\item
  \texttt{Entries}\\
  \textbf{Type}: \texttt{plist\ array}\\
D
dakanji 已提交
3037
  \textbf{Description}: Add boot entries to OpenCore picker.
3038

D
dakanji 已提交
3039
  To be filled with \texttt{plist\ dict} values, describing each load entry.
3040
  Refer to the \hyperref[miscentryprops]{Entry Properties} section below for details.
3041

3042 3043 3044
\item
  \texttt{Security}\\
  \textbf{Type}: \texttt{plist\ dict}\\
D
dakanji 已提交
3045
  \textbf{Description}: Apply the security configuration described in the
3046 3047
  \hyperref[miscsecurityprops]{Security Properties} section below.

3048
\item
3049
  \texttt{Tools}\label{misctools}\\
3050
  \textbf{Type}: \texttt{plist\ array}\\
D
dakanji 已提交
3051
  \textbf{Description}: Add tool entries to the OpenCore picker.
3052

D
dakanji 已提交
3053
  To be filled with \texttt{plist\ dict} values, describing each load entry.
3054
  Refer to the \hyperref[miscentryprops]{Entry Properties} section below for details.
3055

D
dakanji 已提交
3056 3057 3058 3059 3060
  \emph{Note}: Certain UEFI tools, such as UEFI Shell, can be very dangerous and
  \textbf{MUST NOT} appear in production configurations, paticularly in vaulted
  configurations as well as those protected by secure boot, as such tools can be
  used to bypass the secure boot chain.
  Refer to the \hyperref[uefitools]{UEFI} section for examples of UEFI tools.
3061

V
vit9696 已提交
3062 3063
\end{enumerate}

3064 3065 3066 3067
\subsection{Boot Properties}\label{miscbootprops}

\begin{enumerate}

V
vit9696 已提交
3068 3069 3070 3071
\item
  \texttt{ConsoleAttributes}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
D
dakanji 已提交
3072 3073 3074 3075 3076
  \textbf{Description}: Sets specific attributes for the console.

  The text renderer supports colour arguments as a sum of foreground and background
  colours based on the UEFI specification. The value for black background and for
  black foreground, \texttt{0}, is reserved.
V
vit9696 已提交
3077

D
dakanji 已提交
3078
  List of colour values and names:
V
vit9696 已提交
3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107

  \begin{itemize}
  \tightlist
  \item \texttt{0x00} --- \texttt{EFI\_BLACK}
  \item \texttt{0x01} --- \texttt{EFI\_BLUE}
  \item \texttt{0x02} --- \texttt{EFI\_GREEN}
  \item \texttt{0x03} --- \texttt{EFI\_CYAN}
  \item \texttt{0x04} --- \texttt{EFI\_RED}
  \item \texttt{0x05} --- \texttt{EFI\_MAGENTA}
  \item \texttt{0x06} --- \texttt{EFI\_BROWN}
  \item \texttt{0x07} --- \texttt{EFI\_LIGHTGRAY}
  \item \texttt{0x08} --- \texttt{EFI\_DARKGRAY}
  \item \texttt{0x09} --- \texttt{EFI\_LIGHTBLUE}
  \item \texttt{0x0A} --- \texttt{EFI\_LIGHTGREEN}
  \item \texttt{0x0B} --- \texttt{EFI\_LIGHTCYAN}
  \item \texttt{0x0C} --- \texttt{EFI\_LIGHTRED}
  \item \texttt{0x0D} --- \texttt{EFI\_LIGHTMAGENTA}
  \item \texttt{0x0E} --- \texttt{EFI\_YELLOW}
  \item \texttt{0x0F} --- \texttt{EFI\_WHITE}
  \item \texttt{0x00} --- \texttt{EFI\_BACKGROUND\_BLACK}
  \item \texttt{0x10} --- \texttt{EFI\_BACKGROUND\_BLUE}
  \item \texttt{0x20} --- \texttt{EFI\_BACKGROUND\_GREEN}
  \item \texttt{0x30} --- \texttt{EFI\_BACKGROUND\_CYAN}
  \item \texttt{0x40} --- \texttt{EFI\_BACKGROUND\_RED}
  \item \texttt{0x50} --- \texttt{EFI\_BACKGROUND\_MAGENTA}
  \item \texttt{0x60} --- \texttt{EFI\_BACKGROUND\_BROWN}
  \item \texttt{0x70} --- \texttt{EFI\_BACKGROUND\_LIGHTGRAY}
  \end{itemize}

D
dakanji 已提交
3108 3109
  \emph{Note}: This option may not work well with the \texttt{System} text renderer.
  Setting a background different from black could help with testing GOP functionality.
V
vit9696 已提交
3110

3111 3112 3113
\item
  \texttt{HibernateMode}\\
  \textbf{Type}: \texttt{plist\ string}\\
3114
  \textbf{Failsafe}: \texttt{None}\\
3115 3116 3117 3118
  \textbf{Description}: Hibernation detection mode. The following modes are supported:

  \begin{itemize}
  \tightlist
3119
    \item \texttt{None} --- Ignore hibernation state.
3120 3121 3122 3123 3124
    \item \texttt{Auto} --- Use RTC and NVRAM detection.
    \item \texttt{RTC} --- Use RTC detection.
    \item \texttt{NVRAM} --- Use NVRAM detection.
  \end{itemize}

3125 3126 3127
  \emph{Note}: If the firmware can handle hibernation itself (valid for Mac EFI firmware),
  then \texttt{None} should be specified to hand-off hibernation state as is to OpenCore.

3128 3129 3130 3131
\item
  \texttt{HideAuxiliary}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3132
  \textbf{Description}: Set to \texttt{true} to hide auxiliary entries from the picker menu.
3133 3134 3135 3136 3137 3138

  An entry is considered auxiliary when at least one of the following applies:

  \begin{itemize}
  \tightlist
    \item Entry is macOS recovery.
3139
    \item Entry is macOS Time Machine.
3140
    \item Entry is explicitly marked as \texttt{Auxiliary}.
V
vit9696 已提交
3141
    \item Entry is system (e.g. \texttt{Reset NVRAM}).
3142 3143
  \end{itemize}

D
dakanji 已提交
3144 3145
  To display all entries, the picker menu can be reloaded into ``Extended Mode'' by pressing the
  \texttt{Spacebar} key. Hiding auxiliary entries may increase boot performance on multi-disk systems.
3146 3147 3148 3149 3150

\item
  \texttt{LauncherOption}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Disabled}\\
D
dakanji 已提交
3151
  \textbf{Description}: Register the launcher option in the firmware preferences for persistence.
3152 3153 3154 3155 3156 3157

  Valid values:

  \begin{itemize}
  \tightlist
  \item \texttt{Disabled} --- do nothing.
D
dakanji 已提交
3158 3159 3160 3161 3162 3163
  \item \texttt{Full} --- create or update the top priority
  boot option in UEFI variable storage at bootloader startup.
  \begin{itemize}
  \tightlist
    \item For this option to work, \texttt{RequestBootVarRouting} is required to be enabled.
  \end{itemize}
3164
  \item \texttt{Short} --- create a short boot option instead of a complete one.
D
dakanji 已提交
3165 3166 3167 3168
  \begin{itemize}
  \tightlist
    \item This variant is useful for some older types of firmware, typically from Insyde,
    that are unable to manage full device paths.
3169 3170 3171 3172 3173 3174 3175
  \end{itemize}
  \item \texttt{System} --- create no boot option but assume specified custom option is blessed.
    \begin{itemize}
  \tightlist
    \item This variant is useful when relying on \texttt{ForceBooterSignature} quirk and
    OpenCore launcher path management happens through \texttt{bless} utilities without
    involving OpenCore.
D
dakanji 已提交
3176
  \end{itemize} \medskip
3177 3178
  \end{itemize}

D
dakanji 已提交
3179 3180 3181 3182 3183
  This option allows integration with third-party operating system installation and upgrades
  (which may overwrite the \texttt{\textbackslash EFI\textbackslash BOOT\textbackslash BOOTx64.efi}
  file). The BOOTx64.efi file is no longer used for bootstrapping OpenCore if a custom option is created.
  The custom path used for bootstrapping can be specified by using the \texttt{LauncherPath} option.

3184 3185 3186
  \emph{Note 1}: Some types of firmware may have NVRAM implementation flaws, no boot option
  support, or other incompatibilities. While unlikely, the use of this option may result in
  boot failures and should only be used exclusively on boards known to be compatible. Refer to
D
dakanji 已提交
3187
  \href{https://github.com/acidanthera/bugtracker/issues/1222}{acidanthera/bugtracker\#1222}
3188
  for some known issues affecting Haswell and other boards.
3189

D
dakanji 已提交
3190
  \emph{Note 2}: While NVRAM resets executed from OpenCore would not typically erase the boot option
D
dakanji 已提交
3191
  created in \texttt{Bootstrap}, executing NVRAM resets prior to loading OpenCore will erase the boot
3192
  option. Therefore, for significant implementation updates, such as was the case with OpenCore 0.6.4,
3193
  an NVRAM reset should be executed with \texttt{Bootstrap} disabled, after which it can be re-enabled.
3194 3195 3196 3197 3198

\item
  \texttt{LauncherPath}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Default}\\
D
dakanji 已提交
3199
  \textbf{Description}: Launch path for the \texttt{LauncherOption} property.
3200

D
dakanji 已提交
3201 3202
  \texttt{Default} points to \texttt{OpenCore.efi}. User specified paths,
  e.g. \texttt{\textbackslash EFI\textbackslash SomeLauncher.efi},
3203 3204 3205
  can be used to provide custom loaders, which are supposed to
  load \texttt{OpenCore.efi} themselves.

3206 3207 3208 3209
\item
  \texttt{PickerAttributes}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
D
dakanji 已提交
3210
  \textbf{Description}: Sets specific attributes for the OpenCore picker.
3211

D
dakanji 已提交
3212
  Different OpenCore pickers may be configured through the attribute mask containing
V
vit9696 已提交
3213 3214 3215 3216
  OpenCore-reserved (\texttt{BIT0}\textasciitilde\texttt{BIT15}) and OEM-specific
  (\texttt{BIT16}\textasciitilde\texttt{BIT31}) values.

  Current OpenCore values include:
3217 3218 3219

  \begin{itemize}
  \tightlist
V
vit9696 已提交
3220 3221
  \item \texttt{0x0001} --- \texttt{OC\_ATTR\_USE\_VOLUME\_ICON}, provides custom icons
    for boot entries:
3222

3223
    OpenCore will attempt loading a volume icon by searching
D
dakanji 已提交
3224
    as follows, and will fallback to the default icon on failure:
3225 3226
    \begin{itemize}
    \tightlist
3227
      \item \texttt{.VolumeIcon.icns} file at \texttt{Preboot} volume in per-volume directory
D
dakanji 已提交
3228
       (\texttt{/System/Volumes/Preboot/\{GUID\}/} when mounted at the default location within
3229
       macOS) for APFS (if present).
D
dakanji 已提交
3230 3231
      \item \texttt{.VolumeIcon.icns} file at the \texttt{Preboot} volume root
      (\texttt{/System/Volumes/Preboot/}, when mounted at the default location within macOS)
3232
      for APFS (otherwise).
D
dakanji 已提交
3233
      \item \texttt{.VolumeIcon.icns} file at the volume root for other filesystems.
3234
    \end{itemize} \medskip
3235

D
dakanji 已提交
3236 3237 3238 3239 3240 3241 3242 3243
    \emph{Note 1}: The Apple picker partially supports placing a volume icon file
    at the operating system's \texttt{Data} volume root, \texttt{/System/Volumes/Data/}, when
    mounted at the default location within macOS. This approach is flawed: the file is neither
    accessible to OpenCanopy nor to the Apple picker when FileVault 2, which is meant to be the
    default choice, is enabled. Therefore, OpenCanopy does not attempt supporting Apple's approach.
    A volume icon file may be placed at the root of the \texttt{Preboot} volume for compatibility
    with both OpenCanopy and the Apple picker, or use the \texttt{Preboot} per-volume location as
    above with OpenCanopy as a preferred alternative to Apple's approach. \medskip
3244 3245

    \emph{Note 2}: Be aware that using a volume icon on any drive overrides the normal
D
dakanji 已提交
3246 3247
    OpenCore picker behaviour for that drive of selecting the appropriate icon depending
    on whether the drive is internal or external. \medskip
3248

V
vit9696 已提交
3249
  \item \texttt{0x0002} --- \texttt{OC\_ATTR\_USE\_DISK\_LABEL\_FILE}, provides custom
3250 3251
    prerendered titles for boot entries from \texttt{.disk\_label} (\texttt{.disk\_label\_2x})
    file next to the bootloader for all filesystems.
D
dakanji 已提交
3252
    Prerendered labels can be generated via the \texttt{disklabel} utility or the \texttt{bless} command.
3253 3254 3255
    When disabled or missing, label text in (\texttt{.contentDetails}
    or \texttt{.disk\_label.contentDetails}) will be rendered if present instead, otherwise
    the entry name itself will be rendered.
V
vit9696 已提交
3256
  \item \texttt{0x0004} --- \texttt{OC\_ATTR\_USE\_GENERIC\_LABEL\_IMAGE}, provides predefined
D
dakanji 已提交
3257 3258
    label images for boot entries without custom entries. This may however give less detail for
    the actual boot entry.
3259 3260 3261
  \item \texttt{0x0008} --- \texttt{OC\_ATTR\_HIDE\_THEMED\_ICONS}, prefers builtin icons
    for certain icon categories to match the theme style. For example, this could force
    displaying the builtin Time Machine icon. Requires \texttt{OC\_ATTR\_USE\_VOLUME\_ICON}.
D
dakanji 已提交
3262 3263
  \item \texttt{0x0010} --- \texttt{OC\_ATTR\_USE\_POINTER\_CONTROL}, enables pointer control
  in the OpenCore picker when available. For example, this could make use of mouse or trackpad to
3264
  control UI elements.
3265
  \item \texttt{0x0020} --- \texttt{OC\_ATTR\_SHOW\_DEBUG\_DISPLAY}, enable display of additional
3266 3267
  timing and debug information, in Builtin picker in \texttt{DEBUG} and \texttt{NOOPT}
  builds only.
M
MikeBeaton 已提交
3268 3269
  \item \texttt{0x0040} --- \texttt{OC\_ATTR\_USE\_MINIMAL\_UI}, use minimal UI display, no
  Shutdown or Restart buttons, affects OpenCanopy and builtin picker.
3270 3271 3272
  \item \texttt{0x0080} --- \texttt{OC\_ATTR\_USE\_FLAVOUR\_ICON}\label{oc-attr-use-flavour-icon},
  provides flexible boot entry content description, suitable for picking the best media across
  different content sets:
3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323

  When enabled, the entry icon in OpenCanopy and the audio assist entry sound in OpenCanopy
  and builtin boot picker are chosen by something called content flavour. To determine
  content flavour the following algorithm is used:

    \begin{itemize}
    \tightlist
      \item For a Tool the value is read from \texttt{Flavour} field.
      \item For an automatically discovered entry it is read from the \texttt{.contentFlavour}
      file next to the bootloader, if present.
      \item For a custom entry it is read from the \texttt{.contentFlavour} file next to the
      bootloader if \texttt{Flavour} is \texttt{Auto}, otherwise specified via the \texttt{Flavour}
      value itself.
      \item If read flavour is \texttt{Auto} or there is no \texttt{.contentFlavour}, entry
      flavour is chosen based on the entry type (e.g. Windows automatically gets Windows flavour).
    \end{itemize}
    \medskip

  The Flavour value is a sequence of \texttt{:} separated names limited to 64 characters of
  printable 7-bit ASCII. This is designed to support up to approximately five names. Each name
  refers to a flavour, with the first name having the highest priority and the last name having
  the lowest priority. Such a structure allows describing an entry in a more specific way, with
  icons selected flexibly depending on support by the audio-visual pack. A missing audio or icon
  file means the next flavour should be tried, and if all are missing the choice happens based
  on the type of the entry.
  Example flavour values: \texttt{BigSur:Apple}, \texttt{Windows10:Windows}. \texttt{OpenShell:UEFIShell:Shell}.
  \medskip

  Using flavours means that you can switch between icon sets easily, with the flavour selecting
  the best available icons from each set. E.g. specifying icon flavour \texttt{Debian:Linux}
  will use the icon \texttt{Debian.icns} if provided, then will try \texttt{Linux.icns}, then will
  fall back to the default for an OS, which is \texttt{HardDrive.icns}.
  \medskip

  Things to keep in mind:

    \begin{itemize}
    \tightlist
      \item For security reasons \texttt{Ext<Flavour>.icns} and \texttt{<Flavour>.icns} are both
      supported, and only \texttt{Ext<Flavour>.icns} will be used if the entry is on an external drive
      (followed by default fallback \texttt{ExtHardDrive.icns}).
      \item Where both apply \texttt{.VolumeIcon.icns} takes precence over \texttt{.contentFlavour}.
      \item In order to allow icons and audio assist to work correctly for tools (e.g. for UEFI Shell),
      system default boot entry icons (see \texttt{Docs/Flavours.md}) specified in the \texttt{Flavour}
      setting for \texttt{Tools} or \texttt{Entries} will continue to apply even when flavour is disabled.
      Non-system icons will be ignored in this  case. In addition, the flavours \texttt{UEFIShell} and
      \texttt{NVRAMReset} are given special processing, identifying their respective tools to apply correct
      audio-assist, default builtin labels, etc.
      \item A list of recommended flavours is provided in \texttt{Docs/Flavours.md}.
    \end{itemize}
    \medskip
3324 3325
  \end{itemize}

3326 3327 3328 3329
\item
  \texttt{PickerAudioAssist}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3330
  \textbf{Description}: Enable screen reader by default in the OpenCore picker.
3331

D
dakanji 已提交
3332 3333 3334 3335 3336
  For the macOS bootloader, screen reader preference is set in the \texttt{preferences.efires}
  archive in the \texttt{isVOEnabled.int32} file and is controlled by the operating system.
  For OpenCore screen reader support, this option is an independent equivalent.
  Toggling screen reader support in both the OpenCore picker and the macOS bootloader
  FileVault 2 login window can also be done by using the \texttt{Command} + \texttt{F5} key
3337 3338
  combination.

D
dakanji 已提交
3339
  \emph{Note}: The screen reader requires working audio support. Refer to the
3340
  \hyperref[uefiaudioprops]{\texttt{UEFI Audio Properties}} section for details.
3341

3342 3343 3344 3345
\item
  \texttt{PollAppleHotKeys}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3346
  \textbf{Description}: Enable \texttt{modifier hotkey} handling in the OpenCore picker.
3347

3348 3349
  In addition to \texttt{action hotkeys}, which are partially described in the \texttt{PickerMode}
  section and are typically handled by Apple BDS, modifier keys handled by the operating system
D
dakanji 已提交
3350 3351 3352 3353 3354
  bootloader (\texttt{boot.efi}) also exist. These keys allow changing the behaviour of the
  operating system by providing different boot modes.

  On certain firmware, using modifier keys may be problematic due to driver incompatibilities.
  To workaround this problem, this option allows registering certain hotkeys in a more permissive
3355 3356 3357 3358
  manner from within the OpenCore picker. Such extensions include support for tapping on key
  combinations before selecting the boot item, and for reliable detection of the \texttt{Shift} key
  when selecting the boot item, in order to work around the fact that hotkeys which are continuously
  held during boot cannot be reliably detected on many PS/2 keyboards.
D
dakanji 已提交
3359 3360

  This list of known \texttt{modifier hotkeys} includes:
3361 3362 3363 3364 3365 3366 3367
  \begin{itemize}
  \tightlist
  \item \texttt{CMD+C+MINUS} --- disable board compatibility checking.
  \item \texttt{CMD+K} --- boot release kernel, similar to \texttt{kcsuffix=release}.
  \item \texttt{CMD+S} --- single user mode.
  \item \texttt{CMD+S+MINUS} --- disable KASLR slide, requires disabled SIP.
  \item \texttt{CMD+V} --- verbose mode.
3368 3369
  \item \texttt{Shift+Enter}, \texttt{Shift+Index} --- safe mode, may be used in
  combination with \texttt{CTRL+Enter}, \texttt{CTRL+Index}.
3370 3371
  \end{itemize}

3372 3373 3374
\item
  \texttt{ShowPicker}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
3375
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3376
  \textbf{Description}: Show a simple picker to allow boot entry selection.
3377

3378 3379 3380 3381
\item
  \texttt{TakeoffDelay}\\
  \textbf{Type}: \texttt{plist\ integer}, 32 bit\\
  \textbf{Failsafe}: \texttt{0}\\
D
dakanji 已提交
3382 3383
  \textbf{Description}: Delay in microseconds executed before handling
  the OpenCore picker startup and \texttt{action hotkeys}.
3384 3385

  Introducing a delay may give extra time to hold the right \texttt{action hotkey}
D
dakanji 已提交
3386 3387 3388
  sequence to, for instance, boot into recovery mode. On some platforms, setting this
  option to a minimum of \texttt{5000-10000} microseconds may be required to access
  \texttt{action hotkeys} due to the nature of the keyboard driver.
3389

3390 3391 3392
\item
  \texttt{Timeout}\\
  \textbf{Type}: \texttt{plist\ integer}, 32 bit\\
3393
  \textbf{Failsafe}: \texttt{0}\\
D
dakanji 已提交
3394 3395
  \textbf{Description}: Timeout in seconds in the OpenCore picker before
  automatic booting of the default boot entry. Set to \texttt{0} to disable.
3396

3397
\item
3398
  \texttt{PickerMode}\\
3399 3400
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Builtin}\\
D
dakanji 已提交
3401
  \textbf{Description}: Choose picker used for boot management.
3402

D
dakanji 已提交
3403 3404 3405 3406
  \texttt{PickerMode} describes the underlying boot management with
  an optional user interface responsible for handling boot options.

  The following values are supported:
3407 3408 3409 3410

  \begin{itemize}
  \tightlist
  \item \texttt{Builtin} --- boot management is handled by OpenCore, a simple
D
dakanji 已提交
3411
  text-only user interface is used.
3412
  \item \texttt{External} --- an external boot management protocol is used
D
dakanji 已提交
3413
  if available. Otherwise, the \texttt{Builtin} mode is used.
3414
  \item \texttt{Apple} --- Apple boot management is used if available.
D
dakanji 已提交
3415
  Otherwise, the \texttt{Builtin} mode is used.
3416 3417
  \end{itemize}

D
dakanji 已提交
3418 3419 3420 3421 3422 3423 3424 3425
  Upon success, the \texttt{External} mode may entirely disable all boot management
  in OpenCore except for policy enforcement. In the \texttt{Apple} mode, it may
  additionally bypass policy enforcement. Refer to the \hyperref[ueficanopy]{OpenCanopy}
  plugin for an example of a custom user interface.

  The OpenCore built-in picker contains a set of actions chosen during the boot process.
  The list of supported actions is similar to Apple BDS and typically can be accessed by
  holding \texttt{action hotkeys} during the boot process.
3426

D
dakanji 已提交
3427
  The following actions are currently considered:
3428 3429 3430

  \begin{itemize}
  \tightlist
D
dakanji 已提交
3431 3432
  \item \texttt{Default} --- this is the default option, and it lets the built-in OpenCore
  picker load the default boot option as specified in the
3433
  \href{https://support.apple.com/HT202796}{Startup Disk} preference pane.
D
dakanji 已提交
3434 3435
  \item \texttt{ShowPicker} --- this option forces the OpenCore picker to be displayed. This can
  typically be achieved by holding the \texttt{OPT} key during boot. Setting \texttt{ShowPicker} to
3436
  \texttt{true} will make \texttt{ShowPicker} the default option.
D
dakanji 已提交
3437
  \item \texttt{ResetNvram} --- this option erases certain UEFI variables and is
D
dakanji 已提交
3438 3439
  normally executed by holding down the \texttt{CMD+OPT+P+R} key combination during boot.
  Another way to erase UEFI variables is to choose \texttt{Reset NVRAM} in the OpenCore picker.
3440
  This option requires \texttt{AllowNvramReset} to be set to \texttt{true}.
D
dakanji 已提交
3441 3442 3443 3444 3445 3446 3447
  \item \texttt{BootApple} --- this options performs booting to the first Apple
  operating system found unless the chosen default operating system is one from Apple.
  Hold the \texttt{X} key down to choose this option.
  \item \texttt{BootAppleRecovery} --- this option performs booting into the Apple operating
  system recovery partition. This is either that related to the default chosen operating system,
  or first one found when the chosen default operating system is not from Apple or does not have
  a recovery partition. Hold the \texttt{CMD+R} key combination down to choose this option.
3448 3449
  \end{itemize}

3450 3451 3452
  \emph{Note 1}: On non-Apple firmware \texttt{KeySupport}, \texttt{OpenUsbKbDxe}, or similar drivers are
  required for key handling. However, not all of the key handling functions can be implemented on several
  types of firmware.
3453

3454 3455 3456 3457 3458 3459 3460
  \emph{Note 2}: In addition to \texttt{OPT}, OpenCore supports using both the \texttt{Escape}
  and \texttt{Zero} keys to enter the OpenCore picker when \texttt{ShowPicker} is disabled.
  \texttt{Escape} exists to support co-existence with the Apple picker (including OpenCore \texttt{Apple}
  picker mode) and to support firmware that fails to report held \texttt{OPT} key, as on some PS/2 keyboards.
  In addition, \texttt{Zero} is provided to support systems on which \texttt{Escape} is already assigned to
  some other pre-boot firmware feature. In systems which do not require \texttt{KeySupport}, pressing and
  holding one of these keys from after power on until the picker appears should always be successful. The
3461
  same should apply when using \texttt{KeySupport} mode if it is correctly configured for the system, i.e.
3462 3463
  with a long enough \texttt{KeyForgetThreshold}. If pressing and holding the key is not successful to reliably
  enter the picker, multiple repeated keypresses may be tried instead.
D
dakanji 已提交
3464

D
dakanji 已提交
3465
  \emph{Note 3}: On Macs with problematic GOP, it may be difficult to access the Apple picker.
D
dakanji 已提交
3466 3467
  The \texttt{BootKicker} utility can be blessed to workaround this problem even without loading
  OpenCore. On some Macs however, the \texttt{BootKicker} utility cannot be run from OpenCore.
3468

3469 3470 3471 3472
\item
  \texttt{PickerVariant}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Auto}\\
D
dakanji 已提交
3473
  \textbf{Description}: Choose specific icon set to be used for boot management.
3474

3475 3476 3477 3478 3479 3480 3481 3482
  An icon set is a directory path relative to \texttt{Resources\textbackslash Image},
  where the icons and an optional manifest are located. It is recommended for
  the artists to use provide their sets in the \texttt{Vendor\textbackslash Set} format,
  e.g. \texttt{Acidanthera\textbackslash GoldenGate}.

  Sample resources provided as a part of
  \href{https://github.com/acidanthera/OcBinaryData}{OcBinaryData repository}
  provide the following icon set:
3483
  \begin{itemize}
3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496
    \tightlist
    \item \texttt{Acidanthera\textbackslash GoldenGate} --- macOS 11 styled icon set.
    \item \texttt{Acidanthera\textbackslash Syrah} --- macOS 10.10 styled icon set.
    \item \texttt{Acidanthera\textbackslash Chardonnay} --- macOS 10.4 styled icon set.
  \end{itemize}

  For convenience purposes there also are predefined aliases:
  \begin{itemize}
    \tightlist
    \item \texttt{Auto} --- Automatically select one set of icons based on the \texttt{DefaultBackground}
      colour: \texttt{Acidanthera\textbackslash GoldenGate} for Syrah Black and
      \texttt{Acidanthera\textbackslash Chardonnay} for Light Gray.
    \item \texttt{Default} --- \texttt{Acidanthera\textbackslash GoldenGate}.
3497 3498
  \end{itemize}

3499 3500
\end{enumerate}

V
vit9696 已提交
3501 3502 3503 3504
\subsection{Debug Properties}\label{miscdebugprops}

\begin{enumerate}

3505 3506 3507 3508
\item
  \texttt{AppleDebug}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3509
  \textbf{Description}: Enable writing the \texttt{boot.efi} debug log to the OpenCore log.
3510 3511 3512

  \emph{Note}: This option only applies to 10.15.4 and newer.

3513 3514 3515 3516
\item
  \texttt{ApplePanic}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3517
  \textbf{Description}: Save macOS kernel panic output to the OpenCore root partition.
3518 3519

  The file is saved as \texttt{panic-YYYY-MM-DD-HHMMSS.txt}. It is strongly
D
dakanji 已提交
3520 3521 3522
  recommended to set the \texttt{keepsyms=1} boot argument to see debug symbols
  in the panic log. In cases where it is not present, the \texttt{kpdescribe.sh}
  utility (bundled with OpenCore) may be used to partially recover the stacktrace.
3523

D
dakanji 已提交
3524 3525
  Development and debug kernels produce more useful kernel panic logs.
  Consider downloading and installing the \texttt{KernelDebugKit} from
3526
  \href{https://developer.apple.com}{developer.apple.com} when debugging a problem.
D
dakanji 已提交
3527 3528
  To activate a development kernel, the boot argument \texttt{kcsuffix=development} should be added.
  Use the \texttt{uname -a} command to ensure that the current loaded
3529 3530
  kernel is a development (or a debug) kernel.

D
dakanji 已提交
3531 3532 3533 3534
  In cases where the OpenCore kernel panic saving mechanism is not used, kernel panic
  logs may still be found in the \texttt{/Library/Logs/DiagnosticReports} directory.

  Starting with macOS Catalina, kernel panics are stored in JSON format and thus
3535 3536 3537 3538 3539 3540 3541
  need to be preprocessed before passing to \texttt{kpdescribe.sh}:

\begin{lstlisting}[label=kpanic, style=ocbash]
cat Kernel.panic | grep macOSProcessedStackshotData |
  python -c 'import json,sys;print(json.load(sys.stdin)["macOSPanicString"])'
\end{lstlisting}

3542 3543 3544
\item
  \texttt{DisableWatchDog}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
3545
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3546
  \textbf{Description}: Some types of firmware may not succeed in booting
D
dakanji 已提交
3547 3548
  the operating system quickly, especially in debug mode. This results in the
  watchdog timer aborting the process. This option turns off the watchdog timer.
3549

V
vit9696 已提交
3550
\item
V
vit9696 已提交
3551
  \texttt{DisplayDelay}\\
V
vit9696 已提交
3552
  \textbf{Type}: \texttt{plist\ integer}\\
3553
  \textbf{Failsafe}: \texttt{0}\\
D
dakanji 已提交
3554
  \textbf{Description}: Delay in microseconds executed after
V
vit9696 已提交
3555
  every printed line visible onscreen (i.e. console).
V
vit9696 已提交
3556

3557 3558 3559
\item
  \texttt{DisplayLevel}\\
  \textbf{Type}: \texttt{plist\ integer}, 64 bit\\
3560
  \textbf{Failsafe}: \texttt{0}\\
3561 3562
  \textbf{Description}: EDK II debug level bitmask (sum) showed onscreen.
  Unless \texttt{Target} enables console (onscreen) printing,
D
dakanji 已提交
3563 3564 3565
  onscreen debug output will not be visible.

  The following levels are supported (discover more in
3566
  \href{https://github.com/acidanthera/audk/blob/master/MdePkg/Include/Library/DebugLib.h}{DebugLib.h}):
3567 3568 3569

  \begin{itemize}
  \tightlist
3570
    \item \texttt{0x00000002} (bit \texttt{1}) --- \texttt{DEBUG\_WARN} in \texttt{DEBUG},
3571
      \texttt{NOOPT}, \texttt{RELEASE}.
3572
    \item \texttt{0x00000040} (bit \texttt{6}) --- \texttt{DEBUG\_INFO} in \texttt{DEBUG},
3573
      \texttt{NOOPT}.
3574 3575
    \item \texttt{0x00400000} (bit \texttt{22}) --- \texttt{DEBUG\_VERBOSE} in custom builds.
    \item \texttt{0x80000000} (bit \texttt{31}) --- \texttt{DEBUG\_ERROR} in \texttt{DEBUG},
3576 3577 3578
      \texttt{NOOPT}, \texttt{RELEASE}.
  \end{itemize}

3579 3580 3581 3582 3583 3584 3585 3586
\item
  \texttt{SerialInit}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Perform serial port initialisation.

  This option will perform serial port initialisation within OpenCore prior to enabling
  (any) debug logging. Serial port configuration is defined via PCDs at compile time
D
dakanji 已提交
3587 3588 3589
  in \texttt{gEfiMdeModulePkgTokenSpaceGuid} GUID.

  Default values as found in \texttt{MdeModulePkg.dec} are as follows:
3590

3591 3592 3593 3594 3595 3596
  \begin{itemize}
  \tightlist
    \item \texttt{PcdSerialBaudRate} --- Baud rate: \texttt{115200}.
    \item \texttt{PcdSerialLineControl} --- Line control: no parity, 8 data bits, 1 stop bit.
  \end{itemize}

3597
  Refer to the \hyperref[troubleshootingdebug]{\texttt{Debugging}} section for details.
3598

3599 3600 3601 3602 3603 3604
\item
  \texttt{SysReport}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Produce system report on ESP folder.

D
dakanji 已提交
3605 3606
  This option will create a \texttt{SysReport} directory in the ESP partition
  unless already present. The directory will contain ACPI, SMBIOS, and audio codec dumps.
G
Goldfish64 已提交
3607
  Audio codec dumps require an audio backend driver to be loaded.
3608

D
dakanji 已提交
3609 3610
  \emph{Note}: To maintain system integrity, the \texttt{SysReport} option is \textbf{not}
  available in \texttt{RELEASE} builds. Use a \texttt{DEBUG} build if this option is required.
3611

V
vit9696 已提交
3612 3613 3614
\item
  \texttt{Target}\\
  \textbf{Type}: \texttt{plist\ integer}\\
3615
  \textbf{Failsafe}: \texttt{0}\\
V
vit9696 已提交
3616
  \textbf{Description}: A bitmask (sum) of enabled logging targets.
D
dakanji 已提交
3617 3618
  Logging output is hidden by default and this option must be set
  when such output is required, such as when debugging.
3619 3620

  The following logging targets are supported:
V
vit9696 已提交
3621 3622 3623

  \begin{itemize}
  \tightlist
3624 3625 3626 3627 3628
    \item \texttt{0x01} (bit \texttt{0}) --- Enable logging, otherwise all log is discarded.
    \item \texttt{0x02} (bit \texttt{1}) --- Enable basic console (onscreen) logging.
    \item \texttt{0x04} (bit \texttt{2}) --- Enable logging to Data Hub.
    \item \texttt{0x08} (bit \texttt{3}) --- Enable serial port logging.
    \item \texttt{0x10} (bit \texttt{4}) --- Enable UEFI variable logging.
D
dakanji 已提交
3629
    \item \texttt{0x20} (bit \texttt{5}) --- Enable \texttt{non-volatile} UEFI variable logging.
3630
    \item \texttt{0x40} (bit \texttt{6}) --- Enable logging to file.
V
vit9696 已提交
3631 3632
  \end{itemize}

D
dakanji 已提交
3633
  Console logging prints less than the other variants.
V
vit9696 已提交
3634 3635 3636
  Depending on the build type (\texttt{RELEASE}, \texttt{DEBUG}, or
  \texttt{NOOPT}) different amount of logging may be read (from least to most).

D
dakanji 已提交
3637 3638
  To obtain Data Hub logs, use the following command in macOS
  (Note that Data Hub logs do not log kernel and kext patches):
V
vit9696 已提交
3639
\begin{lstlisting}[label=dhublog, style=ocbash]
V
vit9696 已提交
3640
ioreg -lw0 -p IODeviceTree | grep boot-log | sort | sed 's/.*<\(.*\)>.*/\1/' | xxd -r -p
V
vit9696 已提交
3641 3642
\end{lstlisting}

D
dakanji 已提交
3643 3644 3645 3646 3647 3648
  UEFI variable log does not include some messages and has no performance data. To maintain system
  integrity, the log size is limited to 32 kilobytes. Some types of firmware may truncate it much
  earlier or drop completely if they have no memory. Using the \texttt{non-volatile} flag will cause
  the log to be written to NVRAM flash after every printed line.

  To obtain UEFI variable logs, use the following command in macOS:
V
vit9696 已提交
3649
\begin{lstlisting}[label=nvramlog, style=ocbash]
3650
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-log |
V
vit9696 已提交
3651 3652 3653
  awk '{gsub(/%0d%0a%00/,"");gsub(/%0d%0a/,"\n")}1'
\end{lstlisting}

D
dakanji 已提交
3654 3655 3656
  \textbf{Warning}: Certain firmware appear to have defective NVRAM garbage collection.
  As a result, they may not be able to always free space after variable deletion. Do not
  enable \texttt{non-volatile} NVRAM logging on such devices unless specifically required.
3657

D
dakanji 已提交
3658 3659 3660
  While the OpenCore boot log already contains basic version information including build type
  and date, this information may also be found in the \texttt{opencore-version} NVRAM variable
  even when boot logging is disabled.
V
vit9696 已提交
3661

D
dakanji 已提交
3662 3663 3664 3665 3666
  File logging will create a file named \texttt{opencore-YYYY-MM-DD-HHMMSS.txt} (in UTC) under
  the EFI volume root with log contents (the upper case letter sequence is replaced with date
  and time from the firmware). Please be warned that some file system drivers present in
  firmware are not reliable and may corrupt data when writing files through UEFI. Log
  writing is attempted in the safest manner and thus, is very slow. Ensure that
3667
  \texttt{DisableWatchDog} is set to \texttt{true} when a slow drive is used. Try to
3668
  avoid frequent use of this option when dealing with flash drives as large I/O
D
dakanji 已提交
3669
  amounts may speed up memory wear and render the flash drive unusable quicker.
V
vit9696 已提交
3670

3671
  When interpreting the log, note that the lines are prefixed with a tag describing
D
dakanji 已提交
3672 3673 3674 3675
  the relevant location (module) of the log line allowing better attribution of the
  line to the functionality.

  The list of currently used tags is as follows.
3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688

  \textbf{Drivers and tools}:
  \begin{itemize}
  \tightlist
  \item \texttt{BMF} --- OpenCanopy, bitmap font
  \item \texttt{BS} --- Bootstrap
  \item \texttt{GSTT} --- GoptStop
  \item \texttt{HDA} --- AudioDxe
  \item \texttt{KKT} --- KeyTester
  \item \texttt{MMDD} --- MmapDump
  \item \texttt{OCPAVP} --- PavpProvision
  \item \texttt{OCRST} --- ResetSystem
  \item \texttt{OCUI} --- OpenCanopy
3689
  \item \texttt{OC} --- OpenCore main, also OcMainLib
3690
  \item \texttt{VMOPT} --- VerifyMemOpt
3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703
  \end{itemize}

  \textbf{Libraries}:
  \begin{itemize}
  \tightlist
  \item \texttt{AAPL} --- OcDebugLogLib, Apple EfiBoot logging
  \item \texttt{OCABC} --- OcAfterBootCompatLib
  \item \texttt{OCAE} --- OcAppleEventLib
  \item \texttt{OCAK} --- OcAppleKernelLib
  \item \texttt{OCAU} --- OcAudioLib
  \item \texttt{OCA} ---- OcAcpiLib
  \item \texttt{OCBP} --- OcAppleBootPolicyLib
  \item \texttt{OCB} --- OcBootManagementLib
3704
  \item \texttt{OCLBT} --- OcBlitLib
3705 3706 3707
  \item \texttt{OCCL} --- OcAppleChunkListLib
  \item \texttt{OCCPU} --- OcCpuLib
  \item \texttt{OCC} --- OcConsoleLib
3708
  \item \texttt{OCDC} --- OcDriverConnectionLib
3709 3710
  \item \texttt{OCDH} --- OcDataHubLib
  \item \texttt{OCDI} --- OcAppleDiskImageLib
3711
  \item \texttt{OCDM} --- OcDeviceMiscLib
3712 3713 3714
  \item \texttt{OCFS} --- OcFileLib
  \item \texttt{OCFV} --- OcFirmwareVolumeLib
  \item \texttt{OCHS} --- OcHashServicesLib
3715
  \item \texttt{OCI4} --- OcAppleImg4Lib
3716 3717 3718 3719 3720
  \item \texttt{OCIC} --- OcImageConversionLib
  \item \texttt{OCII} --- OcInputLib
  \item \texttt{OCJS} --- OcApfsLib
  \item \texttt{OCKM} --- OcAppleKeyMapLib
  \item \texttt{OCL} --- OcDebugLogLib
3721
  \item \texttt{OCM} --- OcMiscLib
3722 3723 3724
  \item \texttt{OCMCO} --- OcMachoLib
  \item \texttt{OCME} --- OcHeciLib
  \item \texttt{OCMM} --- OcMemoryLib
3725
  \item \texttt{OCPE} --- OcPeCoffLib, OcPeCoffExtLib
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740
  \item \texttt{OCPI} --- OcFileLib, partition info
  \item \texttt{OCPNG} --- OcPngLib
  \item \texttt{OCRAM} --- OcAppleRamDiskLib
  \item \texttt{OCRTC} --- OcRtcLib
  \item \texttt{OCSB} --- OcAppleSecureBootLib
  \item \texttt{OCSMB} --- OcSmbiosLib
  \item \texttt{OCSMC} --- OcSmcLib
  \item \texttt{OCST} --- OcStorageLib
  \item \texttt{OCS} --- OcSerializedLib
  \item \texttt{OCTPL} --- OcTemplateLib
  \item \texttt{OCUC} --- OcUnicodeCollationLib
  \item \texttt{OCUT} --- OcAppleUserInterfaceThemeLib
  \item \texttt{OCXML} --- OcXmlLib
  \end{itemize}

V
vit9696 已提交
3741
\end{enumerate}
V
vit9696 已提交
3742

3743 3744 3745
\subsection{Security Properties}\label{miscsecurityprops}

\begin{enumerate}
3746

3747 3748 3749 3750 3751
\item
  \texttt{AllowNvramReset}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Allow \texttt{CMD+OPT+P+R} handling and enable
D
dakanji 已提交
3752
  showing \texttt{NVRAM Reset} entry in OpenCore picker.
3753

3754
  \emph{Note 1}: It is known that some Lenovo laptops have a firmware
3755
  bug, which makes them unbootable after performing NVRAM reset. Refer to
3756
  \href{https://github.com/acidanthera/bugtracker/issues/995}{acidanthera/bugtracker\#995}
3757
  for details.
3758

D
dakanji 已提交
3759 3760 3761
  \emph{Note 2}: Resetting NVRAM will also erase any boot options not backed up using
  the bless command. For example, Linux installations to custom locations not specified
  in BlessOverride
V
vit9696 已提交
3762

3763 3764 3765 3766 3767
\item
  \texttt{AllowSetDefault}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Allow \texttt{CTRL+Enter} and \texttt{CTRL+Index} handling
3768
  to set the default boot option in the OpenCore picker.
D
dakanji 已提交
3769

3770
  \emph{Note 1}: May be used in combination
3771 3772
  with \texttt{Shift+Enter} or \texttt{Shift+Index} when \texttt{PollAppleHotKeys} is
  enabled.
3773 3774 3775 3776

  \emph{Note 2}: In order to support systems with unresponsive modifiers during preboot
  (which includes \texttt{V1} and \texttt{V2} \texttt{KeySupport} mode on some firmware)
  OpenCore also allows holding the \texttt{=/+} key in order to trigger `set default' mode.
3777 3778 3779 3780 3781 3782 3783 3784 3785

\item
  \texttt{AllowToggleSip}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enable
  entry for disabling and enabling System Integrity Protection in OpenCore picker.

  This will toggle Apple NVRAM variable \texttt{csr-active-config} between \texttt{0} for
3786
  SIP Enabled and a practical default value for SIP Disabled (currently \texttt{0x26F}).
3787

3788
  \emph{Note 1}: It is strongly recommended not to make a habit of running macOS with
3789 3790 3791
  SIP disabled. Use of this boot option may make it easier to quickly disable SIP
  protection when genuinely needed - it should be re-enabled again afterwards.

3792
  \emph{Note 2}: OC uses \texttt{0x26F} even though \texttt{csrutil disable} on Big Sur
3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810
  sets \texttt{0x7F}. To explain the choice:
  \begin{itemize}
  \tightlist
  \item \texttt{csrutil disable -{}-no-internal} actually sets \texttt{0x6F}, and this is
  preferable because \texttt{CSR\_ALLOW\_APPLE\_INTERNAL} (\texttt{0x10}) prevents updates
  (unless you are running an internal build of macOS).
  \item \texttt{CSR\_ALLOW\_UNAPPROVED\_KEXTS} (\texttt{0x200}) is generally useful, in the case
  where you do need to have SIP disabled, as it allows installing unsigned kexts without manual
  approval in System Preferences.
  \item \texttt{CSR\_ALLOW\_UNAUTHENTICATED\_ROOT} (\texttt{0x800}) is not practical as it prevents
  incremental (non-full) OTA updates.
  \end{itemize}
 
  \emph{Note3}: For any other value which you may need to use, it is possible to
  configure \texttt{CsrUtil.efi} as a \texttt{TextMode} \texttt{Tools} entry to configure a
  different value, e.g. use \texttt{toggle\ 0x6F} in \texttt{Arguments} to toggle the
  SIP disabled value set by default by \texttt{csrutil disable -{}-no-internal} in Big Sur.

3811 3812 3813 3814 3815 3816
\item
  \texttt{ApECID}\\
  \textbf{Type}: \texttt{plist\ integer}, 64 bit\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Apple Enclave Identifier.

V
vit9696 已提交
3817
  Setting this value to any non-zero 64-bit integer will allow using
3818
  personalised Apple Secure Boot identifiers. To use this setting,
D
dakanji 已提交
3819 3820
  generate a random 64-bit number with a cryptographically secure
  random number generator. As an alternative, the first 8 bytes of \texttt{SystemUUID}
3821
  can be used for \texttt{ApECID}, this is found in macOS 11 for Macs without
3822 3823 3824
  the T2 chip.

  With this value set and \texttt{SecureBootModel} valid
D
dakanji 已提交
3825
  (and not \texttt{Disabled}), it is possible to achieve
V
vit9696 已提交
3826 3827
  \href{https://support.apple.com/en-us/HT208330}{\texttt{Full Security}} of Apple
  Secure Boot.
3828

D
dakanji 已提交
3829 3830 3831 3832 3833
  To start using personalised Apple Secure Boot, the operating system must be
  reinstalled or personalised. Unless the operating system is personalised,
  macOS DMG recovery cannot be loaded. In cases where DMG recovery is missing,
  it can be downloaded by using the \texttt{macrecovery} utility and saved in
  \texttt{com.apple.recovery.boot} as explained in the
3834
  \hyperref[reinstallmacos]{Tips and Tricks} section. Note that
3835 3836 3837
  \hyperref[securedmgloading]{DMG loading} needs to be set to \texttt{Signed}
  to use any DMG with Apple Secure Boot.

D
dakanji 已提交
3838
  To personalise an existing operating system, use the \texttt{bless} command
3839 3840 3841 3842 3843 3844 3845
  after loading to macOS DMG recovery. Mount the system volume partition,
  unless it has already been mounted, and execute the following command:

\begin{lstlisting}[label=blesspersona, style=ocbash]
bless bless --folder "/Volumes/Macintosh HD/System/Library/CoreServices" \
  --bootefi --personalize
\end{lstlisting}
3846

D
dakanji 已提交
3847
  On macOS versions before macOS 11, which introduced a dedicated \texttt{x86legacy}
3848
  model for models without the T2 chip, personalised Apple Secure Boot
D
dakanji 已提交
3849 3850 3851 3852 3853 3854 3855 3856
  may not work as expected. When reinstalling the operating system, the macOS Installer
  from macOS 10.15 and older will often run out of free memory on the \texttt{/var/tmp}
  partition when trying to install macOS with the personalised Apple Secure Boot.
  Soon after downloading the macOS installer image, an \texttt{Unable to verify macOS}
  error message will appear.

  To workaround this issue, allocate a dedicated RAM disk of 2 MBs for macOS personalisation by
  entering the following commands in the macOS recovery terminal before starting the installation:
3857 3858 3859 3860 3861 3862 3863 3864

\begin{lstlisting}[label=secureboot, style=ocbash]
disk=$(hdiutil attach -nomount ram://4096)
diskutil erasevolume HFS+ SecureBoot $disk
diskutil unmount $disk
mkdir /var/tmp/OSPersonalizationTemp
diskutil mount -mountpoint /var/tmp/OSPersonalizationTemp $disk
\end{lstlisting}
3865

3866 3867 3868 3869 3870 3871 3872
\item
  \texttt{AuthRestart}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enable \texttt{VirtualSMC}-compatible authenticated restart.

  Authenticated restart is a way to reboot FileVault 2 enabled macOS without entering
3873 3874
  the password. A dedicated terminal command can be used to perform authenticated restarts:
  \texttt{sudo fdesetup authrestart}. It is also used when installing operating system updates.
3875

D
dakanji 已提交
3876
  VirtualSMC performs authenticated restarts by splitting and saving disk encryption keys between
3877 3878 3879
  NVRAM and RTC, which despite being removed as soon as OpenCore starts, may be
  considered a security risk and thus is optional.

3880 3881 3882 3883 3884 3885 3886
\item
  \texttt{BlacklistAppleUpdate}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Ignore boot options trying to update Apple peripheral firmware
  (e.g. \texttt{MultiUpdater.efi}).

D
dakanji 已提交
3887 3888 3889
  \emph{Note}: Certain operating systems, such as macOS Big Sur, are
  \href{https://github.com/acidanthera/bugtracker/issues/1255}{incapable} of
  disabling firmware updates by using the \texttt{run-efi-updater} NVRAM variable.
3890

V
vit9696 已提交
3891
\item \label{securedmgloading}
3892 3893 3894
  \texttt{DmgLoading}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Signed}\\
V
vit9696 已提交
3895
  \textbf{Description}: Define Disk Image (DMG) loading policy used for macOS Recovery.
3896 3897 3898 3899 3900

  Valid values:

  \begin{itemize}
  \tightlist
D
dakanji 已提交
3901 3902 3903
  \item \texttt{Disabled} --- loading DMG images will fail. The \texttt{Disabled}
    policy will still let the macOS Recovery load in most cases as typically,
    there are \texttt{boot.efi} files compatible with Apple Secure Boot.
3904 3905 3906
    Manually downloaded DMG images stored in \texttt{com.apple.recovery.boot}
    directories will not load, however.
  \item \texttt{Signed} --- only Apple-signed DMG images will load. Due to
D
dakanji 已提交
3907 3908 3909 3910
    the design of Apple Secure Boot, the \texttt{Signed} policy will let any
    Apple-signed macOS Recovery load regardless of the Apple Secure Boot state,
    which may not always be desired. While using signed DMG images is more desirable,
    verifying the image signature may slightly slow the boot time down (by up to 1 second).
3911
  \item \texttt{Any} --- any DMG images will mount as normal filesystems.
D
dakanji 已提交
3912 3913
    The \texttt{Any} policy is strongly discouraged and will result in boot
    failures when Apple Secure Boot is active.
3914 3915
  \end{itemize}

3916 3917 3918 3919
\item
  \texttt{EnablePassword}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
3920
  \textbf{Description}: Enable password protection to facilitate sensitive operations.
3921

D
dakanji 已提交
3922
  Password protection ensures that sensitive operations such as booting a non-default
3923 3924
  operating system (e.g. macOS recovery or a tool), resetting NVRAM storage,
  trying to boot into a non-default mode (e.g. verbose mode or safe mode) are not
D
dakanji 已提交
3925
  allowed without explicit user authentication by a custom password. Currently,
3926 3927
  password and salt are hashed with 5000000 iterations of SHA-512.

D
dakanji 已提交
3928 3929
  \emph{Note}: This functionality is still under development and is not ready for
  production environments.
3930

3931 3932 3933
\item
  \texttt{ExposeSensitiveData}\\
  \textbf{Type}: \texttt{plist\ integer}\\
3934
  \textbf{Failsafe}: \texttt{0x6}\\
3935 3936 3937 3938
  \textbf{Description}: Sensitive data exposure bitmask (sum) to operating system.

  \begin{itemize}
  \tightlist
D
dakanji 已提交
3939 3940 3941
    \item \texttt{0x01} --- Expose the printable booter path as an UEFI variable.
    \item \texttt{0x02} --- Expose the OpenCore version as an UEFI variable.
    \item \texttt{0x04} --- Expose the OpenCore version in the OpenCore picker menu title.
3942
    \item \texttt{0x08} --- Expose OEM information as a set of UEFI variables.
3943 3944
  \end{itemize}

D
dakanji 已提交
3945 3946
  The exposed booter path points to OpenCore.efi or its booter depending on the load order.
  To obtain the booter path, use the following command in macOS:
3947 3948 3949 3950
\begin{lstlisting}[label=nvrampath, style=ocbash]
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-path
\end{lstlisting}

D
dakanji 已提交
3951
  To use a booter path to mount a booter volume, use the following command in macOS:
3952 3953 3954 3955 3956
\begin{lstlisting}[label=nvrampathmount, style=ocbash]
u=$(nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-path | sed 's/.*GPT,\([^,]*\),.*/\1/'); \
  if [ "$u" != "" ]; then sudo diskutil mount $u ; fi
\end{lstlisting}

D
dakanji 已提交
3957
  To obtain the current OpenCore version, use the following command in macOS:
3958 3959
\begin{lstlisting}[label=nvramver, style=ocbash]
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:opencore-version
3960 3961
\end{lstlisting}

D
dakanji 已提交
3962
  To obtain OEM information, use the following commands in macOS:
3963
\begin{lstlisting}[label=nvramoem, style=ocbash]
3964 3965 3966
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:oem-product # SMBIOS Type1 ProductName
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:oem-vendor  # SMBIOS Type2 Manufacturer
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:oem-board   # SMBIOS Type2 ProductName
3967 3968
\end{lstlisting}

3969 3970 3971
\item
  \texttt{HaltLevel}\\
  \textbf{Type}: \texttt{plist\ integer}, 64 bit\\
3972
  \textbf{Failsafe}: \texttt{0x80000000} (\texttt{DEBUG\_ERROR})\\
3973 3974 3975
  \textbf{Description}: EDK II debug level bitmask (sum) causing CPU to
  halt (stop execution) after obtaining a message of \texttt{HaltLevel}.
  Possible values match \texttt{DisplayLevel} values.
V
vit9696 已提交
3976

3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988
\item
  \texttt{PasswordHash}\\
  \textbf{Type}: \texttt{plist\ data} 64 bytes\\
  \textbf{Failsafe}: all zero\\
  \textbf{Description}: Password hash used when \texttt{EnabledPassword} is set.

\item
  \texttt{PasswordSalt}\\
  \textbf{Type}: \texttt{plist\ data}\\
  \textbf{Failsafe}: empty\\
  \textbf{Description}: Password salt used when \texttt{EnabledPassword} is set.

V
vit9696 已提交
3989
\item \label{securevaulting}
3990 3991 3992
  \texttt{Vault}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Secure}\\
D
dakanji 已提交
3993
  \textbf{Description}: Enables the OpenCore vaulting mechanism.
V
vit9696 已提交
3994

3995 3996 3997 3998
  Valid values:

  \begin{itemize}
  \tightlist
V
vit9696 已提交
3999
  \item \texttt{Optional} --- require nothing, no vault is enforced, insecure.
4000 4001 4002 4003 4004 4005 4006 4007
  \item \texttt{Basic} --- require \texttt{vault.plist} file present
  in \texttt{OC} directory. This provides basic filesystem integrity
  verification and may protect from unintentional filesystem corruption.
  \item \texttt{Secure} --- require \texttt{vault.sig} signature file for
  \texttt{vault.plist} in \texttt{OC} directory. This includes \texttt{Basic}
  integrity checking but also attempts to build a trusted bootchain.
  \end{itemize}

D
dakanji 已提交
4008 4009 4010 4011 4012 4013 4014 4015 4016 4017
  The \texttt{vault.plist} file should contain SHA-256 hashes for all files used by OpenCore.
  The presence of this file is highly recommended to ensure that unintentional file modifications
  (including filesystem corruption) do not go unnoticed. To create this file automatically, use the
  \href{https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/CreateVault}{\texttt{create\_vault.sh}}
  script. Notwithstanding the underlying file system, the path names and cases between \texttt{config.plist}
  and \texttt{vault.plist} must match.

  The \texttt{vault.sig} file should contain a raw 256 byte RSA-2048 signature from a SHA-256
  hash of \texttt{vault.plist}. The signature is verified against the public key embedded
  into \texttt{OpenCore.efi}.
V
vit9696 已提交
4018

D
dakanji 已提交
4019
  To embed the public key, either one of the following should be performed:
V
vit9696 已提交
4020 4021 4022 4023 4024 4025 4026 4027 4028

  \begin{itemize}
  \tightlist
  \item Provide public key during the \texttt{OpenCore.efi} compilation in
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Platform/OpenCore/OpenCoreVault.c}{\texttt{OpenCoreVault.c}} file.
  \item Binary patch \texttt{OpenCore.efi} replacing zeroes with the public key
  between \texttt{=BEGIN OC VAULT=} and \texttt{==END OC VAULT==} ASCII markers.
  \end{itemize}

D
dakanji 已提交
4029 4030
  The RSA public key 520 byte format description can be found in Chromium OS documentation.
  To convert the public key from X.509 certificate or from PEM file use
4031
  \href{https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/CreateVault}{RsaTool}.
V
vit9696 已提交
4032 4033


V
vit9696 已提交
4034 4035 4036 4037 4038
  The complete set of commands to:

  \begin{itemize}
  \tightlist
  \item Create \texttt{vault.plist}.
V
vit9696 已提交
4039
  \item Create a new RSA key (always do this to avoid loading old configuration).
V
vit9696 已提交
4040
  \item Embed RSA key into \texttt{OpenCore.efi}.
V
vit9696 已提交
4041 4042 4043 4044 4045
  \item Create \texttt{vault.sig}.
  \end{itemize}

  Can look as follows:
\begin{lstlisting}[label=createvault, style=ocbash]
V
vit9696 已提交
4046
cd /Volumes/EFI/EFI/OC
4047 4048
/path/to/create_vault.sh .
/path/to/RsaTool -sign vault.plist vault.sig vault.pub
V
vit9696 已提交
4049
off=$(($(strings -a -t d OpenCore.efi | grep "=BEGIN OC VAULT=" | cut -f1 -d' ')+16))
V
vit9696 已提交
4050
dd of=OpenCore.efi if=vault.pub bs=1 seek=$off count=528 conv=notrunc
V
vit9696 已提交
4051
rm vault.pub
V
vit9696 已提交
4052 4053
\end{lstlisting}

4054
  \emph{Note 1}: While it may appear obvious, an external
4055
  method is required to verify \texttt{OpenCore.efi} and \texttt{BOOTx64.efi} for
4056 4057
  secure boot path. For this, it is recommended to enable UEFI SecureBoot
  using a custom certificate and to sign \texttt{OpenCore.efi} and \texttt{BOOTx64.efi}
D
dakanji 已提交
4058
  with a custom key. More details on customising secure boot on modern firmware
D
dakanji 已提交
4059
  can be found in the \href{https://habr.com/post/273497/}{Taming UEFI SecureBoot}
V
vit9696 已提交
4060 4061
  paper (in Russian).

D
dakanji 已提交
4062 4063
  \emph{Note 2}: \texttt{vault.plist} and \texttt{vault.sig} are used regardless of
  this option when \texttt{vault.plist} is present or a public key is embedded into
4064 4065 4066
  \texttt{OpenCore.efi}. Setting this option will only ensure configuration sanity,
  and abort the boot process otherwise.

4067 4068 4069
\item
  \texttt{ScanPolicy}\\
  \textbf{Type}: \texttt{plist\ integer}, 32 bit\\
4070
  \textbf{Failsafe}: \texttt{0x10F0103}\\
4071 4072
  \textbf{Description}: Define operating system detection policy.

D
dakanji 已提交
4073 4074
  This value allows preventing scanning (and booting) untrusted
  sources based on a bitmask (sum) of a set of flags. As it is not possible
4075
  to reliably detect every file system or device type, this feature
D
dakanji 已提交
4076
  cannot be fully relied upon in open environments, and additional
4077 4078 4079
  measures are to be applied.

  Third party drivers may introduce additional security (and performance)
D
dakanji 已提交
4080 4081
  consideratons following the provided scan policy. The active Scan policy is exposed
  in the \texttt{scan-policy} variable of \texttt{4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102}
4082 4083 4084 4085
  GUID for UEFI Boot Services only.

  \begin{itemize}
  \tightlist
4086
    \item \texttt{0x00000001} (bit \texttt{0}) --- \texttt{OC\_SCAN\_FILE\_SYSTEM\_LOCK}, restricts
4087
    scanning to only known file systems defined as a part of this policy. File system
D
dakanji 已提交
4088 4089
    drivers may not be aware of this policy. Hence, to avoid mounting of undesired file
    systems, drivers for such file systems should not be loaded. This bit does not affect DMG mounting,
4090 4091
    which may have any file system. Known file systems are prefixed with
    \texttt{OC\_SCAN\_ALLOW\_FS\_}.
4092
    \item \texttt{0x00000002} (bit \texttt{1}) --- \texttt{OC\_SCAN\_DEVICE\_LOCK}, restricts scanning
D
dakanji 已提交
4093 4094 4095
    to only known device types defined as a part of this policy. It is not always possible
    to detect protocol tunneling, so be aware that on some systems, it may be possible for
    e.g. USB HDDs to be recognised as SATA instead. Cases like this must be reported. Known device
4096
    types are prefixed with \texttt{OC\_SCAN\_ALLOW\_DEVICE\_}.
4097
    \item \texttt{0x00000100} (bit \texttt{8}) --- \texttt{OC\_SCAN\_ALLOW\_FS\_APFS}, allows scanning
4098
    of APFS file system.
4099
    \item \texttt{0x00000200} (bit \texttt{9}) --- \texttt{OC\_SCAN\_ALLOW\_FS\_HFS}, allows scanning
4100 4101 4102
    of HFS file system.
    \item \texttt{0x00000400} (bit \texttt{10}) --- \texttt{OC\_SCAN\_ALLOW\_FS\_ESP}, allows scanning
    of EFI System Partition file system.
4103 4104 4105 4106
    \item \texttt{0x00000800} (bit \texttt{11}) --- \texttt{OC\_SCAN\_ALLOW\_FS\_NTFS}, allows scanning
    of NTFS (Msft Basic Data) file system.
    \item \texttt{0x00001000} (bit \texttt{12}) --- \texttt{OC\_SCAN\_ALLOW\_FS\_EXT}, allows scanning
    of EXT (Linux Root) file system.
4107
    \item \texttt{0x00010000} (bit \texttt{16}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SATA}, allow
4108
    scanning SATA devices.
4109
    \item \texttt{0x00020000} (bit \texttt{17}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SASEX}, allow
4110
    scanning SAS and Mac NVMe devices.
4111
    \item \texttt{0x00040000} (bit \texttt{18}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SCSI}, allow
4112
    scanning SCSI devices.
4113
    \item \texttt{0x00080000} (bit \texttt{19}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_NVME}, allow
4114
    scanning NVMe devices.
4115
    \item \texttt{0x00100000} (bit \texttt{20}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_ATAPI}, allow
4116
    scanning CD/DVD devices and old SATA.
4117
    \item \texttt{0x00200000} (bit \texttt{21}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_USB}, allow
4118
    scanning USB devices.
4119
    \item \texttt{0x00400000} (bit \texttt{22}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_FIREWIRE}, allow
4120
    scanning FireWire devices.
4121
    \item \texttt{0x00800000} (bit \texttt{23}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SDCARD}, allow
4122
    scanning card reader devices.
4123 4124
    \item \texttt{0x01000000} (bit \texttt{24}) --- \texttt{OC\_SCAN\_ALLOW\_DEVICE\_PCI}, allow
    scanning devices directly connected to PCI bus (e.g. VIRTIO).
4125 4126
  \end{itemize}

D
dakanji 已提交
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136
  \emph{Note}: Given the above description, a value of \texttt{0xF0103} is expected to do the following:

  \begin{itemize}
  \tightlist
  \item Permit scanning SATA, SAS, SCSI, and NVMe devices with APFS file systems.
  \item Prevent scanning any devices with HFS or FAT32 file systems.
  \item Prevent scanning APFS file systems on USB, CD, and FireWire drives.
  \end{itemize}

  The combination reads as:
4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147
  \begin{itemize}
  \tightlist
  \item \texttt{OC\_SCAN\_FILE\_SYSTEM\_LOCK}
  \item \texttt{OC\_SCAN\_DEVICE\_LOCK}
  \item \texttt{OC\_SCAN\_ALLOW\_FS\_APFS}
  \item \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SATA}
  \item \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SASEX}
  \item \texttt{OC\_SCAN\_ALLOW\_DEVICE\_SCSI}
  \item \texttt{OC\_SCAN\_ALLOW\_DEVICE\_NVME}
  \end{itemize}

V
vit9696 已提交
4148
\item \label{secureapplesb}
4149 4150 4151 4152 4153
  \texttt{SecureBootModel}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Default}\\
  \textbf{Description}: Apple Secure Boot hardware model.

4154
  Sets Apple Secure Boot hardware model and policy. Specifying
4155 4156
  this value defines which operating systems will be bootable.
  Operating systems shipped before the specified model was released
D
dakanji 已提交
4157 4158 4159
  will not boot.

  Valid values:
4160 4161 4162

  \begin{itemize}
  \tightlist
4163
  \item \texttt{Default} --- Recent available model, currently set to \texttt{j137}.
4164
  \item \texttt{Disabled} --- No model, Secure Boot will be disabled.
A
Andrey1970AppleLife 已提交
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181
  \item \texttt{j137} --- \texttt{iMacPro1,1 (December 2017). Minimum macOS 10.13.2 (17C2111)}
  \item \texttt{j680} --- \texttt{MacBookPro15,1 (July 2018). Minimum macOS 10.13.6 (17G2112)}
  \item \texttt{j132} --- \texttt{MacBookPro15,2 (July 2018). Minimum macOS 10.13.6 (17G2112)}
  \item \texttt{j174} --- \texttt{Macmini8,1 (October 2018). Minimum macOS 10.14 (18A2063)}
  \item \texttt{j140k} --- \texttt{MacBookAir8,1 (October 2018). Minimum macOS 10.14.1 (18B2084)}
  \item \texttt{j780} --- \texttt{MacBookPro15,3 (May 2019). Minimum macOS 10.14.5 (18F132)}
  \item \texttt{j213} --- \texttt{MacBookPro15,4 (July 2019). Minimum macOS 10.14.5 (18F2058)}
  \item \texttt{j140a} --- \texttt{MacBookAir8,2 (July 2019). Minimum macOS 10.14.5 (18F2058)}
  \item \texttt{j152f} --- \texttt{MacBookPro16,1 (November 2019). Minimum macOS 10.15.1 (19B2093)}
  \item \texttt{j160} --- \texttt{MacPro7,1 (December 2019). Minimum macOS 10.15.1 (19B88)}
  \item \texttt{j230k} --- \texttt{MacBookAir9,1 (March 2020). Minimum macOS 10.15.3 (19D2064)}
  \item \texttt{j214k} --- \texttt{MacBookPro16,2 (May 2020). Minimum macOS 10.15.4 (19E2269)}
  \item \texttt{j223} --- \texttt{MacBookPro16,3 (May 2020). Minimum macOS 10.15.4 (19E2265)}
  \item \texttt{j215} --- \texttt{MacBookPro16,4 (June 2020). Minimum macOS 10.15.5 (19F96)}
  \item \texttt{j185} --- \texttt{iMac20,1 (August 2020). Minimum macOS 10.15.6 (19G2005)}
  \item \texttt{j185f} --- \texttt{iMac20,2 (August 2020). Minimum macOS 10.15.6 (19G2005)}
  \item \texttt{x86legacy} --- \texttt{Macs without T2 chip and VMs. Minimum macOS 11.0.1 (20B29)}
4182 4183
  \end{itemize}

4184 4185 4186 4187 4188
  Apple Secure Boot appeared in macOS 10.13 on models with T2 chips.
  Since \texttt{PlatformInfo} and \texttt{SecureBootModel} are independent,
  Apple Secure Boot can be used with any SMBIOS with and without T2.
  Setting \texttt{SecureBootModel} to any valid value but \texttt{Disabled}
  is equivalent to
4189
  \href{https://support.apple.com/en-us/HT208330}{\texttt{Medium Security}}
4190
  of Apple Secure Boot. The \texttt{ApECID} value must also be specified to
4191 4192
  achieve \texttt{Full Security}. Check \texttt{ForceSecureBootScheme}
  when using Apple Secure Boot on a virtual machine.
4193

D
dakanji 已提交
4194 4195 4196 4197
  Note that enabling Apple Secure Boot is demanding on invalid configurations,
  faulty macOS installations, and on unsupported setups.

  Things to consider:
4198 4199 4200

  \begin{enumerate}
    \tightlist
D
dakanji 已提交
4201 4202 4203 4204
    \item As with T2 Macs, all unsigned kernel extensions as well as several
      signed kernel extensions, including NVIDIA Web Drivers, cannot be installed.
    \item The list of cached kernel extensions may be different, resulting in a need
      to change the list of \texttt{Added} or \texttt{Forced} kernel extensions.
4205
      For example, \texttt{IO80211Family} cannot be injected in this case.
D
dakanji 已提交
4206
    \item System volume alterations on operating systems with sealing, such as
4207
      macOS~11, may result in the operating system being unbootable. Do not
4208
      try to disable system volume encryption unless Apple Secure Boot is disabled.
D
dakanji 已提交
4209 4210
    \item Boot failures might occur when the platform requires certain settings,
      but they have not been enabled because the associated issues were not discovered earlier.
4211
      Be extra careful with \texttt{IgnoreInvalidFlexRatio} or \texttt{HashServices}.
D
dakanji 已提交
4212 4213 4214 4215 4216 4217 4218 4219 4220
    \item Operating systems released before Apple Secure Boot was released (e.g.
      macOS~10.12 or earlier), will still boot until UEFI Secure Boot is enabled.
      This is so because Apple Secure Boot treats these as incompatible
      and they are then handled by the firmware (as Microsoft Windows is).
    \item On older CPUs (e.g. before Sandy Bridge), enabling Apple Secure Boot
      might cause slightly slower loading (by up to 1 second).
    \item As the \texttt{Default} value will increase with time to support the latest
      major released operating system, it is not recommended to use the \texttt{ApECID}
      and the \texttt{Default} settings together.
4221
    \item Installing macOS with Apple Secure Boot enabled is not possible while using HFS+
D
dakanji 已提交
4222
      target volumes. This may include HFS+ formatted drives when no spare APFS drive is available.
4223 4224
  \end{enumerate}

D
dakanji 已提交
4225 4226 4227 4228 4229 4230
  The installed operating system may have sometimes outdated Apple Secure Boot manifests
  on the \texttt{Preboot} partition, resulting in boot failures. This is likely to be the
  case when an ``OCB: Apple Secure Boot prohibits this boot entry, enforcing!'' message
  is logged.

  When this happens, either reinstall the operating
4231
  system or copy the manifests (files with \texttt{.im4m} extension, such as
4232
  \texttt{boot.efi.j137.im4m}) from \texttt{/usr/standalone/i386} to
D
dakanji 已提交
4233 4234
  \texttt{/Volumes/Preboot/<UUID>/System/Library/CoreServices}. Here, \texttt{<UUID>}
  is the system volume identifier. On HFS+ installations, the manifests should be
4235
  copied to \texttt{/System/Library/CoreServices} on the system volume.
4236

D
dakanji 已提交
4237 4238
  For more details on how to configure Apple Secure Boot with UEFI Secure Boot,
  refer to the \hyperref[uefisecureboot]{UEFI Secure Boot} section.
4239

4240 4241
\end{enumerate}

4242
\subsection{Entry Properties}\label{miscentryprops}
4243 4244

\begin{enumerate}
4245 4246 4247
\item
  \texttt{Arguments}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
4248
  \textbf{Failsafe}: Empty\\
4249 4250 4251
  \textbf{Description}: Arbitrary ASCII string used as boot arguments (load options)
  of the specified entry.

4252 4253 4254 4255
\item
  \texttt{Auxiliary}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
4256 4257 4258
  \textbf{Description}: Set to \texttt{true} to hide this entry
  when \texttt{HideAuxiliary} is also set to \texttt{true}.
  Press the \texttt{Spacebar} key to enter ``Extended Mode'' and display the entry when hidden.
4259

4260 4261 4262
\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
4263
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
4264
  \textbf{Description}: Arbitrary ASCII string used to provide a human readable
4265
  reference for the entry. Whether this value is used is implementation defined.
4266

4267 4268 4269
\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
4270
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
4271
  \textbf{Description}: Set to \texttt{true} activate this entry.
4272

4273 4274 4275 4276 4277 4278 4279
\item
  \texttt{Flavour}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Auto}\\
  \textbf{Description}: Specify the content flavour for this entry.
  See \hyperref[oc-attr-use-flavour-icon]{\texttt{OC\_ATTR\_USE\_FLAVOUR\_ICON}} flag for documentation.

4280 4281 4282
\item
  \texttt{Name}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
4283
  \textbf{Failsafe}: Empty\\
D
dakanji 已提交
4284
  \textbf{Description}: Human readable entry name displayed in the OpenCore picker.
4285 4286 4287 4288

\item
  \texttt{Path}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
4289
  \textbf{Failsafe}: Empty\\
4290 4291 4292 4293 4294
  \textbf{Description}: Entry location depending on entry type.

  \begin{itemize}
  \tightlist
  \item \texttt{Entries} specify external boot options, and therefore take device
D
dakanji 已提交
4295
  paths in the \texttt{Path} key. Care should be exercised as these values are not checked.
4296
  Example: \texttt{PciRoot(0x0)/Pci(0x1,0x1)/.../\textbackslash EFI\textbackslash COOL.EFI}
D
dakanji 已提交
4297 4298
  \item \texttt{Tools} specify internal boot options, which are part of the bootloader
  vault, and therefore take file paths relative to the \texttt{OC/Tools} directory.
V
vit9696 已提交
4299
  Example: \texttt{OpenShell.efi}.
4300
  \end{itemize}
4301

4302 4303 4304
\item
  \texttt{RealPath}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
V
vit9696 已提交
4305
  \textbf{Failsafe}: \texttt{false}\\
4306 4307
  \textbf{Description}: Pass full path to the tool when launching.

D
dakanji 已提交
4308 4309 4310 4311 4312
  This should typically be disabled as passing the tool directory may be unsafe with
  tools that accidentally attempt to access files without checking their integrity.
  Reasons to enable this property may include cases where tools cannot work
  without external files or may need them for enhanced functionality such as
  \texttt{memtest86} (for logging and configuration), or \texttt{Shell} (for
V
vit9696 已提交
4313
  automatic script execution).
4314

D
dakanji 已提交
4315 4316
  \emph{Note}: This property is only valid for \texttt{Tools} and cannot be
  specified for \texttt{Entries} (is always \texttt{true}).
4317

4318 4319 4320
\item
  \texttt{TextMode}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
V
vit9696 已提交
4321
  \textbf{Failsafe}: \texttt{false}\\
4322 4323
  \textbf{Description}: Run the entry in text mode instead of graphics mode.

D
dakanji 已提交
4324 4325 4326
  This setting may be beneficial for some older tools that require text output
  as all the tools are launched in graphics mode by default. Refer to the
  \hyperref[uefioutputprops]{Output Properties} section below for information on text modes.
4327 4328

\end{enumerate}
4329

V
vit9696 已提交
4330 4331 4332 4333
\section{NVRAM}\label{nvram}

\subsection{Introduction}\label{nvramintro}

4334
This section allows setting non-volatile UEFI variables commonly described
4335
as NVRAM variables. Refer to \texttt{man\ nvram} for details.
4336 4337 4338
The macOS operating system extensively uses NVRAM variables for OS --- Bootloader
--- Firmware intercommunication. Hence, the supply of several NVRAM variables
is required for the proper functioning of macOS.
V
vit9696 已提交
4339 4340 4341 4342

Each NVRAM variable consists of its name, value, attributes (refer to
UEFI specification), and its
\href{https://en.wikipedia.org/wiki/Universally_unique_identifier}{GUID},
4343 4344
representing which `section' the NVRAM variable belongs to. The macOS
operating system makes use of several GUIDs, including but not limited to:
V
vit9696 已提交
4345 4346 4347 4348 4349 4350 4351 4352 4353

\begin{itemize}
\tightlist
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14}
  (\texttt{APPLE\_VENDOR\_VARIABLE\_GUID})
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82}
  (\texttt{APPLE\_BOOT\_VARIABLE\_GUID})
V
vit9696 已提交
4354 4355 4356
\item
  \texttt{5EDDA193-A070-416A-85EB-2A1181F45B18}
  (Apple Hardware Configuration Storage for \texttt{MacPro7,1})
V
vit9696 已提交
4357 4358 4359
\item
  \texttt{8BE4DF61-93CA-11D2-AA0D-00E098032B8C}
  (\texttt{EFI\_GLOBAL\_VARIABLE\_GUID})
4360 4361 4362
\item
  \texttt{4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102}
  (\texttt{OC\_VENDOR\_VARIABLE\_GUID})
V
vit9696 已提交
4363 4364
\end{itemize}

4365
\emph{Note}: Some of the variables may be added by the
V
vit9696 已提交
4366
\hyperref[platforminfonvram]{PlatformNVRAM} or
4367
\hyperref[platforminfogeneric]{Generic} subsections of the
V
vit9696 已提交
4368
\hyperref[platforminfo]{PlatformInfo} section.
4369 4370
Please ensure that variables set in this section do not conflict with items
in those subsections as the implementation behaviour is undefined otherwise.
V
vit9696 已提交
4371

4372 4373 4374 4375
The \texttt{OC\_FIRMWARE\_RUNTIME} protocol implementation, currently offered
as a part of the \texttt{OpenRuntime} driver, is often required for macOS to
function properly. While this brings many benefits, there are some
limitations that should be considered for certain use cases.
4376 4377 4378

\begin{enumerate}
\item Not all tools may be aware of protected namespaces.\\
4379 4380 4381
  When \texttt{RequestBootVarRouting} is used, \texttt{Boot}-prefixed variable access
  is restricted and protected in a separate namespace. To access the original variables,
  tools must be aware of the \texttt{OC\_FIRMWARE\_RUNTIME} logic.
4382 4383
\end{enumerate}

V
vit9696 已提交
4384 4385 4386 4387 4388 4389 4390 4391
\subsection{Properties}\label{nvramprops}

\begin{enumerate}
\item
  \texttt{Add}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Sets NVRAM variables from a map (\texttt{plist\ dict})
  of GUIDs to a map (\texttt{plist\ dict}) of variable names and their values
D
dakanji 已提交
4392
  in \texttt{plist\ multidata} format. GUIDs must be provided in canonic string
V
vit9696 已提交
4393 4394
  format in upper or lower case (e.g. \texttt{8BE4DF61-93CA-11D2-AA0D-00E098032B8C}).

4395 4396 4397 4398
  The \texttt{EFI\_VARIABLE\_BOOTSERVICE\_ACCESS} and \texttt{EFI\_VARIABLE\_RUNTIME\_ACCESS}
  attributes of created variables are set. Variables will only be set if not present or deleted.
  That is, to overwrite an existing variable value, add the variable name to the \texttt{Delete} section.
  This approach enables the provision of default values until the operating system takes the lead.
V
vit9696 已提交
4399

4400 4401
  \emph{Note}: The implementation behaviour is undefined when the \texttt{plist\ key}
  does not conform to the GUID format.
V
vit9696 已提交
4402 4403

\item
4404
  \texttt{Delete}\\
V
vit9696 已提交
4405 4406 4407 4408 4409
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Description}: Removes NVRAM variables from a map (\texttt{plist\ dict})
  of GUIDs to an array (\texttt{plist\ array}) of variable names in
  \texttt{plist\ string} format.

4410 4411 4412
\item
  \texttt{LegacyEnable}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
4413
  \textbf{Failsafe}: \texttt{false}\\
4414
  \textbf{Description}: Enables loading a NVRAM variable file named \texttt{nvram.plist}
4415 4416
  from EFI volume root.

4417
  This file must have a root \texttt{plist\ dictionary} type and contain two fields:
4418 4419 4420 4421 4422 4423 4424
  \begin{itemize}
  \tightlist
  \item \texttt{Version} --- \texttt{plist\ integer}, file version, must be set to 1.
  \item \texttt{Add} --- \texttt{plist\ dictionary}, equivalent to \texttt{Add} from
  \texttt{config.plist}.
  \end{itemize}

4425
  Variable loading happens prior to the \texttt{Delete} (and \texttt{Add}) phases. Unless
4426 4427
  \texttt{LegacyOverwrite} is enabled, it will not overwrite any existing variable.
  Variables allowed to be set must be specified in \texttt{LegacySchema}.
4428

4429
  Third-party scripts may be used to create \texttt{nvram.plist}
V
vit9696 已提交
4430 4431
  file. An example of such script can be found in \texttt{Utilities}. The use of third-party
  scripts may require \texttt{ExposeSensitiveData} set to \texttt{0x3} to provide
4432
  \texttt{boot-path} variable with the OpenCore EFI partition UUID.
4433

4434 4435 4436
  \textbf{Warning}: This feature can be dangerous, as it passes unprotected data to
  firmware variable services. Only use when no hardware NVRAM implementation is
  provided by the firmware or when the NVRAM implementation is incompatible.
4437

4438 4439 4440 4441 4442 4443 4444 4445
\item
  \texttt{LegacyOverwrite}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Permits overwriting firmware variables from \texttt{nvram.plist}.

  \emph{Note}: Only variables accessible from the operating system will be overwritten.

4446 4447 4448
\item
  \texttt{LegacySchema}\\
  \textbf{Type}: \texttt{plist\ dict}\\
D
dakanji 已提交
4449
  \textbf{Description}: Allows setting certain NVRAM variables from a map
4450 4451 4452
  (\texttt{plist\ dict}) of GUIDs to an array (\texttt{plist\ array}) of
  variable names in \texttt{plist\ string} format.

D
dakanji 已提交
4453
  \texttt{*} value can be used to accept all variables for certain GUID.
4454

4455 4456 4457
  \textbf{WARNING}: Choose variables carefully, as the nvram.plist file is not vaulted.
  For instance, do not include \texttt{boot-args} or \texttt{csr-active-config}, as
  these can be used to bypass SIP.
4458

4459 4460 4461 4462 4463
\item
  \texttt{WriteFlash}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enables writing to flash memory for all added variables.
4464

4465 4466 4467
  \emph{Note}: This value should be enabled on most types of firmware but is
  left configurable to account for firmware that may have issues with NVRAM
  variable storage garbage collection or similar.
4468

V
vit9696 已提交
4469 4470
\end{enumerate}

4471 4472
The \texttt{nvram} command can be used to read NVRAM variable values from macOS
by concatenating the GUID and name variables separated by a \texttt{:} symbol.
V
vit9696 已提交
4473 4474 4475 4476 4477 4478 4479
For example, \texttt{nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args}.

A continuously updated variable list can be found in a corresponding document:
\href{https://docs.google.com/spreadsheets/d/1HTCBwfOBkXsHiK7os3b2CUc6k68axdJYdGl-TyXqLu0}{NVRAM Variables}.

\subsection{Mandatory Variables}\label{nvramvars}

4480
\textbf{Warning}: These variables may be added by the
4481
\hyperref[platforminfonvram]{PlatformNVRAM} or
4482
\hyperref[platforminfogeneric]{Generic} subsections of the
4483
\hyperref[platforminfo]{PlatformInfo} section.
P
PMheart 已提交
4484
Using \texttt{PlatformInfo} is the recommended way of setting these variables.
4485

V
vit9696 已提交
4486 4487 4488 4489 4490 4491 4492
The following variables are mandatory for macOS functioning:

\begin{itemize}
\tightlist
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:FirmwareFeatures}
  \break
P
PMheart 已提交
4493
  32-bit \texttt{FirmwareFeatures}. Present on all Macs to avoid extra parsing of SMBIOS tables.
V
vit9696 已提交
4494 4495 4496 4497 4498 4499 4500 4501 4502
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:FirmwareFeaturesMask}
  \break
  32-bit \texttt{FirmwareFeaturesMask}. Present on all Macs to avoid extra parsing
  of SMBIOS tables.
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:MLB}
  \break
  \texttt{BoardSerialNumber}. Present on newer Macs (2013+ at least) to avoid extra parsing
4503
  of SMBIOS tables, especially in \texttt{boot.efi}.
V
vit9696 已提交
4504 4505 4506 4507
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM}
  \break
  Primary network adapter MAC address or replacement value. Present on newer Macs
4508
  (2013+ at least) to avoid accessing special memory region, especially in \texttt{boot.efi}.
V
vit9696 已提交
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526
\end{itemize}

\subsection{Recommended Variables}\label{nvramvarsrec}

The following variables are recommended for faster startup or other
improvements:

\begin{itemize}
\tightlist
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config}
  \break
  32-bit System Integrity Protection bitmask. Declared in XNU source code in
  \href{https://opensource.apple.com/source/xnu/xnu-4570.71.2/bsd/sys/csr.h.auto.html}{csr.h}.
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ExtendedFirmwareFeatures}
  \break
  Combined \texttt{FirmwareFeatures} and \texttt{ExtendedFirmwareFeatures}. Present on
P
PMheart 已提交
4527
  newer Macs to avoid extra parsing of SMBIOS tables.
V
vit9696 已提交
4528 4529 4530 4531 4532 4533 4534 4535 4536
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ExtendedFirmwareFeaturesMask}
  \break
  Combined \texttt{FirmwareFeaturesMask} and \texttt{ExtendedFirmwareFeaturesMask}.
  Present on newer Macs to avoid extra parsing of SMBIOS tables.
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_BID}
  \break
  Hardware \texttt{BoardProduct} (e.g. \texttt{Mac-35C1E88140C3E6CF}). Not present on
4537
  real Macs, but used to avoid extra parsing of SMBIOS tables, especially in \texttt{boot.efi}.
V
vit9696 已提交
4538 4539 4540 4541 4542 4543 4544 4545
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_MLB}
  \break
  Hardware \texttt{BoardSerialNumber}. Override for MLB. Present on newer Macs (2013+ at least).
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_ROM}
  \break
  Hardware ROM. Override for ROM. Present on newer Macs (2013+ at least).
4546 4547 4548 4549
\item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:SSN}
  \break
  Serial number. Present on newer Macs (2013+ at least).
V
vit9696 已提交
4550 4551 4552 4553
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:prev-lang:kbd}
  \break
  ASCII string defining default keyboard layout. Format is \texttt{lang-COUNTRY:keyboard},
V
vit9696 已提交
4554 4555
  e.g. \texttt{ru-RU:252} for Russian locale and ABC keyboard. Also accepts short forms:
  \texttt{ru:252} or \texttt{ru:0} (U.S. keyboard, compatible with 10.9). Full decoded
4556
  keyboard list from \texttt{AppleKeyboardLayouts-L.dat} can be found
4557
  \href{https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/AppleKeyboardLayouts}{here}. Using non-latin keyboard on 10.14
4558
  will not enable ABC keyboard, unlike previous and subsequent macOS versions, and is thus not recommended in case 10.14 is needed.
V
vit9696 已提交
4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:security-mode}
  \break
  ASCII string defining FireWire security mode. Legacy, can be found in IOFireWireFamily
  source code in
  \href{https://opensource.apple.com/source/IOFireWireFamily/IOFireWireFamily-473/IOFireWireFamily.kmodproj/IOFireWireController.cpp.auto.html}{IOFireWireController.cpp}.
  It is recommended not to set this variable, which may speedup system startup. Setting to
  \texttt{full} is equivalent to not setting the variable and \texttt{none} disables
  FireWire security.
 \item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale}
  \break
4571
  One-byte data defining \texttt{boot.efi} user interface scaling. Should be \textbf{01} for normal
4572
  screens and \textbf{02} for HiDPI screens.
4573 4574 4575 4576 4577
 \item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:ForceDisplayRotationInEFI}
  \break
  32-bit integer defining display rotation. Can be \textbf{0} for no rotation
  or any of \texttt{90}, \texttt{180}, \texttt{270} for matching rotation in degrees.
4578 4579 4580
 \item
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor}
  \break
A
Andrey1970AppleLife 已提交
4581
  Four-byte \texttt{BGRA} data defining \texttt{boot.efi} user interface background colour.
4582 4583
  Standard colours include \textbf{BF BF BF 00} (Light Gray) and \textbf{00 00 00 00}
  (Syrah Black). Other colours may be set at user's preference.
V
vit9696 已提交
4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598
\end{itemize}

\subsection{Other Variables}\label{nvramvarsother}

The following variables may be useful for certain configurations or
troubleshooting:

\begin{itemize}
\tightlist
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args}
  \break
  Kernel arguments, used to pass configuration to Apple kernel and drivers.
  There are many arguments, which may be found by looking for the use of
  \texttt{PE\_parse\_boot\_argn} function in the kernel or driver code.
4599
  Some of the known boot arguments include:
V
vit9696 已提交
4600 4601

  \begin{itemize}
4602 4603 4604 4605
  \item \texttt{acpi\_layer=0xFFFFFFFF}
  \item \texttt{acpi\_level=0xFFFF5F} (implies
    \href{https://github.com/acpica/acpica/blob/master/source/include/acoutput.h}
    {\texttt{ACPI\_ALL\_COMPONENTS}})
4606
  \item \texttt{arch=i386} (force kernel architecture to \texttt{i386}, see \texttt{KernelArch})
4607 4608 4609 4610 4611
  \item \texttt{batman=VALUE} (\texttt{AppleSmartBatteryManager} debug mask)
  \item \texttt{batman-nosmc=1} (disable \texttt{AppleSmartBatteryManager} SMC interface)
  \item \texttt{cpus=VALUE} (maximum number of CPUs used)
  \item \texttt{debug=VALUE} (debug mask)
  \item \texttt{io=VALUE} (\texttt{IOKit} debug mask)
V
vit9696 已提交
4612
  \item \texttt{ioaccel\_debug=VALUE} (\texttt{IOAccelerator} debug mask)
4613 4614
  \item \texttt{keepsyms=1} (show panic log debug symbols)
  \item \texttt{kextlog=VALUE} (kernel extension loading debug mask)
M
Mykola Grymalyuk 已提交
4615
  \item \texttt{nvram-log=1} (enables AppleEFINVRAM logs)
4616 4617 4618
  \item \texttt{nv\_disable=1} (disables NVIDIA GPU acceleration)
  \item \texttt{nvda\_drv=1} (legacy way to enable NVIDIA web driver, removed in 10.12)
  \item \texttt{npci=0x2000} (\href{https://www.insanelymac.com/forum/topic/260539-1068-officially-released/?do=findComment&comment=1707972}{legacy}, disables \texttt{kIOPCIConfiguratorPFM64})
V
vit9696 已提交
4619 4620 4621
  \item \texttt{lapic\_dont\_panic=1} (disable lapic spurious interrupt panic on AP cores)
  \item \texttt{panic\_on\_display\_hang=1} (trigger panic on display hang)
  \item \texttt{panic\_on\_gpu\_hang=1} (trigger panic on GPU hang)
4622 4623
  \item \texttt{slide=VALUE} (manually set KASLR slide)
  \item \texttt{smcdebug=VALUE} (\texttt{AppleSMC} debug mask)
V
vit9696 已提交
4624
  \item \texttt{spin\_wait\_for\_gpu=1} (reduces GPU timeout on high load)
4625
  \item \texttt{-amd\_no\_dgpu\_accel} (alternative to \href{https://github.com/acidanthera/WhateverGreen}{WhateverGreen}'s \texttt{-radvesa} for new GPUs)
4626
  \item \texttt{-nehalem\_error\_disable} (disables the AppleTyMCEDriver)
4627
  \item \texttt{-no\_compat\_check} (disable model checking on 10.7+)
4628 4629 4630
  \item \texttt{-s} (single mode)
  \item \texttt{-v} (verbose mode)
  \item \texttt{-x} (safe mode)
V
vit9696 已提交
4631 4632
  \end{itemize}

4633 4634 4635 4636
  There are multiple external places summarising macOS argument lists:
  \href{https://osxeon.wordpress.com/2015/08/10/boot-argument-options-in-os-x}{example 1},
  \href{https://superuser.com/questions/255176/is-there-a-list-of-available-boot-args-for-darwin-os-x}{example 2}.

V
vit9696 已提交
4637 4638 4639
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:bootercfg}
  \break
4640
  Booter arguments, similar to \texttt{boot-args} but for \texttt{boot.efi}. Accepts a set of
V
vit9696 已提交
4641
  arguments, which are hexadecimal 64-bit values with or without \texttt{0x}.
4642
  At different stages \texttt{boot.efi} will request different debugging (logging)
V
vit9696 已提交
4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662
  modes (e.g. after \texttt{ExitBootServices} it will only print to serial).
  Several booter arguments control whether these requests will succeed. The
  list of known requests is covered below:

  \begin{itemize}
  \tightlist
  \item \texttt{0x00} -- \texttt{INIT}.
  \item \texttt{0x01} -- \texttt{VERBOSE} (e.g. \texttt{-v}, force console logging).
  \item \texttt{0x02} -- \texttt{EXIT}.
  \item \texttt{0x03} -- \texttt{RESET:OK}.
  \item \texttt{0x04} -- \texttt{RESET:FAIL} (e.g. unknown \texttt{board-id}, hibernate mismatch, panic loop, etc.).
  \item \texttt{0x05} -- \texttt{RESET:RECOVERY}.
  \item \texttt{0x06} -- \texttt{RECOVERY}.
  \item \texttt{0x07} -- \texttt{REAN:START}.
  \item \texttt{0x08} -- \texttt{REAN:END}.
  \item \texttt{0x09} -- \texttt{DT} (can no longer log to DeviceTree).
  \item \texttt{0x0A} -- \texttt{EXITBS:START} (forced serial only).
  \item \texttt{0x0B} -- \texttt{EXITBS:END} (forced serial only).
  \item \texttt{0x0C} -- \texttt{UNKNOWN}.
  \end{itemize}
V
vit9696 已提交
4663

D
dakanji 已提交
4664 4665
  In 10.15, debugging support was defective up to the 10.15.4 release due to
  refactoring issues as well as the introduction of a
V
vit9696 已提交
4666
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/Protocol/AppleDebugLog.h}{new debug protocol}.
V
vit9696 已提交
4667 4668 4669
  Some of the arguments and their values below may not be valid for versions prior
  to 10.15.4. The list of known arguments is covered below:

V
vit9696 已提交
4670
  \begin{itemize}
V
vit9696 已提交
4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713
  \item \texttt{boot-save-log=VALUE} --- debug log save mode for normal boot.
  	\begin{itemize}
    \item \texttt{0}
    \item \texttt{1}
    \item \texttt{2} --- (default).
    \item \texttt{3}
    \item \texttt{4} --- (save to file).
    \end{itemize}
  \item \texttt{wake-save-log=VALUE} --- debug log save mode for hibernation wake.
  	\begin{itemize}
    \item \texttt{0} --- disabled.
    \item \texttt{1}
    \item \texttt{2} --- (default).
    \item \texttt{3} --- (unavailable).
    \item \texttt{4} --- (save to file, unavailable).
    \end{itemize}
  \item \texttt{breakpoint=VALUE} --- enables debug breaks (missing in production \texttt{boot.efi}).
    \begin{itemize}
    \item \texttt{0} --- disables debug breaks on errors (default).
    \item \texttt{1} --- enables debug breaks on errors.
    \end{itemize}
  \item \texttt{console=VALUE} --- enables console logging.
    \begin{itemize}
    \item \texttt{0} --- disables console logging.
    \item \texttt{1} --- enables console logging when debug protocol is missing (default).
    \item \texttt{2} --- enables console logging unconditionally (unavailable).
    \end{itemize}
  \item \texttt{embed-log-dt=VALUE} --- enables DeviceTree logging.
    \begin{itemize}
    \item \texttt{0} --- disables DeviceTree logging (default).
    \item \texttt{1} --- enables DeviceTree logging.
    \end{itemize}
  \item \texttt{kc-read-size=VALUE} --- Chunk size used for buffered I/O from network or
    disk for prelinkedkernel reading and related. Set to 1MB (0x100000) by default, can be
    tuned for faster booting.
  \item \texttt{log-level=VALUE} --- log level bitmask.
    \begin{itemize}
    \item \texttt{0x01} --- enables trace logging (default).
    \end{itemize}
  \item \texttt{serial=VALUE} --- enables serial logging.
    \begin{itemize}
    \item \texttt{0} --- disables serial logging (default).
    \item \texttt{1} --- enables serial logging for \texttt{EXITBS:END} onwards.
V
vit9696 已提交
4714
    \item \texttt{2} --- enables serial logging for \texttt{EXITBS:START} onwards.
V
vit9696 已提交
4715 4716 4717 4718 4719 4720 4721 4722 4723
    \item \texttt{3} --- enables serial logging when debug protocol is missing.
    \item \texttt{4} --- enables serial logging unconditionally.
    \end{itemize}
  \item \texttt{timestamps=VALUE} --- enables timestamp logging.
    \begin{itemize}
    \item \texttt{0} --- disables timestamp logging.
    \item \texttt{1} --- enables timestamp logging (default).
    \end{itemize}
  \item \texttt{log=VALUE} --- deprecated starting from 10.15.
V
vit9696 已提交
4724 4725 4726 4727 4728 4729 4730
    \begin{itemize}
    \item \texttt{1} --- AppleLoggingConOutOrErrSet/AppleLoggingConOutOrErrPrint
    (classical ConOut/StdErr)
    \item \texttt{2} --- AppleLoggingStdErrSet/AppleLoggingStdErrPrint (StdErr or serial?)
    \item \texttt{4} --- AppleLoggingFileSet/AppleLoggingFilePrint (BOOTER.LOG/BOOTER.OLD
    file on EFI partition)
    \end{itemize}
V
vit9696 已提交
4731
  \item \texttt{debug=VALUE} --- deprecated starting from 10.15.
V
vit9696 已提交
4732 4733 4734 4735 4736 4737
  \begin{itemize}
  \item \texttt{1} --- enables print something to BOOTER.LOG (stripped code implies there
  may be a crash)
  \item \texttt{2} --- enables perf logging to /efi/debug-log in the device three
  \item \texttt{4} --- enables timestamp printing for styled printf calls
  \end{itemize}
V
vit9696 已提交
4738 4739 4740
  \item \texttt{level=VALUE}  --- deprecated starting from 10.15. Verbosity level of
  DEBUG output. Everything but \texttt{0x80000000} is stripped from the binary,
  and this is the default value.
4741 4742
  \end{itemize}

4743 4744 4745
  \emph{Note}: Enable the \texttt{AppleDebug} option to display verbose output from \texttt{boot.efi}
  on modern macOS versions. This will save the log to the general OpenCore log file. For versions before
  10.15.4, set \texttt{bootercfg} to \texttt{log=1}. This will print verbose output onscreen.
V
vit9696 已提交
4746 4747 4748
\item \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:bootercfg-once}
  \break
  Booter arguments override removed after first launch. Otherwise equivalent to \texttt{bootercfg}.
M
MikeBeaton 已提交
4749 4750 4751 4752 4753
\item \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-data}
  \break
  Specify sources of kexts which will be approved regardless of SIP \texttt{CSR\_ALLOW\_UNAPPROVED\_KEXTS} value.\\
  Example contents:\\
  \texttt{<dict><key>kext-allowed-teams</key><array><string>\{DEVELOPER-TEAM-ID\}</string></array></dict>\%00}
4754 4755 4756 4757
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:efiboot-perf-record}
  \break
  Enable performance log saving in \texttt{boot.efi}. Performance log is saved to physical
4758 4759 4760
  memory and is pointed to by the \texttt{efiboot-perf-record-data} and \texttt{efiboot-perf-record-size}
  variables. Starting from 10.15.4, it can also be saved to the OpenCore log by setting the
  \texttt{AppleDebug} option.
V
vit9696 已提交
4761 4762
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:fmm-computer-name}
4763 4764
  \break
  Current saved host name. ASCII string.
V
vit9696 已提交
4765 4766
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:nvda\_drv}
4767 4768 4769
  \break
  NVIDIA Web Driver control variable. Takes ASCII digit \texttt{1} or \texttt{0}
  to enable or disable installed driver.
4770 4771 4772 4773 4774 4775
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:run-efi-updater}
  \break
  Override EFI firmware updating support in macOS (MultiUpdater, ThorUtil, and so on).
  Setting this to \texttt{No} or alternative boolean-castable value will prevent
  any firmware updates in macOS starting with 10.10 at least.
4776 4777 4778 4779 4780
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:StartupMute}
  \break
  Mute startup chime sound in firmware audio support. 8-bit integer.
  The value of \texttt{0x00} means unmuted. Missing variable or any
A
Andrey1970AppleLife 已提交
4781
  other value means muted.
4782 4783 4784 4785 4786 4787 4788 4789
\item
  \texttt{7C436110-AB2A-4BBB-A880-FE41995C9F82:SystemAudioVolume}
  \break
  System audio volume level for firmware audio support. 8-bit integer.
  The bit of \texttt{0x80} means muted. Lower bits are used to encode
  volume range specific to installed audio codec. The value is capped
  by \texttt{MaximumBootBeepVolume} AppleHDA layout value to avoid
  too loud audio playback in the firmware.
V
vit9696 已提交
4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816
\item
  \texttt{5EDDA193-A070-416A-85EB-2A1181F45B18:PEXConf}
  \break
  PCI expansion slot configuration for \texttt{MacPro7,1}.
  8-byte sequence describing default PCI slot configuration.
  Each byte refers to a configuration for a dedicated PCI slot.

  \begin{itemize}
    \tightlist
    \item Slot 1 resides at \texttt{IOService:/AppleACPIPlatformExpert/PC01@0/AppleACPIPCI/BR1A@0}
      and its path is hardcoded. This slot is not behind a muxer.
    \item Slot 3 resides at \texttt{IOService:/AppleACPIPlatformExpert/PC03@0/AppleACPIPCI/BR3A@0}
      and its path is hardcoded. This slot is not behind a muxer.
    \item Slots 2, 4-8 are dynamic and are matched based on \texttt{AAPL,slot-name} property
      with \texttt{Slot-N} value, where \texttt{N} is the slot number. All these slots are
      behind the muxer.
  \end{itemize}

  Refer to the \href{https://support.apple.com/HT210104}{support page}
  for more details on how \texttt{MacPro7,1} slots are configured.

\item
  \texttt{5EDDA193-A070-416A-85EB-2A1181F45B18:SlotUtilPEXConf}
  \break
  User PCI expansion slot configuration for \texttt{MacPro7,1}.
  8-byte sequence describing user PCI slot configuration.

V
vit9696 已提交
4817 4818 4819 4820
\end{itemize}

\section{PlatformInfo}\label{platforminfo}

4821
Platform information consists of several identification fields
V
vit9696 已提交
4822
generated or filled manually to be compatible with macOS services. The
4823
base part of the configuration may be obtained from
V
vit9696 已提交
4824 4825
\href{https://github.com/acidanthera/OpenCorePkg/blob/master/AppleModels}{\texttt{AppleModels}},
which itself generates a set of interfaces based on a database
V
vit9696 已提交
4826
in \href{https://yaml.org/spec/1.2/spec.html}{YAML} format. These fields
D
dakanji 已提交
4827
are written to three destinations:
V
vit9696 已提交
4828 4829 4830 4831 4832 4833

\begin{itemize}
\tightlist
\item
  \href{https://www.dmtf.org/standards/smbios}{SMBIOS}
\item
V
vit9696 已提交
4834
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Intel/Protocol/DataHub.h}{Data
V
vit9696 已提交
4835 4836 4837 4838 4839 4840 4841
  Hub}
\item
  NVRAM
\end{itemize}

Most of the fields specify the overrides in SMBIOS, and their field
names conform to EDK2
4842
\href{https://github.com/acidanthera/audk/blob/master/MdePkg/Include/IndustryStandard/SmBios.h}{SmBios.h}
V
vit9696 已提交
4843 4844 4845
header file. However, several important fields reside in Data Hub and
NVRAM. Some of the values can be found in more than one field and/or
destination, so there are two ways to control their update process:
4846
manual, where all the values are specified (the default), and semi-automatic,
D
dakanji 已提交
4847
where (\texttt{Automatic}) only certain values are specified, and later used
V
vit9696 已提交
4848 4849
for system configuration.

4850 4851 4852
The \href{http://www.nongnu.org/dmidecode}{dmidecode} utility can be used to inspect
SMBIOS contents and a version with macOS specific enhancements can be downloaded
from \href{https://github.com/acidanthera/dmidecode/releases}{Acidanthera/dmidecode}.
V
vit9696 已提交
4853

V
vit9696 已提交
4854 4855 4856 4857 4858 4859
\subsection{Properties}\label{platforminfoprops}

\begin{enumerate}
\item
  \texttt{Automatic}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
4860
  \textbf{Failsafe}: \texttt{false}\\
4861 4862
  \textbf{Description}: Generate PlatformInfo based on the \texttt{Generic}
  section instead of using values from the \texttt{DataHub}, \texttt{NVRAM},
V
vit9696 已提交
4863 4864 4865
  and \texttt{SMBIOS} sections.

  Enabling this option is useful when \texttt{Generic} section is flexible
A
Andrey1970AppleLife 已提交
4866 4867 4868 4869
  enough:
  \begin{itemize}
  \tightlist
  \item When enabled \texttt{SMBIOS}, \texttt{DataHub}, and
4870
  \texttt{PlatformNVRAM} data is unused.
A
Andrey1970AppleLife 已提交
4871 4872
  \item When disabled \texttt{Generic} section is unused.
  \end{itemize}
V
vit9696 已提交
4873

4874 4875 4876 4877 4878
  \textbf{Warning}: Setting this option to \texttt{false} is strongly discouraged when
  intending to update platform information. A \texttt{false} setting is typically only
  valid for minor corrections to SMBIOS values on legacy Apple hardware. In all other
  cases, setting \texttt{Automatic} to \texttt{false} may lead to hard-to-debug errors
  resulting from inconsistent or invalid settings.
V
vit9696 已提交
4879

J
John Davis 已提交
4880 4881 4882 4883 4884 4885 4886 4887 4888
\item
  \texttt{CustomMemory}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Use custom memory configuration defined in the
  \texttt{Memory} section. This completely replaces any existing memory
  configuration in SMBIOS, and is only active when \texttt{UpdateSMBIOS}
  is set to \texttt{true}.

V
vit9696 已提交
4889 4890 4891
\item
  \texttt{UpdateDataHub}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
4892
  \textbf{Failsafe}: \texttt{false}\\
4893
  \textbf{Description}: Update Data Hub fields. These fields are read
4894 4895
  from the \texttt{Generic} or \texttt{DataHub} sections depending on
  the setting of the \texttt{Automatic} property.
4896 4897

  \emph{Note}: The implementation of the Data Hub protocol in EFI firmware on
4898 4899 4900 4901 4902
  virtually all systems, including Apple hardware, means that existing Data Hub
  entries cannot be overridden. New entries are added to the end of the Data Hub
  instead, with macOS ignoring old entries. This can be worked around by
  replacing the Data Hub protocol using the \texttt{ProtocolOverrides} section.
  Refer to the \texttt{DataHub} protocol override description for details.
V
vit9696 已提交
4903 4904 4905
\item
  \texttt{UpdateNVRAM}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
4906
  \textbf{Failsafe}: \texttt{false}\\
V
vit9696 已提交
4907 4908
  \textbf{Description}: Update NVRAM fields related to platform information.

4909 4910 4911
  These fields are read from the \texttt{Generic} or \texttt{PlatformNVRAM}
  sections depending on the setting of the \texttt{Automatic} property.
  All the other fields are to be specified with the \texttt{NVRAM} section.
V
vit9696 已提交
4912

4913 4914 4915 4916
  If \texttt{UpdateNVRAM} is set to \texttt{false}, the aforementioned
  variables can be updated with the \hyperref[nvram]{\texttt{NVRAM}}
  section. If \texttt{UpdateNVRAM} is set to \texttt{true}, the behaviour is
  undefined when any of the fields are present in the \texttt{NVRAM} section.
V
vit9696 已提交
4917 4918 4919
\item
  \texttt{UpdateSMBIOS}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
4920
  \textbf{Failsafe}: \texttt{false}\\
4921
  \textbf{Description}: Update SMBIOS fields. These fields are read from the
V
vit9696 已提交
4922
  \texttt{Generic} or \texttt{SMBIOS} sections depending on
4923
  the setting of the \texttt{Automatic} property.
V
vit9696 已提交
4924 4925 4926
\item
  \texttt{UpdateSMBIOSMode}\\
  \textbf{Type}: \texttt{plist\ string}\\
4927
  \textbf{Failsafe}: \texttt{Create}\\
V
vit9696 已提交
4928 4929 4930 4931 4932
  \textbf{Description}: Update SMBIOS fields approach:

  \begin{itemize}
  \tightlist
  \item
4933
    \texttt{TryOverwrite} --- \texttt{Overwrite} if new size is \textless{}= than
V
vit9696 已提交
4934
    the page-aligned original and there are no issues with legacy region
D
dakanji 已提交
4935
    unlock. \texttt{Create} otherwise. Has issues on some types of firmware.
V
vit9696 已提交
4936 4937 4938 4939 4940 4941 4942 4943
  \item
    \texttt{Create} --- Replace the tables with newly allocated
    EfiReservedMemoryType at AllocateMaxAddress without any fallbacks.
  \item
    \texttt{Overwrite} --- Overwrite existing gEfiSmbiosTableGuid and
    gEfiSmbiosTable3Guid data if it fits new size. Abort with
    unspecified state otherwise.
  \item
4944 4945
    \texttt{Custom} --- Write SMBIOS tables
    (\texttt{gEfiSmbios(3)TableGuid}) to \texttt{gOcCustomSmbios(3)TableGuid}
D
dakanji 已提交
4946
    to workaround firmware overwriting SMBIOS contents at
V
vit9696 已提交
4947 4948
    ExitBootServices. Otherwise equivalent to \texttt{Create}. Requires
    patching AppleSmbios.kext and AppleACPIPlatform.kext to read from
4949 4950
    another GUID: \texttt{"EB9D2D31"} - \texttt{"EB9D2D35"} (in ASCII),
    done automatically by \texttt{CustomSMBIOSGuid} quirk.
V
vit9696 已提交
4951
  \end{itemize}
4952

4953 4954
  \emph{Note}: A side effect of using the \texttt{Custom} approach that it
  makes SMBIOS updates exclusive to macOS, avoiding a collision with existing
D
dakanji 已提交
4955 4956
  Windows activation and custom OEM software but potentially obstructing
  the operation of Apple-specific tools.
4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977
\item
  \texttt{UseRawUuidEncoding}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Use raw encoding for SMBIOS UUIDs.

  Each UUID \texttt{AABBCCDD-EEFF-GGHH-IIJJ-KKLLMMNNOOPP} is
  essentially a hexadecimal 16-byte number. It can be encoded
  in two ways:

  \begin{itemize}
    \tightlist
    \item \texttt{Big Endian} --- by writing all the bytes as they are without making
      any order changes (\texttt{\{AA BB CC DD EE FF GG HH II JJ KK LL MM NN OO PP\}}).
      This method is also known as \href{https://tools.ietf.org/html/rfc4122}{RFC 4122}
      encoding or \texttt{Raw} encoding.
    \item \texttt{Little Endian} --- by interpreting the bytes as numbers and using
      Little Endian byte representation
      (\texttt{\{DD CC BB AA FF EE HH GG II JJ KK LL MM NN OO PP\}}).
  \end{itemize}

4978
  The SMBIOS specification did not explicitly specify the encoding format for the
4979 4980 4981 4982 4983 4984
  UUID up to SMBIOS 2.6, where it stated that \texttt{Little Endian} encoding
  shall be used. This led to the confusion in both firmware implementations
  and system software as different vendors used different encodings prior to that.

  \begin{itemize}
    \tightlist
4985 4986 4987 4988 4989
    \item Apple uses the \texttt{Big Endian} format everywhere but it ignores SMBIOS UUID within macOS.
    \item \texttt{dmidecode} uses the \texttt{Big Endian} format for SMBIOS 2.5.x or lower
    and the \texttt{Little Endian} format for 2.6 and newer. Acidanthera
    \href{https://github.com/acidanthera/dmidecode}{dmidecode} prints all three.
    \item Windows uses the \texttt{Little Endian} format everywhere, but this only affects
4990 4991 4992 4993
    the visual representation of the values.
  \end{itemize}

  OpenCore always sets a recent SMBIOS version (currently 3.2) when generating
4994 4995 4996
  the modified DMI tables. If \texttt{UseRawUuidEncoding} is enabled, the \texttt{Big Endian}
  format is used to store the \texttt{SystemUUID} data. Otherwise, the \texttt{Little Endian}
  format is used.
4997

4998 4999 5000
  \emph{Note}: This preference does not affect UUIDs used in DataHub and NVRAM
  as they are not standardised and are added by Apple. Unlike SMBIOS, they are
  always stored in the \texttt{Big Endian} format.
5001

V
vit9696 已提交
5002 5003
\item
  \texttt{Generic}\\
G
Goldfish64 已提交
5004
  \textbf{Type}: \texttt{plist\ dictionary}\\
5005 5006 5007 5008
  \textbf{Description}: Update all fields in \texttt{Automatic} mode.

  \emph{Note}: This section is ignored but may not be removed when
  \texttt{Automatic} is \texttt{false}.
V
vit9696 已提交
5009 5010
\item
  \texttt{DataHub}\\
G
Goldfish64 已提交
5011
  \textbf{Type}: \texttt{plist\ dictionary}\\
5012 5013 5014 5015
  \textbf{Description}: Update Data Hub fields in non-\texttt{Automatic} mode.

  \emph{Note}: This section is ignored and may be removed when
  \texttt{Automatic} is \texttt{true}.
J
John Davis 已提交
5016 5017 5018 5019
\item
  \texttt{Memory}\\
  \textbf{Type}: \texttt{plist\ dictionary}\\
  \textbf{Description}: Define custom memory configuration.
5020 5021 5022

  \emph{Note}: This section is ignored and may be removed when
  \texttt{CustomMemory} is \texttt{false}.
V
vit9696 已提交
5023 5024
\item
  \texttt{PlatformNVRAM}\\
G
Goldfish64 已提交
5025
  \textbf{Type}: \texttt{plist\ dictionary}\\
5026 5027 5028 5029
  \textbf{Description}: Update platform NVRAM fields in non-\texttt{Automatic} mode.

  \emph{Note}: This section is ignored and may be removed when
  \texttt{Automatic} is \texttt{true}.
V
vit9696 已提交
5030 5031
\item
  \texttt{SMBIOS}\\
G
Goldfish64 已提交
5032
  \textbf{Type}: \texttt{plist\ dictionary}\\
5033 5034 5035 5036
  \textbf{Description}: Update SMBIOS fields in non-\texttt{Automatic} mode.

  \emph{Note}: This section is ignored and may be removed when
  \texttt{Automatic} is \texttt{true}.
V
vit9696 已提交
5037 5038 5039 5040 5041
\end{enumerate}

\subsection{Generic Properties}\label{platforminfogeneric}

\begin{enumerate}
5042 5043 5044
\item
  \texttt{SpoofVendor}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
5045
  \textbf{Failsafe}: \texttt{false}\\
5046 5047
  \textbf{Description}: Sets SMBIOS vendor fields to \texttt{Acidanthera}.

5048
  It can be dangerous to use ``Apple'' in SMBIOS vendor fields for reasons outlined in the
D
dakanji 已提交
5049 5050
  \texttt{SystemManufacturer} description. However, certain firmware may not provide
  valid values otherwise, which could obstruct the operation of some software.
V
vit9696 已提交
5051

5052
\item
5053
  \texttt{AdviseFeatures}\\
5054 5055
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
5056
  \textbf{Description}: Updates \texttt{FirmwareFeatures} with supported bits.
5057 5058 5059 5060 5061

  Added bits to \texttt{FirmwareFeatures}:

  \begin{itemize}
    \item \texttt{FW\_FEATURE\_SUPPORTS\_CSM\_LEGACY\_MODE} (\texttt{0x1})
5062 5063
    - Without this bit, it is not possible to reboot to Windows installed on
      a drive with an EFI partition that is not the first partition on the disk.
5064
    \item \texttt{FW\_FEATURE\_SUPPORTS\_UEFI\_WINDOWS\_BOOT} (\texttt{0x20000000})
5065 5066
    - Without this bit, it is not possible to reboot to Windows installed on
      a drive with an EFI partition that is the first partition on the disk.
5067 5068
    \item \texttt{FW\_FEATURE\_SUPPORTS\_APFS} (\texttt{0x00080000})
    - Without this bit, it is not possible to install macOS on an APFS disk.
5069
  \end{itemize}
5070

5071 5072 5073
  \emph{Note}: On most newer firmwares these bits are already set, the option
  may be necessary when "upgrading" the firmware with new features.

5074 5075 5076 5077
\item
  \texttt{MaxBIOSVersion}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
5078
  \textbf{Description}: Sets \texttt{BIOSVersion} to \texttt{9999.999.999.999.999}, recommended for legacy
5079
  Macs when using \texttt{Automatic} PlatformInfo, to avoid BIOS updates in unofficially supported macOS
K
khronokernel 已提交
5080
  versions.
5081

5082 5083 5084 5085 5086
\item
  \texttt{SystemMemoryStatus}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Auto}\\
  \textbf{Description}: Indicates whether system memory is upgradable in \texttt{PlatformFeature}.
5087
  This controls the visibility of the Memory tab in ``About This Mac''.
5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099

  Valid values:

  \begin{itemize}
    \tightlist
    \item \texttt{Auto} --- use the original \texttt{PlatformFeature} value.
    \item \texttt{Upgradable} --- explicitly unset \texttt{PT\_FEATURE\_HAS\_SOLDERED\_SYSTEM\_MEMORY}
    (\texttt{0x2}) in \texttt{PlatformFeature}.
    \item \texttt{Soldered} --- explicitly set \texttt{PT\_FEATURE\_HAS\_SOLDERED\_SYSTEM\_MEMORY}
    (\texttt{0x2}) in \texttt{PlatformFeature}.
  \end{itemize}

D
dakanji 已提交
5100
  \emph{Note}: On certain Mac models, such as the \texttt{MacBookPro10,x} and any \texttt{MacBookAir},
5101 5102 5103
  SPMemoryReporter.spreporter will ignore \texttt{PT\_FEATURE\_HAS\_SOLDERED\_SYSTEM\_MEMORY}
  and assume that system memory is non-upgradable.

5104
\item
5105
  \texttt{ProcessorType}\\
5106
  \textbf{Type}: \texttt{plist\ integer}\\
5107
  \textbf{Failsafe}: \texttt{0} (Automatic)\\
5108
  \textbf{Description}: Refer to SMBIOS \texttt{ProcessorType}.
V
vit9696 已提交
5109 5110 5111
\item
  \texttt{SystemProductName}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5112
  \textbf{Failsafe}: Empty (OEM specified or not installed)\\
V
vit9696 已提交
5113 5114 5115 5116
  \textbf{Description}: Refer to SMBIOS \texttt{SystemProductName}.
\item
  \texttt{SystemSerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5117
  \textbf{Failsafe}: Empty (OEM specified or not installed)\\
V
vit9696 已提交
5118
  \textbf{Description}: Refer to SMBIOS \texttt{SystemSerialNumber}.
5119

5120 5121 5122
  Specify special string value \texttt{OEM} to extract current value from NVRAM
  (\texttt{SSN} variable) or SMBIOS and use it throughout the sections.
  This feature can only be used on Mac-compatible firmware.
V
vit9696 已提交
5123 5124 5125
\item
  \texttt{SystemUUID}\\
  \textbf{Type}: \texttt{plist\ string}, GUID\\
D
dakanji 已提交
5126
  \textbf{Failsafe}: Empty (OEM specified or not installed)\\
V
vit9696 已提交
5127
  \textbf{Description}: Refer to SMBIOS \texttt{SystemUUID}.
5128

5129 5130 5131 5132 5133
  Specify special string value \texttt{OEM} to extract current value from NVRAM
  (\texttt{system-id} variable) or SMBIOS and use it throughout the sections.
  Since not every firmware implementation has valid (and unique) values, this
  feature is not applicable to some setups, and may provide unexpected results.
  It is highly recommended to specify the UUID explicitly. Refer to
5134
  \texttt{UseRawUuidEncoding} to determine how SMBIOS value is parsed.
V
vit9696 已提交
5135 5136 5137
\item
  \texttt{MLB}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5138
  \textbf{Failsafe}: Empty (OEM specified or not installed)\\
V
vit9696 已提交
5139
  \textbf{Description}: Refer to SMBIOS \texttt{BoardSerialNumber}.
5140

B
Bmju 已提交
5141
  Specify special string value \texttt{OEM} to extract current value from NVRAM
5142
  (\texttt{MLB} variable) or SMBIOS and use it throughout the sections.
5143
  This feature can only be used on Mac-compatible firmware.
V
vit9696 已提交
5144 5145
\item
  \texttt{ROM}\\
D
dakanji 已提交
5146
  \textbf{Type}: \texttt{plist\ multidata}, 6 bytes\\
D
dakanji 已提交
5147
  \textbf{Failsafe}: Empty (OEM specified or not installed)\\
V
vit9696 已提交
5148 5149
  \textbf{Description}: Refer to
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM}.
5150

B
Bmju 已提交
5151
  Specify special string value \texttt{OEM} to extract current value from NVRAM
5152
  (\texttt{ROM} variable) and use it throughout the sections.
5153
  This feature can only be used on Mac-compatible firmware.
5154

V
vit9696 已提交
5155 5156 5157 5158 5159 5160 5161 5162
\end{enumerate}

\subsection{DataHub Properties}\label{platforminfodatahub}

\begin{enumerate}
\item
  \texttt{PlatformName}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5163
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5164
  \textbf{Description}: Sets \texttt{name} in
D
dakanji 已提交
5165
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs is
V
vit9696 已提交
5166 5167 5168 5169
  \texttt{platform} in ASCII.
\item
  \texttt{SystemProductName}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5170
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5171
  \textbf{Description}: Sets \texttt{Model} in
D
dakanji 已提交
5172
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs is equal to SMBIOS
V
vit9696 已提交
5173 5174 5175 5176
  \texttt{SystemProductName} in Unicode.
\item
  \texttt{SystemSerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5177
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5178
  \textbf{Description}: Sets \texttt{SystemSerialNumber} in
D
dakanji 已提交
5179
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs is equal to SMBIOS
V
vit9696 已提交
5180 5181 5182 5183
  \texttt{SystemSerialNumber} in Unicode.
\item
  \texttt{SystemUUID}\\
  \textbf{Type}: \texttt{plist\ string}, GUID\\
D
dakanji 已提交
5184
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5185
  \textbf{Description}: Sets \texttt{system-id} in
D
dakanji 已提交
5186
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs is equal to SMBIOS
5187
  \texttt{SystemUUID} (with swapped byte order).
V
vit9696 已提交
5188 5189 5190
\item
  \texttt{BoardProduct}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5191
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5192
  \textbf{Description}: Sets \texttt{board-id} in
D
dakanji 已提交
5193
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs is equal to SMBIOS
V
vit9696 已提交
5194 5195 5196 5197
  \texttt{BoardProduct} in ASCII.
\item
  \texttt{BoardRevision}\\
  \textbf{Type}: \texttt{plist\ data}, 1 byte\\
5198
  \textbf{Failsafe}: \texttt{0}\\
V
vit9696 已提交
5199
  \textbf{Description}: Sets \texttt{board-rev} in
D
dakanji 已提交
5200
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs seems to correspond
V
vit9696 已提交
5201 5202 5203 5204
  to internal board revision (e.g. \texttt{01}).
\item
  \texttt{StartupPowerEvents}\\
  \textbf{Type}: \texttt{plist\ integer}, 64-bit\\
5205
  \textbf{Failsafe}: \texttt{0}\\
V
vit9696 已提交
5206
  \textbf{Description}: Sets \texttt{StartupPowerEvents} in
D
dakanji 已提交
5207
  \texttt{gEfiMiscSubClassGuid}. The value found on Macs is power management
V
vit9696 已提交
5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249
  state bitmask, normally 0. Known bits read by
  \texttt{X86PlatformPlugin.kext}:

  \begin{itemize}
  \tightlist
  \item
    \texttt{0x00000001} --- Shutdown cause was a \texttt{PWROK} event
    (Same as \texttt{GEN\_PMCON\_2} bit 0)
  \item
    \texttt{0x00000002} --- Shutdown cause was a \texttt{SYS\_PWROK}
    event (Same as \texttt{GEN\_PMCON\_2} bit 1)
  \item
    \texttt{0x00000004} --- Shutdown cause was a \texttt{THRMTRIP\#}
    event (Same as \texttt{GEN\_PMCON\_2} bit 3)
  \item
    \texttt{0x00000008} --- Rebooted due to a SYS\_RESET\# event (Same
    as \texttt{GEN\_PMCON\_2} bit 4)
  \item
    \texttt{0x00000010} --- Power Failure (Same as
    \texttt{GEN\_PMCON\_3} bit 1 \texttt{PWR\_FLR})
  \item
    \texttt{0x00000020} --- Loss of RTC Well Power (Same as
    \texttt{GEN\_PMCON\_3} bit 2 \texttt{RTC\_PWR\_STS})
  \item
    \texttt{0x00000040} --- General Reset Status (Same as
    \texttt{GEN\_PMCON\_3} bit 9 \texttt{GEN\_RST\_STS})
  \item
    \texttt{0xffffff80} --- SUS Well Power Loss (Same as
    \texttt{GEN\_PMCON\_3} bit 14)
  \item
    \texttt{0x00010000} --- Wake cause was a ME Wake event (Same as
    PRSTS bit 0, \texttt{ME\_WAKE\_STS})
  \item
    \texttt{0x00020000} --- Cold Reboot was ME Induced event (Same as
    \texttt{PRSTS} bit 1 \texttt{ME\_HRST\_COLD\_STS})
  \item
    \texttt{0x00040000} --- Warm Reboot was ME Induced event (Same as
    \texttt{PRSTS} bit 2 \texttt{ME\_HRST\_WARM\_STS})
  \item
    \texttt{0x00080000} --- Shutdown was ME Induced event (Same as
    \texttt{PRSTS} bit 3 \texttt{ME\_HOST\_PWRDN})
  \item
G
Goldfish64 已提交
5250
    \texttt{0x00100000} --- Global reset ME Watchdog Timer event (Same as
V
vit9696 已提交
5251 5252
    \texttt{PRSTS} bit 6)
  \item
G
Goldfish64 已提交
5253
    \texttt{0x00200000} --- Global reset PowerManagement Watchdog Timer
V
vit9696 已提交
5254 5255 5256 5257 5258
    event (Same as \texttt{PRSTS} bit 15)
  \end{itemize}
\item
  \texttt{InitialTSC}\\
  \textbf{Type}: \texttt{plist\ integer}, 64-bit\\
5259
  \textbf{Failsafe}: \texttt{0}\\
V
vit9696 已提交
5260
  \textbf{Description}: Sets \texttt{InitialTSC} in
5261
  \texttt{gEfiProcessorSubClassGuid}. Sets initial TSC value, normally 0.
V
vit9696 已提交
5262 5263 5264
\item
  \texttt{FSBFrequency}\\
  \textbf{Type}: \texttt{plist\ integer}, 64-bit\\
5265
  \textbf{Failsafe}: \texttt{0} (Automatic)\\
V
vit9696 已提交
5266
  \textbf{Description}: Sets \texttt{FSBFrequency} in
5267 5268 5269 5270 5271 5272
  \texttt{gEfiProcessorSubClassGuid}.

  Sets CPU FSB frequency. This value equals to CPU nominal frequency divided
  by CPU maximum bus ratio and is specified in Hz. Refer to
  \texttt{MSR\_NEHALEM\_PLATFORM\_INFO}~(\texttt{CEh}) MSR value to determine
  maximum bus ratio on modern Intel CPUs.
5273

V
vit9696 已提交
5274 5275
  \emph{Note}: This value is not used on Skylake and newer but is still provided
  to follow suit.
V
vit9696 已提交
5276 5277 5278
\item
  \texttt{ARTFrequency}\\
  \textbf{Type}: \texttt{plist\ integer}, 64-bit\\
5279
  \textbf{Failsafe}: \texttt{0} (Automatic)\\
V
vit9696 已提交
5280
  \textbf{Description}: Sets \texttt{ARTFrequency} in
5281
  \texttt{gEfiProcessorSubClassGuid}.
5282

5283
  This value contains CPU ART frequency, also known as crystal clock frequency.
D
dakanji 已提交
5284
  Its existence is exclusive to the Skylake generation and newer. The value is specified
5285
  in Hz, and is normally 24 MHz for the client Intel segment, 25 MHz for the server Intel segment,
5286
  and 19.2 MHz for Intel Atom CPUs. macOS till 10.15 inclusive assumes 24 MHz by default.
5287

5288 5289 5290
  \emph{Note}: On Intel Skylake X ART frequency may be a little less (approx. 0.25\%) than
  24 or 25 MHz due to special EMI-reduction circuit as described in
  \href{https://github.com/acidanthera/bugtracker/issues/448#issuecomment-524914166}{Acidanthera Bugtracker}.
V
vit9696 已提交
5291 5292
\item
  \texttt{DevicePathsSupported}\\
5293
  \textbf{Type}: \texttt{plist\ integer}, 32-bit\\
5294
  \textbf{Failsafe}: \texttt{0} (Not installed)\\
V
vit9696 已提交
5295
  \textbf{Description}: Sets \texttt{DevicePathsSupported} in
5296
  \texttt{gEfiMiscSubClassGuid}. Must be set to \texttt{1} for
5297 5298
  AppleACPIPlatform.kext to append SATA device paths to
  \texttt{Boot\#\#\#\#} and \texttt{efi-boot-device-data} variables.
5299
  Set to \texttt{1} on all modern Macs.
V
vit9696 已提交
5300 5301 5302
\item
  \texttt{SmcRevision}\\
  \textbf{Type}: \texttt{plist\ data}, 6 bytes\\
D
dakanji 已提交
5303
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5304 5305 5306 5307 5308 5309 5310
  \textbf{Description}: Sets \texttt{REV} in
  \texttt{gEfiMiscSubClassGuid}. Custom property read by
  \texttt{VirtualSMC} or \texttt{FakeSMC} to generate SMC \texttt{REV}
  key.
\item
  \texttt{SmcBranch}\\
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
D
dakanji 已提交
5311
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5312 5313 5314 5315 5316 5317 5318
  \textbf{Description}: Sets \texttt{RBr} in
  \texttt{gEfiMiscSubClassGuid}. Custom property read by
  \texttt{VirtualSMC} or \texttt{FakeSMC} to generate SMC \texttt{RBr}
  key.
\item
  \texttt{SmcPlatform}\\
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
D
dakanji 已提交
5319
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5320 5321 5322 5323 5324 5325
  \textbf{Description}: Sets \texttt{RPlt} in
  \texttt{gEfiMiscSubClassGuid}. Custom property read by
  \texttt{VirtualSMC} or \texttt{FakeSMC} to generate SMC \texttt{RPlt}
  key.
\end{enumerate}

J
John Davis 已提交
5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344
\subsection{Memory Properties}\label{platforminfomemory}

\begin{enumerate}
\item
  \texttt{DataWidth}\\
  \textbf{Type}: \texttt{plist\ integer}, 16-bit\\
  \textbf{Failsafe}: \texttt{0xFFFF} (unknown)\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Data Width\\
  \textbf{Description}: Specifies the data width, in bits, of the
  memory. A \texttt{DataWidth} of \texttt{0} and a \texttt{TotalWidth} of \texttt{8}
  indicates that the device is being used solely to provide 8
  error-correction bits.

\item
  \texttt{Devices}\\
  \textbf{Type}: \texttt{plist\ array}\\
  \textbf{Failsafe}: Empty\\
  \textbf{Description}: Specifies the custom memory devices to be added.

D
dakanji 已提交
5345 5346
  To be filled with \texttt{plist\ dictionary} values, describing each
  memory device. Refer to the \hyperref[platforminfomemorydevice]{Memory Devices Properties}
J
John Davis 已提交
5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380
  section below. This should include all memory slots, even if unpopulated.

\item
  \texttt{ErrorCorrection}\\
  \textbf{Type}: \texttt{plist\ integer}, 8-bit\\
  \textbf{Failsafe}: \texttt{0x03}\\
  \textbf{SMBIOS}: Physical Memory Array (Type 16) --- Memory Error Correction\\
  \textbf{Description}: Specifies the primary hardware error correction or
  detection method supported by the memory.

  \begin{itemize}
  \tightlist
  \item
    \texttt{0x01} --- Other
  \item
    \texttt{0x02} --- Unknown
  \item
    \texttt{0x03} --- None
  \item
    \texttt{0x04} --- Parity
  \item
    \texttt{0x05} --- Single-bit ECC
  \item
    \texttt{0x06} --- Multi-bit ECC
  \item
    \texttt{0x07} --- CRC
  \end{itemize}

\item
  \texttt{FormFactor}\\
  \textbf{Type}: \texttt{plist\ integer}, 8-bit\\
  \textbf{Failsafe}: \texttt{0x02}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Form Factor\\
  \textbf{Description}: Specifies the form factor of the memory.
D
dakanji 已提交
5381
  On Macs, this should typically be DIMM or SODIMM. Commonly used form
J
John Davis 已提交
5382 5383 5384 5385 5386
  factors are listed below.

  When \texttt{CustomMemory} is \texttt{false}, this value is automatically set
  based on Mac product name.

5387 5388 5389 5390
  When \texttt{Automatic} is \texttt{true}, the original value from the the corresponding Mac model will be set if available.
  Otherwise, the value from \texttt{OcMacInfoLib} will be set.
  When \texttt{Automatic} is \texttt{false}, a user-specified value will be set if available.
  Otherwise, the original value from the firmware will be set.
D
dakanji 已提交
5391
  If no value is provided, the failsafe value will be set.
5392

J
John Davis 已提交
5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516
  \begin{itemize}
  \tightlist
  \item
    \texttt{0x01} --- Other
  \item
    \texttt{0x02} --- Unknown
  \item
    \texttt{0x09} --- DIMM
  \item
    \texttt{0x0D} --- SODIMM
  \item
    \texttt{0x0F} --- FB-DIMM
  \end{itemize}

\item
  \texttt{MaxCapacity}\\
  \textbf{Type}: \texttt{plist\ integer}, 64-bit\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{SMBIOS}: Physical Memory Array (Type 16) --- Maximum Capacity\\
  \textbf{Description}: Specifies the maximum amount of memory, in bytes,
  supported by the system.

\item
  \texttt{TotalWidth}\\
  \textbf{Type}: \texttt{plist\ integer}, 16-bit\\
  \textbf{Failsafe}: \texttt{0xFFFF} (unknown)\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Total Width\\
  \textbf{Description}: Specifies the total width, in bits, of the
  memory, including any check or error-correction bits. If there are
  no error-correction bits, this value should be equal to \texttt{DataWidth}.

\item
  \texttt{Type}\\
  \textbf{Type}: \texttt{plist\ integer}, 8-bit\\
  \textbf{Failsafe}: \texttt{0x02}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Memory Type\\
  \textbf{Description}: Specifies the memory type. Commonly used types are listed below.

  \begin{itemize}
  \tightlist
  \item
    \texttt{0x01} --- Other
  \item
    \texttt{0x02} --- Unknown
  \item
    \texttt{0x0F} --- SDRAM
  \item
    \texttt{0x12} --- DDR
  \item
    \texttt{0x13} --- DDR2
  \item
    \texttt{0x14} --- DDR2 FB-DIMM
  \item
    \texttt{0x18} --- DDR3
  \item
    \texttt{0x1A} --- DDR4
  \item
    \texttt{0x1B} --- LPDDR
  \item
    \texttt{0x1C} --- LPDDR2
  \item
    \texttt{0x1D} --- LPDDR3
  \item
    \texttt{0x1E} --- LPDDR4
  \end{itemize}

\item
  \texttt{TypeDetail}\\
  \textbf{Type}: \texttt{plist\ integer}, 16-bit\\
  \textbf{Failsafe}: \texttt{0x4}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Type Detail\\
  \textbf{Description}: Specifies additional memory type information.

  \begin{itemize}
  \tightlist
  \item
    \texttt{Bit 0} --- Reserved, set to 0
  \item
    \texttt{Bit 1} --- Other
  \item
    \texttt{Bit 2} --- Unknown
  \item
    \texttt{Bit 7} --- Synchronous
  \item
    \texttt{Bit 13} --- Registered (buffered)
  \item
    \texttt{Bit 14} --- Unbuffered (unregistered)
  \end{itemize}

\end{enumerate}

\subsubsection{Memory Device Properties}\label{platforminfomemorydevice}

\begin{enumerate}
\item
  \texttt{AssetTag}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Unknown}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Asset Tag\\
  \textbf{Description}: Specifies the asset tag of this memory device.

\item
  \texttt{BankLocator}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Unknown}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Bank Locator\\
  \textbf{Description}: Specifies the physically labeled bank where the
  memory device is located.

\item
  \texttt{DeviceLocator}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Unknown}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Device Locator\\
  \textbf{Description}: Specifies the physically-labeled socket or
  board position where the memory device is located.

\item
  \texttt{Manufacturer}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Unknown}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Manufacturer\\
  \textbf{Description}: Specifies the manufacturer of this memory device.

V
vit9696 已提交
5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531
  For empty slot this must be set to \texttt{NO DIMM} for macOS System Profiler
  to correctly display memory slots on certain Mac models, e.g. \texttt{MacPro7,1}.
  \texttt{MacPro7,1} imposes additional requirements on the memory layout:
  \begin{itemize}
    \tightlist
    \item The amount of installed sticks must one of the following: 4, 6, 8, 10, 12.
          Using any different value will cause an error in the System Profiler.
    \item The amount of memory slots must equal to 12. Using any different value
          will cause an error in the System Profiler.
    \item Memory sticks must be installed in dedicated memory slots as explained
          on the \href{https://support.apple.com/HT210103}{support page}. SMBIOS
          memory devices are mapped to the following slots:
          \texttt{8, 7, 10, 9, 12, 11, 5, 6, 3, 4, 1, 2}.
  \end{itemize}

J
John Davis 已提交
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563
\item
  \texttt{PartNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Unknown}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Part Number\\
  \textbf{Description}: Specifies the part number of this memory device.

\item
  \texttt{SerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Unknown}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Serial Number\\
  \textbf{Description}: Specifies the serial number of this memory device.

\item
  \texttt{Size}\\
  \textbf{Type}: \texttt{plist\ integer}, 32-bit\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Size\\
  \textbf{Description}: Specifies the size of the memory device, in megabytes.
  \texttt{0} indicates this slot is not populated.

\item
  \texttt{Speed}\\
  \textbf{Type}: \texttt{plist\ integer}, 16-bit\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{SMBIOS}: Memory Device (Type 17) --- Speed\\
  \textbf{Description}: Specifies the maximum capable speed of the device,
  in megatransfers per second (MT/s). \texttt{0} indicates an unknown speed.

\end{enumerate}

V
vit9696 已提交
5564 5565 5566 5567 5568 5569
\subsection{PlatformNVRAM Properties}\label{platforminfonvram}

\begin{enumerate}
\item
  \texttt{BID}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5570
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5571 5572 5573 5574 5575 5576
  \textbf{Description}: Specifies the value of NVRAM variable
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_BID}.

\item
  \texttt{ROM}\\
  \textbf{Type}: \texttt{plist\ data}, 6 bytes\\
D
dakanji 已提交
5577
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5578
  \textbf{Description}: Specifies the values of NVRAM variables
V
vit9696 已提交
5579 5580 5581 5582 5583 5584
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_ROM} and
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM}.

\item
  \texttt{MLB}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5585
  \textbf{Failsafe}: Empty (Not installed)\\
V
vit9696 已提交
5586 5587 5588 5589
  \textbf{Description}: Specifies the values of NVRAM variables
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_MLB} and
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:MLB}.

5590 5591 5592
\item
  \texttt{FirmwareFeatures}\\
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
D
dakanji 已提交
5593
  \textbf{Failsafe}: Empty (Not installed)\\
5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604
  \textbf{Description}: This variable comes in pair with \texttt{FirmwareFeaturesMask}.
  Specifies the values of NVRAM variables:
  \begin{itemize}
  \tightlist
  \item \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:FirmwareFeatures}
  \item \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ExtendedFirmwareFeatures}
  \end{itemize}

\item
  \texttt{FirmwareFeaturesMask}\\
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
D
dakanji 已提交
5605
  \textbf{Failsafe}: Empty (Not installed)\\
5606 5607 5608 5609 5610 5611 5612 5613
  \textbf{Description}: This variable comes in pair with \texttt{FirmwareFeatures}.
  Specifies the values of NVRAM variables:
  \begin{itemize}
  \tightlist
  \item \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:FirmwareFeaturesMask}
  \item \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ExtendedFirmwareFeaturesMask}
  \end{itemize}

5614 5615 5616 5617 5618 5619 5620 5621
\item
  \texttt{SystemSerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: Empty (Not installed)\\
  \textbf{Description}: Specifies the values of NVRAM variables
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW\_SSN} and
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:SSN}.

5622 5623 5624
\item
  \texttt{SystemUUID}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5625
  \textbf{Failsafe}: Empty (Not installed)\\
5626 5627
  \textbf{Description}: Specifies the value of NVRAM variable
  \texttt{4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:system-id}
D
dakanji 已提交
5628
  for boot services only. The value found on Macs is equal to SMBIOS
5629 5630
  \texttt{SystemUUID}.

V
vit9696 已提交
5631 5632 5633 5634 5635 5636 5637 5638
\end{enumerate}

\subsection{SMBIOS Properties}\label{platforminfosmbios}

\begin{enumerate}
\item
  \texttt{BIOSVendor}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5639
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5640 5641 5642 5643 5644 5645
  \textbf{SMBIOS}: BIOS Information (Type 0) --- Vendor\\
  \textbf{Description}: BIOS Vendor. All rules of
  \texttt{SystemManufacturer} do apply.
\item
  \texttt{BIOSVersion}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5646
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5647 5648 5649 5650
  \textbf{SMBIOS}: BIOS Information (Type 0) --- BIOS Version\\
  \textbf{Description}: Firmware version. This value gets updated and
  takes part in update delivery configuration and macOS version
  compatibility. This value could look like
D
dakanji 已提交
5651
  \texttt{MM71.88Z.0234.B00.1809171422} in older firmware and is
V
vit9696 已提交
5652
  described in
V
vit9696 已提交
5653
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/Guid/BiosId.h}{BiosId.h}.
D
dakanji 已提交
5654
  In newer firmware, it should look like \texttt{236.0.0.0.0} or
V
vit9696 已提交
5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675
  \texttt{220.230.16.0.0\ (iBridge:\ 16.16.2542.0.0,0)}. iBridge version
  is read from \texttt{BridgeOSVersion} variable, and is only present on
  macs with T2.

\begin{verbatim}
Apple ROM Version
 BIOS ID:      MBP151.88Z.F000.B00.1811142212
 Model:        MBP151
 EFI Version:  220.230.16.0.0
 Built by:     root@quinoa
 Date:         Wed Nov 14 22:12:53 2018
 Revision:     220.230.16 (B&I)
 ROM Version:  F000_B00
 Build Type:   Official Build, RELEASE
 Compiler:     Apple LLVM version 10.0.0 (clang-1000.2.42)
 UUID:         E5D1475B-29FF-32BA-8552-682622BA42E1
 UUID:         151B0907-10F9-3271-87CD-4BF5DBECACF5
\end{verbatim}
\item
  \texttt{BIOSReleaseDate}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5676
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5677 5678 5679 5680 5681 5682
  \textbf{SMBIOS}: BIOS Information (Type 0) --- BIOS Release Date\\
  \textbf{Description}: Firmware release date. Similar to
  \texttt{BIOSVersion}. May look like \texttt{12/08/2017}.
\item
  \texttt{SystemManufacturer}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5683
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5684
  \textbf{SMBIOS}: System Information (Type 1) --- Manufacturer\\
5685 5686 5687
  \textbf{Description}: OEM manufacturer of the particular board. Use failsafe
  unless strictly required. Do not override to contain \texttt{Apple\ Inc.}
  on non-Apple hardware, as this confuses numerous services present in
V
vit9696 已提交
5688 5689
  the operating system, such as firmware updates, eficheck, as well as
  kernel extensions developed in Acidanthera, such as Lilu and its
V
vit9696 已提交
5690
  plugins. In addition it will also make some operating systems
D
dakanji 已提交
5691
  such as Linux unbootable.
V
vit9696 已提交
5692 5693 5694
\item
  \texttt{SystemProductName}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5695
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707
  \textbf{SMBIOS}: System Information (Type 1), Product Name\\
  \textbf{Description}: Preferred Mac model used to mark the device as
  supported by the operating system. This value must be specified by any
  configuration for later automatic generation of the related values in
  this and other SMBIOS tables and related configuration parameters. If
  \texttt{SystemProductName} is not compatible with the target operating
  system, \texttt{-no\_compat\_check} boot argument may be used as an
  override.

  \emph{Note}: If \texttt{SystemProductName} is unknown, and related
  fields are unspecified, default values should be assumed as being set
  to \texttt{MacPro6,1} data. The list of known products can be found in
V
vit9696 已提交
5708
  \texttt{AppleModels}.
V
vit9696 已提交
5709 5710 5711
\item
  \texttt{SystemVersion}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5712
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5713 5714 5715 5716 5717 5718
  \textbf{SMBIOS}: System Information (Type 1) --- Version\\
  \textbf{Description}: Product iteration version number. May look like
  \texttt{1.1}.
\item
  \texttt{SystemSerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5719
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5720 5721 5722
  \textbf{SMBIOS}: System Information (Type 1) --- Serial Number\\
  \textbf{Description}: Product serial number in defined format. Known
  formats are described in
V
vit9696 已提交
5723
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Utilities/macserial/FORMAT.md}{macserial}.
V
vit9696 已提交
5724 5725 5726
\item
  \texttt{SystemUUID}\\
  \textbf{Type}: \texttt{plist\ string}, GUID\\
D
dakanji 已提交
5727
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5728 5729 5730 5731 5732 5733 5734
  \textbf{SMBIOS}: System Information (Type 1) --- UUID\\
  \textbf{Description}: A UUID is an identifier that is designed to be
  unique across both time and space. It requires no central registration
  process.
\item
  \texttt{SystemSKUNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5735
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5736 5737 5738 5739 5740 5741 5742
  \textbf{SMBIOS}: System Information (Type 1) --- SKU Number\\
  \textbf{Description}: Mac Board ID (\texttt{board-id}). May look like
  \texttt{Mac-7BA5B2D9E42DDD94} or \texttt{Mac-F221BEC8} in older
  models. Sometimes it can be just empty.
\item
  \texttt{SystemFamily}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5743
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5744 5745 5746 5747 5748
  \textbf{SMBIOS}: System Information (Type 1) --- Family\\
  \textbf{Description}: Family name. May look like \texttt{iMac\ Pro}.
\item
  \texttt{BoardManufacturer}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5749
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5750 5751 5752 5753 5754 5755 5756
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) -
  Manufacturer\\
  \textbf{Description}: Board manufacturer. All rules of
  \texttt{SystemManufacturer} do apply.
\item
  \texttt{BoardProduct}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5757
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5758 5759 5760 5761 5762 5763 5764 5765
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) -
  Product\\
  \textbf{Description}: Mac Board ID (\texttt{board-id}). May look like
  \texttt{Mac-7BA5B2D9E42DDD94} or \texttt{Mac-F221BEC8} in older
  models.
\item
  \texttt{BoardVersion}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5766
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5767 5768 5769 5770 5771 5772 5773
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) -
  Version\\
  \textbf{Description}: Board version number. Varies, may match
  \texttt{SystemProductName} or \texttt{SystemProductVersion}.
\item
  \texttt{BoardSerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5774
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5775 5776 5777 5778 5779 5780 5781 5782
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) --- Serial
  Number\\
  \textbf{Description}: Board serial number in defined format. Known
  formats are described in
  \href{https://github.com/acidanthera/macserial/blob/master/FORMAT.md}{macserial}.
\item
  \texttt{BoardAssetTag}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5783
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5784 5785 5786 5787 5788 5789 5790
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) --- Asset
  Tag\\
  \textbf{Description}: Asset tag number. Varies, may be empty or
  \texttt{Type2\ -\ Board\ Asset\ Tag}.
\item
  \texttt{BoardType}\\
  \textbf{Type}: \texttt{plist\ integer}\\
5791
  \textbf{Failsafe}: \texttt{0} (OEM specified)\\
V
vit9696 已提交
5792 5793 5794
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) --- Board
  Type\\
  \textbf{Description}: Either \texttt{0xA} (Motherboard (includes
5795 5796
  processor, memory, and I/O) or \texttt{0xB} (Processor/Memory Module).
  Refer to Table 15 -- Baseboard: Board Type for details.
V
vit9696 已提交
5797 5798 5799
\item
  \texttt{BoardLocationInChassis}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5800
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5801 5802 5803 5804 5805 5806 5807
  \textbf{SMBIOS}: Baseboard (or Module) Information (Type 2) --- Location
  in Chassis\\
  \textbf{Description}: Varies, may be empty or
  \texttt{Part\ Component}.
\item
  \texttt{ChassisManufacturer}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5808
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5809 5810 5811 5812 5813 5814
  \textbf{SMBIOS}: System Enclosure or Chassis (Type 3) --- Manufacturer\\
  \textbf{Description}: Board manufacturer. All rules of
  \texttt{SystemManufacturer} do apply.
\item
  \texttt{ChassisType}\\
  \textbf{Type}: \texttt{plist\ integer}\\
5815
  \textbf{Failsafe}: \texttt{0} (OEM specified)\\
V
vit9696 已提交
5816
  \textbf{SMBIOS}: System Enclosure or Chassis (Type 3) --- Type\\
5817 5818
  \textbf{Description}: Chassis type. Refer to Table 17 --- System
  Enclosure or Chassis Types for details.
V
vit9696 已提交
5819 5820 5821
\item
  \texttt{ChassisVersion}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5822
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5823 5824 5825 5826 5827
  \textbf{SMBIOS}: System Enclosure or Chassis (Type 3) --- Version\\
  \textbf{Description}: Should match \texttt{BoardProduct}.
\item
  \texttt{ChassisSerialNumber}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5828
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5829 5830 5831 5832 5833
  \textbf{SMBIOS}: System Enclosure or Chassis (Type 3) --- Version\\
  \textbf{Description}: Should match \texttt{SystemSerialNumber}.
\item
  \texttt{ChassisAssetTag}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
5834
  \textbf{Failsafe}: Empty (OEM specified)\\
V
vit9696 已提交
5835 5836 5837 5838 5839 5840
  \textbf{SMBIOS}: System Enclosure or Chassis (Type 3) --- Asset Tag
  Number\\
  \textbf{Description}: Chassis type name. Varies, could be empty or
  \texttt{MacBook-Aluminum}.
\item
  \texttt{PlatformFeature}\\
5841
  \textbf{Type}: \texttt{plist\ integer}, 32-bit\\
5842
  \textbf{Failsafe}: \texttt{0xFFFFFFFF} (OEM specified on Apple hardware, do not provide the table otherwise)\\
V
vit9696 已提交
5843 5844
  \textbf{SMBIOS}: \texttt{APPLE\_SMBIOS\_TABLE\_TYPE133} -
  \texttt{PlatformFeature}\\
5845 5846
  \textbf{Description}: Platform features bitmask (Missing on older Macs). Refer to
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/IndustryStandard/AppleFeatures.h}{AppleFeatures.h} for details.
5847 5848 5849
\item
  \texttt{SmcVersion}\\
  \textbf{Type}: \texttt{plist\ data}, 16 bytes\\
5850
  \textbf{Failsafe}: All zero (OEM specified on Apple hardware, do not provide the table otherwise)\\
5851 5852
  \textbf{SMBIOS}: \texttt{APPLE\_SMBIOS\_TABLE\_TYPE134} - \texttt{Version}\\
  \textbf{Description}: ASCII string containing SMC version in upper case.
5853
  Missing on T2 based Macs.
V
vit9696 已提交
5854 5855
\item
  \texttt{FirmwareFeatures}\\
V
vit9696 已提交
5856
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
5857
  \textbf{Failsafe}: \texttt{0} (OEM specified on Apple hardware, 0 otherwise)\\
V
vit9696 已提交
5858 5859 5860
  \textbf{SMBIOS}: \texttt{APPLE\_SMBIOS\_TABLE\_TYPE128} -
  \texttt{FirmwareFeatures} and \texttt{ExtendedFirmwareFeatures}\\
  \textbf{Description}: 64-bit firmware features bitmask. Refer to
V
vit9696 已提交
5861
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/IndustryStandard/AppleFeatures.h}{AppleFeatures.h}
5862
  for details. Lower 32 bits match \texttt{FirmwareFeatures}. Upper
V
vit9696 已提交
5863 5864 5865
  64 bits match \texttt{ExtendedFirmwareFeatures}.
\item
  \texttt{FirmwareFeaturesMask}\\
V
vit9696 已提交
5866
  \textbf{Type}: \texttt{plist\ data}, 8 bytes\\
5867
  \textbf{Failsafe}: \texttt{0} (OEM specified on Apple hardware, 0 otherwise)\\
V
vit9696 已提交
5868 5869 5870 5871 5872
  \textbf{SMBIOS}: \texttt{APPLE\_SMBIOS\_TABLE\_TYPE128} -
  \texttt{FirmwareFeaturesMask} and
  \texttt{ExtendedFirmwareFeaturesMask}\\
  \textbf{Description}: Supported bits of extended firmware features
  bitmask. Refer to
V
vit9696 已提交
5873
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/IndustryStandard/AppleFeatures.h}{AppleFeatures.h}
5874
  for details. Lower 32 bits match \texttt{FirmwareFeaturesMask}.
V
vit9696 已提交
5875 5876 5877 5878
  Upper 64 bits match \texttt{ExtendedFirmwareFeaturesMask}.
\item
  \texttt{ProcessorType}\\
  \textbf{Type}: \texttt{plist\ integer}, 16-bit\\
5879
  \textbf{Failsafe}: \texttt{0} (Automatic)\\
V
vit9696 已提交
5880 5881 5882
  \textbf{SMBIOS}: \texttt{APPLE\_SMBIOS\_TABLE\_TYPE131} -
  \texttt{ProcessorType}\\
  \textbf{Description}: Combined of Processor Major and Minor types.
5883

5884 5885 5886
  Automatic value generation attempts to provide the most accurate value for
  the currently installed CPU. When this fails, please raise an
  \href{https://github.com/acidanthera/bugtracker/issues}{issue} and
5887 5888 5889
  provide \texttt{sysctl machdep.cpu} and
  \href{https://github.com/acidanthera/dmidecode}{\texttt{dmidecode}} output.
  For a full list of available values and their limitations (the value will
5890
  only apply if the CPU core count matches), refer to the Apple SMBIOS definitions header
5891
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/IndustryStandard/AppleSmBios.h}{here}.
V
vit9696 已提交
5892 5893 5894 5895 5896 5897 5898 5899
\end{enumerate}

\section{UEFI}\label{uefi}

\subsection{Introduction}\label{uefiintro}

\href{https://uefi.org/specifications}{UEFI} (Unified Extensible Firmware Interface)
is a specification that defines a software interface between an operating system and
5900 5901
platform firmware. This section allows loading additional UEFI modules as well as applying
tweaks to the onboard firmware. To inspect firmware contents, apply modifications
V
vit9696 已提交
5902 5903
and perform upgrades \href{https://github.com/LongSoft/UEFITool/releases}{UEFITool}
and supplementary utilities can be used.
V
vit9696 已提交
5904

V
vit9696 已提交
5905 5906
\subsection{Drivers}\label{uefidrivers}

5907
Depending on the firmware, a different set of drivers may be required.
5908
Loading an incompatible driver may lead the system to unbootable state or
V
vit9696 已提交
5909 5910
even cause permanent firmware damage. Some of the known drivers are listed below:

V
vit9696 已提交
5911
\begin{tabular}{p{1.3in}p{5.55in}}
A
Andrey1970AppleLife 已提交
5912
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{AudioDxe}}\textbf{*}
D
dakanji 已提交
5913
& HDA audio support driver in UEFI firmware for most Intel and some other analog audio controllers.
V
vit9696 已提交
5914
  Staging driver, refer to \href{https://github.com/acidanthera/bugtracker/issues/740}{acidanthera/bugtracker\#740}
V
vit9696 已提交
5915
  for known issues in AudioDxe. \\
5916 5917 5918 5919 5920
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{CrScreenshotDxe}}\textbf{*}
& Screenshot making driver saving images to the root of OpenCore partition (ESP) or
  any available writeable filesystem upon pressing \texttt{F10}.
  This is a modified version of \href{https://github.com/LongSoft/CrScreenshotDxe}{\texttt{CrScreenshotDxe}}
  driver by \href{https://github.com/NikolajSchlej}{Nikolaj Schlej}. \\
V
vit9696 已提交
5921 5922
\href{https://github.com/acidanthera/OcBinaryData}{\texttt{ExFatDxe}}
& Proprietary ExFAT file system driver for Bootcamp support commonly found in Apple
D
dakanji 已提交
5923
  firmware. For Sandy Bridge and earlier CPUs, the \texttt{ExFatDxeLegacy} driver should be
V
vit9696 已提交
5924 5925
  used due to the lack of \texttt{RDRAND} instruction support. \\
\href{https://github.com/acidanthera/OcBinaryData}{\texttt{HfsPlus}}
A
Andrey1970AppleLife 已提交
5926
& Recommended. Proprietary HFS file system driver with bless support commonly found in Apple
D
dakanji 已提交
5927
  firmware. For Sandy Bridge and earlier CPUs, the \texttt{HfsPlusLegacy} driver should be
V
vit9696 已提交
5928 5929 5930
  used due to the lack of \texttt{RDRAND} instruction support. \\
\href{https://github.com/acidanthera/audk}{\texttt{HiiDatabase}}\textbf{*}
& HII services support driver from \texttt{MdeModulePkg}. This driver is included in
D
dakanji 已提交
5931 5932
  most types of firmware starting with the Ivy Bridge generation. Some applications with GUI,
  such as UEFI Shell, may need this driver to work properly. \\
V
vit9696 已提交
5933 5934
\href{https://github.com/acidanthera/audk}{\texttt{EnhancedFatDxe}}
& FAT filesystem driver from \texttt{FatPkg}. This driver is embedded in all
D
dakanji 已提交
5935 5936
  UEFI firmware and cannot be used from OpenCore. Several types of firmware
  have defective FAT support implementation that may lead to corrupted filesystems
D
dakanji 已提交
5937 5938
  on write attempts. Embedding this driver within the firmware may be required in case
  writing to the EFI partition is needed during the boot process. \\
5939
\href{https://github.com/acidanthera/audk}{\texttt{NvmExpressDxe}}\textbf{*}
V
vit9696 已提交
5940
& NVMe support driver from \texttt{MdeModulePkg}. This driver is included in most
D
dakanji 已提交
5941
  firmware starting with the Broadwell generation. For Haswell and earlier, embedding it
V
vit9696 已提交
5942 5943 5944 5945 5946 5947
  within the firmware may be more favourable in case a NVMe SSD drive is installed. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenCanopy}}\textbf{*}
& \hyperref[ueficanopy]{OpenCore plugin} implementing graphical interface. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenRuntime}}\textbf{*}
& \hyperref[uefiruntime]{OpenCore plugin} implementing \texttt{OC\_FIRMWARE\_RUNTIME} protocol. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenUsbKbDxe}}\textbf{*}
D
dakanji 已提交
5948
& USB keyboard driver adding support for \texttt{AppleKeyMapAggregator} protocols
V
vit9696 已提交
5949
  on top of a custom USB keyboard driver implementation. This is an alternative to
V
vit9696 已提交
5950
  builtin \texttt{KeySupport}, which may work better or worse depending on the firmware. \\
5951 5952 5953 5954
\href{https://github.com/acidanthera/OcBinaryData}{\texttt{OpenPartitionDxe}}\textbf{*}
& Partition management driver with Apple Partitioning Scheme support.
  This driver can be used to support loading older DMG recoveries such as
  macOS 10.9 using Apple Partitioning Scheme. OpenDuet already includes this driver. \\
5955
\href{https://github.com/acidanthera/audk}{\texttt{Ps2KeyboardDxe}}\textbf{*}
D
dakanji 已提交
5956
& PS/2 keyboard driver from \texttt{MdeModulePkg}. \texttt{OpenDuetPkg} and some types of firmware
5957 5958 5959
  may not include this driver, but it is necessary for PS/2 keyboard to work.
  Note, unlike \texttt{OpenUsbKbDxe} this driver has no \texttt{AppleKeyMapAggregator}
  support and thus requires \texttt{KeySupport} to be enabled. \\
5960
\href{https://github.com/acidanthera/audk}{\texttt{Ps2MouseDxe}}\textbf{*}
D
dakanji 已提交
5961 5962 5963
& PS/2 mouse driver from \texttt{MdeModulePkg}. Some very old laptop firmware
  may not include this driver but it is necessary for the touchpad to work
  in UEFI graphical interfaces such as \texttt{OpenCanopy}. \\
5964
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenHfsPlus}}\textbf{*}
V
vit9696 已提交
5965
& HFS file system driver with bless support. This driver is an alternative to
D
dakanji 已提交
5966
  a closed source \texttt{HfsPlus} driver commonly found in Apple firmware. While
V
vit9696 已提交
5967
  it is feature complete, it is approximately 3~times slower and is yet to undergo
V
vit9696 已提交
5968
  a security audit. \\
5969 5970 5971 5972
\href{https://github.com/acidanthera/audk}{\texttt{UsbMouseDxe}}\textbf{*}
& USB mouse driver from \texttt{MdeModulePkg}. Some virtual machine firmware
  such as OVMF may not include this driver but it is necessary for the mouse to work
  in UEFI graphical interfaces such as \texttt{OpenCanopy}. \\
V
vit9696 已提交
5973 5974
\href{https://github.com/acidanthera/audk}{\texttt{XhciDxe}}\textbf{*}
& XHCI USB controller support driver from \texttt{MdeModulePkg}. This driver is
D
dakanji 已提交
5975 5976
  included in most types of firmware starting with the Sandy Bridge generation. For earlier firmware
  or legacy systems, it may be used to support external USB 3.0 PCI cards.
V
vit9696 已提交
5977
\end{tabular}
V
vit9696 已提交
5978

V
vit9696 已提交
5979
Driver marked with \textbf{*} are bundled with OpenCore.
5980 5981
To compile the drivers from UDK (EDK II) the same command used for
OpenCore compilation can be taken, but choose a corresponding package:
V
vit9696 已提交
5982 5983 5984 5985 5986 5987 5988 5989 5990
\begin{lstlisting}[label=compileudk, style=ocbash]
git clone https://github.com/acidanthera/audk UDK
cd UDK
source edksetup.sh
make -C BaseTools
build -a X64 -b RELEASE -t XCODE5 -p FatPkg/FatPkg.dsc
build -a X64 -b RELEASE -t XCODE5 -p MdeModulePkg/MdeModulePkg.dsc
\end{lstlisting}

5991
\subsection{Tools and Applications}\label{uefitools}
V
vit9696 已提交
5992 5993

Standalone tools may help to debug firmware and hardware. Some of the known tools are listed below.
5994 5995
While some tools can be launched from within OpenCore (Refer to the \hyperref[misctools]{Tools} subsection
for more details), most should be run separately either directly or from \texttt{Shell}.
V
vit9696 已提交
5996

V
vit9696 已提交
5997
To boot into OpenShell or any other tool directly save \texttt{OpenShell.efi}
V
vit9696 已提交
5998
under the name of \texttt{EFI\textbackslash BOOT\textbackslash BOOTX64.EFI}
D
dakanji 已提交
5999
on a FAT32 partition. It is typically unimportant whether the partition scheme
V
vit9696 已提交
6000 6001 6002 6003 6004 6005 6006
is \texttt{GPT} or \texttt{MBR}.

While the previous approach works both on Macs and other computers,
an alternative Mac-only approach to bless the tool on an HFS+ or APFS
volume:

\begin{lstlisting}[caption=Blessing tool, label=blesstool, style=ocbash]
V
vit9696 已提交
6007
sudo bless --verbose --file /Volumes/VOLNAME/DIR/OpenShell.efi \
V
vit9696 已提交
6008 6009 6010
  --folder /Volumes/VOLNAME/DIR/ --setBoot
\end{lstlisting}

6011
\emph{Note 1}: \texttt{/System/Library/CoreServices/BridgeVersion.bin} should be copied
V
vit9696 已提交
6012
  to \texttt{/Volumes/VOLNAME/DIR}. \\
D
dakanji 已提交
6013
\emph{Note 2}: To be able to use the \texttt{bless} command,
6014 6015 6016
  \href{https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html}{disabling System Integrity Protection} is necessary. \\
\emph{Note 3}: To be able to boot \href{https://support.apple.com/HT208330}{Secure Boot}
  might be disabled if present.
V
vit9696 已提交
6017

V
vit9696 已提交
6018 6019 6020 6021 6022 6023 6024 6025 6026
Some of the known tools are listed below (builtin tools are marked with \textbf{*}):

\begin{tabular}{p{1.3in}p{5.55in}}
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{BootKicker}}\textbf{*}
& Enter Apple BootPicker menu (exclusive for Macs with compatible GPUs). \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{ChipTune}}\textbf{*}
& Test BeepGen protocol and generate audio signals of different style and length. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{CleanNvram}}\textbf{*}
& Reset NVRAM alternative bundled as a standalone tool. \\
6027 6028
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{CsrUtil}}\textbf{*}
& Simple implementation of SIP-related features of Apple \texttt{csrutil}. \\
V
vit9696 已提交
6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{GopStop}}\textbf{*}
& Test GraphicsOutput protocol with a
  \href{https://github.com/acidanthera/OpenCorePkg/tree/master/Application/GopStop}{simple scenario}. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{KeyTester}}\textbf{*}
& Test keyboard input in \texttt{SimpleText} mode. \\
\href{https://www.memtest86.com}{\texttt{MemTest86}}
& Memory testing utility. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenControl}}\textbf{*}
& Unlock and lock back NVRAM protection for other tools to be able to get full NVRAM access
  when launching from OpenCore. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenShell}}\textbf{*}
& OpenCore-configured \href{http://github.com/tianocore/edk2}{\texttt{UEFI Shell}} for compatibility
D
dakanji 已提交
6041
  with a broad range of firmware. \\
V
vit9696 已提交
6042 6043
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{PavpProvision}}
& Perform EPID provisioning (requires certificate data configuration). \\
V
vit9696 已提交
6044 6045
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{ResetSystem}}\textbf{*}
& Utility to perform system reset. Takes reset type as an argument:
6046 6047
  \texttt{coldreset}, \texttt{firmware}, \texttt{shutdown}, \texttt{warmreset}.
  Defaults to \texttt{coldreset}. \\
V
vit9696 已提交
6048 6049
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{RtcRw}}\textbf{*}
& Utility to read and write RTC (CMOS) memory. \\
6050
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{ControlMsrE2}}\textbf{*}
Z
zhen-zen 已提交
6051
& Check \texttt{CFG Lock} (MSR \texttt{0xE2} write protection) consistency
V
vit9696 已提交
6052 6053 6054 6055 6056
across all cores and change such hidden options on selected platforms. \\
\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{TpmInfo}}\textbf{*}
& Check Intel PTT (Platform Trust Technology) capability on the platform,
which allows using fTPM 2.0 if enabled. The tool does not check whether fTPM 2.0
is actually enabled.
V
vit9696 已提交
6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067
\end{tabular}

\subsection{OpenCanopy}\label{ueficanopy}

OpenCanopy is a graphical OpenCore user interface that runs in
\texttt{External} \texttt{PickerMode} and relies on
\href{https://github.com/acidanthera/OpenCorePkg}{OpenCorePkg} \texttt{OcBootManagementLib}
similar to the builtin text interface.

OpenCanopy requires graphical resources located in \texttt{Resources} directory to run.
Sample resources (fonts and images) can be found in
6068
\href{https://github.com/acidanthera/OcBinaryData}{OcBinaryData repository}. Customised icons can be found over the internet
A
Andrey1970AppleLife 已提交
6069
(e.g. \href{https://github.com/blackosx/OpenCanopyIcons}{here} or \href{https://applelife.ru/threads/kastomizacija-opencanopy.2945020/}{there}).
V
vit9696 已提交
6070

6071
OpenCanopy provides full support for \texttt{PickerAttributes} and offers a configurable
6072 6073
builtin icon set. The chosen icon set may depend on the \texttt{DefaultBackgroundColor}
variable value. Refer to \texttt{PickerVariant} for more details.
6074

6075
Predefined icons are saved in the \texttt{PickerVariant}-derived subdirectory of the
D
dakanji 已提交
6076 6077 6078
\texttt{\textbackslash EFI\textbackslash OC\textbackslash Resources\textbackslash Image}
directory. A full list of supported icons (in \texttt{.icns} format) is provided below. When optional icons
are missing, the closest available icon will be used. External entries will use \texttt{Ext}-prefixed
6079 6080
icon if available (e.g. \texttt{OldExtHardDrive.icns}).

6081 6082 6083
\emph{Note}: In the following all dimensions are normative for the 1x scaling level and shall be
scaled accordingly for other levels.

6084 6085
\begin{itemize}
\tightlist
6086 6087 6088
  \item \texttt{Cursor} --- Mouse cursor (mandatory, up to 144x144).
  \item \texttt{Selected} --- Selected item (mandatory, 144x144).
  \item \texttt{Selector} --- Selecting item (mandatory, up to 144x40).
6089
  \item \texttt{SetDefault} --- Selecting default (mandatory, up to 144x40; must be same width as \texttt{Selector}).
6090 6091 6092
  \item \texttt{Left} --- Scrolling left (mandatory, 40x40).
  \item \texttt{Right} --- Scrolling right (mandatory, 40x40).
  \item \texttt{HardDrive} --- Generic OS (mandatory, 128x128).
6093
  \item \texttt{Background} --- Centred background image.
6094 6095 6096 6097 6098 6099 6100 6101
  \item \texttt{Apple} --- Apple OS (128x128).
  \item \texttt{AppleRecv} --- Apple Recovery OS (128x128).
  \item \texttt{AppleTM} --- Apple Time Machine (128x128).
  \item \texttt{Windows} --- Windows (128x128).
  \item \texttt{Other} --- Custom entry (see \texttt{Entries}, 128x128).
  \item \texttt{ResetNVRAM} --- Reset NVRAM system action or tool (128x128).
  \item \texttt{Shell} --- Entry with UEFI Shell name for e.g. \texttt{OpenShell} (128x128).
  \item \texttt{Tool} --- Any other tool (128x128).
6102 6103
\end{itemize}

D
dakanji 已提交
6104 6105
Predefined labels are saved in the
\texttt{\textbackslash EFI\textbackslash OC\textbackslash Resources\textbackslash Label}
6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117
directory. Each label has \texttt{.lbl} or \texttt{.l2x} suffix to represent the scaling level.
Full list of labels is provided below. All labels are mandatory.

\begin{itemize}
\tightlist
  \item \texttt{EFIBoot} --- Generic OS.
  \item \texttt{Apple} --- Apple OS.
  \item \texttt{AppleRecv} --- Apple Recovery OS.
  \item \texttt{AppleTM} --- Apple Time Machine.
  \item \texttt{Windows} --- Windows.
  \item \texttt{Other} --- Custom entry (see \texttt{Entries}).
  \item \texttt{ResetNVRAM} --- Reset NVRAM system action or tool.
6118 6119
  \item \texttt{SIPDisabled} --- Toogle SIP tool with SIP disabled.
  \item \texttt{SIPEnabled} --- Toogle SIP tool with SIP enabled.
6120 6121 6122 6123
  \item \texttt{Shell} --- Entry with UEFI Shell name (e.g. \texttt{OpenShell}).
  \item \texttt{Tool} --- Any other tool.
\end{itemize}

6124 6125
\emph{Note}: All labels must have a height of exactly 12 px. There is no limit for their width.

6126
Label and icon generation can be performed with bundled utilities: \texttt{disklabel} and
6127
\texttt{icnspack}. Font is Helvetica 12 pt times scale factor.
6128 6129 6130 6131 6132 6133

Font format corresponds to \href{https://www.angelcode.com/products/bmfont}{AngelCode binary BMF}.
While there are many utilities to generate font files, currently it is recommended to use
\href{https://github.com/danpla/dpfontbaker}{dpFontBaker} to generate bitmap font
(\href{https://github.com/danpla/dpfontbaker/pull/1}{using CoreText produces best results})
and \href{https://github.com/usr-sse2/fonverter}{fonverter} to export it to binary format.
6134

V
vit9696 已提交
6135 6136 6137 6138 6139 6140
\subsection{OpenRuntime}\label{uefiruntime}

\texttt{OpenRuntime} is an OpenCore plugin implementing \texttt{OC\_FIRMWARE\_RUNTIME} protocol.
This protocol implements multiple features required for OpenCore that are otherwise not possible
to implement in OpenCore itself as they are needed to work in runtime, i.e. during operating system
functioning. Feature highlights:
V
vit9696 已提交
6141 6142

\begin{itemize}
V
vit9696 已提交
6143 6144 6145
  \item NVRAM namespaces, allowing to isolate operating systems from accessing select
  variables (e.g. \texttt{RequestBootVarRouting} or \texttt{ProtectSecureBoot}).
  \item Read-only and write-only NVRAM variables, enhancing the security of OpenCore,
D
dakanji 已提交
6146
  Lilu, and Lilu plugins, such as VirtualSMC, which implements \texttt{AuthRestart} support.
V
vit9696 已提交
6147 6148 6149 6150
  \item NVRAM isolation, allowing to protect all variables from being written from
  an untrusted operating system (e.g. \texttt{DisableVariableWrite}).
  \item UEFI Runtime Services memory protection management to workaround read-only
  mapping (e.g. \texttt{EnableWriteUnprotector}).
V
vit9696 已提交
6151 6152
\end{itemize}

V
vit9696 已提交
6153 6154 6155
\subsection{Properties}\label{uefiprops}

\begin{enumerate}
V
vit9696 已提交
6156 6157 6158 6159
\item
  \texttt{APFS}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Failsafe}: None\\
D
dakanji 已提交
6160
  \textbf{Description}: Provide APFS support as configured in the
V
vit9696 已提交
6161 6162
  \hyperref[uefiapfsprops]{APFS Properties} section below.

6163 6164 6165 6166 6167
\item
  \texttt{Audio}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Failsafe}: None\\
  \textbf{Description}: Configure audio backend support described
D
dakanji 已提交
6168
  in the \hyperref[uefiaudioprops]{Audio Properties} section below.
6169 6170 6171 6172

  Audio support provides a way for upstream protocols to interact with the
  selected hardware and audio resources. All audio resources should reside
  in \texttt{\textbackslash EFI\textbackslash OC\textbackslash Resources\textbackslash Audio}
6173
  directory. Currently the supported audio file formats are MP3 and WAVE PCM. While it is
6174 6175 6176 6177
  driver-dependent which audio stream format is supported, most common audio cards
  support 16-bit signed stereo audio at 44100 or 48000 Hz.

  Audio file path is determined by audio type, audio localisation, and audio path. Each filename
6178 6179 6180 6181
  looks as follows: \texttt{[audio type]\_[audio localisation]\_[audio path].[audio ext]}.
  For unlocalised files filename does not include the language code and looks as follows:
  \texttt{[audio type]\_[audio path].[audio ext]}. Audio extension can either be \texttt{mp3}
  or \texttt{wav}.
6182 6183 6184 6185 6186 6187 6188

  \begin{itemize}
  \tightlist
  \item Audio type can be \texttt{OCEFIAudio} for OpenCore audio files or
    \texttt{AXEFIAudio} for macOS bootloader audio files.
  \item Audio localisation is a two letter language code (e.g. \texttt{en})
  with an exception for Chinese, Spanish, and Portuguese. Refer to
V
vit9696 已提交
6189
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/Protocol/AppleVoiceOver.h}{\texttt{APPLE\_VOICE\_OVER\_LANGUAGE\_CODE} definition}
6190 6191
  for the list of all supported localisations.
  \item Audio path is the base filename corresponding to a file identifier. For macOS bootloader audio paths refer to
V
vit9696 已提交
6192
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/Protocol/AppleVoiceOver.h}{\texttt{APPLE\_VOICE\_OVER\_AUDIO\_FILE} definition}.
6193
  For OpenCore audio paths refer to
R
ryan 已提交
6194
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Acidanthera/Protocol/OcAudio.h}{\texttt{OC\_VOICE\_OVER\_AUDIO\_FILE} definition}.
6195
  The only exception is OpenCore boot chime file, which is \texttt{OCEFIAudio\_VoiceOver\_Boot.mp3}.
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205
  \end{itemize}

  Audio localisation is determined separately for macOS bootloader and OpenCore.
  For macOS bootloader it is set in \texttt{preferences.efires} archive in
  \texttt{systemLanguage.utf8} file and is controlled by the operating system.
  For OpenCore the value of \texttt{prev-lang:kbd} variable is used.
  When native audio localisation of a particular file is missing, English language
  (\texttt{en}) localisation is used. Sample audio files can be found in
  \href{https://github.com/acidanthera/OcBinaryData}{OcBinaryData repository}.

V
vit9696 已提交
6206 6207 6208
\item
  \texttt{ConnectDrivers}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
6209
  \textbf{Failsafe}: \texttt{false}\\
6210 6211
  \textbf{Description}: Perform UEFI controller connection after driver loading.

6212 6213 6214 6215
  This option is useful for loading drivers following UEFI driver model
  as they may not start by themselves. Examples of such drivers are filesystem
  or audio drivers. While effective, this option may not be necessary for drivers
  performing automatic connection, and may slightly slowdown the boot.
V
vit9696 已提交
6216

D
dakanji 已提交
6217
  \emph{Note}: Some types of firmware, particularly those made by Apple, only connect the boot
G
Goldfish64 已提交
6218
  drive to speed up the boot process. Enable this option to be able to see all the
D
dakanji 已提交
6219
  boot options when running multiple drives.
6220

V
vit9696 已提交
6221 6222 6223
\item
  \texttt{Drivers}\\
  \textbf{Type}: \texttt{plist\ array}\\
6224
  \textbf{Failsafe}: None\\
V
vit9696 已提交
6225 6226 6227
  \textbf{Description}: Load selected drivers from \texttt{OC/Drivers}
  directory.

D
dakanji 已提交
6228
  To be filled with string filenames meant to be loaded as UEFI drivers.
6229

V
vit9696 已提交
6230 6231 6232 6233
\item
  \texttt{Input}\\
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Failsafe}: None\\
D
dakanji 已提交
6234
  \textbf{Description}: Apply individual settings designed for input (keyboard and mouse) in the
V
vit9696 已提交
6235 6236
  \hyperref[uefiinputprops]{Input Properties} section below.

6237
\item
6238
  \texttt{Output}\\
6239 6240
  \textbf{Type}: \texttt{plist\ dict}\\
  \textbf{Failsafe}: None\\
D
dakanji 已提交
6241
  \textbf{Description}: Apply individual settings designed for output (text and graphics) in the
6242
  \hyperref[uefioutputprops]{Output Properties} section below.
V
vit9696 已提交
6243

6244
\item
6245
  \texttt{ProtocolOverrides}\\
6246
  \textbf{Type}: \texttt{plist\ dict}\\
6247
  \textbf{Failsafe}: None\\
D
dakanji 已提交
6248 6249
  \textbf{Description}: Force builtin versions of certain protocols described
  in the \hyperref[uefiprotoprops]{ProtocolOverrides Properties} section below.
6250

V
vit9696 已提交
6251 6252
  \emph{Note}: all protocol instances are installed prior to driver loading.

V
vit9696 已提交
6253 6254 6255
\item
  \texttt{Quirks}\\
  \textbf{Type}: \texttt{plist\ dict}\\
6256
  \textbf{Failsafe}: None\\
D
dakanji 已提交
6257
  \textbf{Description}: Apply individual firmware quirks described in the
V
vit9696 已提交
6258 6259
  \hyperref[uefiquirkprops]{Quirks Properties} section below.

6260 6261 6262
\item
  \texttt{ReservedMemory}\\
  \textbf{Type}: \texttt{plist\ array}\\
D
dakanji 已提交
6263
  \textbf{Description}: To be filled with \texttt{plist\ dict} values,
6264 6265 6266
  describing memory areas exclusive to specific firmware and hardware functioning,
  which should not be used by the operating system. Examples of such memory regions
  could be the second 256 MB corrupted by the Intel HD 3000 or an area with faulty RAM.
6267
  Refer to the \hyperref[uefirsvdprops]{ReservedMemory Properties} section below for details.
6268

V
vit9696 已提交
6269 6270
\end{enumerate}

V
vit9696 已提交
6271 6272 6273 6274 6275 6276 6277 6278 6279 6280
\subsection{APFS Properties}\label{uefiapfsprops}

\begin{enumerate}

\item
  \texttt{EnableJumpstart}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Load embedded APFS drivers from APFS containers.

6281 6282 6283
  An APFS EFI driver is bundled in all bootable APFS containers. This
  option performs the loading of signed APFS drivers (consistent with the
  \texttt{ScanPolicy}). Refer to the ``EFI Jumpstart'' section of the
6284
  \href{https://developer.apple.com/support/apple-file-system/Apple-File-System-Reference.pdf}{Apple File System Reference} for details.
V
vit9696 已提交
6285

6286 6287 6288 6289 6290 6291 6292

\item
  \texttt{GlobalConnect}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Perform full device connection during APFS loading.

6293 6294 6295 6296
  Every handle is connected recursively instead of the partition handle connection
  typically used for APFS driver loading. This may result in additional time being
  taken but can sometimes be the only way to access APFS partitions on certain
  firmware, such as those on older HP laptops.
6297

V
vit9696 已提交
6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311
\item
  \texttt{HideVerbose}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Hide verbose output from APFS driver.

  APFS verbose output can be useful for debugging.

\item
  \texttt{JumpstartHotPlug}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Load APFS drivers for newly connected devices.

6312
  Permits APFS USB hot plug which enables loading APFS drivers, both at OpenCore
T
telepati 已提交
6313
  startup and during OpenCore picker display. Disable if not required.
V
vit9696 已提交
6314 6315 6316 6317 6318 6319 6320

\item
  \texttt{MinDate}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Minimal allowed APFS driver date.

6321 6322 6323 6324 6325
  The APFS driver date connects the APFS driver with the calendar release date.
  Apple ultimately drops support for older macOS releases and APFS drivers from
  such releases may contain vulnerabilities that can be used to compromise
  a computer if such drivers are used after support ends. This option
  permits restricting APFS drivers to current macOS versions.
V
vit9696 已提交
6326 6327 6328 6329 6330

  \begin{itemize}
    \tightlist
    \item \texttt{0} --- require the default supported release date of APFS
    in OpenCore. The default release date will increase with time and thus
6331
    this setting is recommended. Currently set to 2018/06/21.
V
vit9696 已提交
6332 6333 6334
    \item \texttt{-1} --- permit any release date to load (strongly discouraged).
    \item Other --- use custom minimal APFS release date, e.g. \texttt{20200401}
    for 2020/04/01. APFS release dates can be found in OpenCore boot log
R
ryan 已提交
6335
    and \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Acidanthera/Library/OcApfsLib.h}{\texttt{OcApfsLib}}.
V
vit9696 已提交
6336 6337 6338 6339 6340 6341 6342 6343
  \end{itemize}

\item
  \texttt{MinVersion}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Minimal allowed APFS driver version.

6344 6345 6346 6347 6348
  The APFS driver version connects the APFS driver with the macOS release.
  Apple ultimately drops support for older macOS releases and APFS drivers from
  such releases may contain vulnerabilities that can be used to compromise
  a computer if such drivers are used after support ends. This option
  permits restricting APFS drivers to current macOS versions.
V
vit9696 已提交
6349 6350 6351 6352 6353 6354

  \begin{itemize}
    \tightlist
    \item \texttt{0} --- require the default supported version of APFS
    in OpenCore. The default version will increase with time and thus
    this setting is recommended. Currently set to the latest point release
6355
    from High Sierra from App Store (\texttt{748077008000000}).
V
vit9696 已提交
6356 6357 6358
    \item \texttt{-1} --- permit any version to load (strongly discouraged).
    \item Other --- use custom minimal APFS version, e.g. \texttt{1412101001000000}
    from macOS Catalina 10.15.4. APFS versions can be found in OpenCore boot log
R
ryan 已提交
6359
    and \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Acidanthera/Library/OcApfsLib.h}{\texttt{OcApfsLib}}.
V
vit9696 已提交
6360 6361 6362 6363
  \end{itemize}

\end{enumerate}

6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380
\subsection{AppleInput Properties}\label{uefiappleinputprops}

\begin{enumerate}

  \item
  \texttt{AppleEvent}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Auto}\\
  \textbf{Description}: Determine whether OC builtin or OEM Apple Event protocol is used.

  This option determines whether Apple's OEM Apple Event protocol is used (where available), or
  whether OpenCore's reversed engineered and updated re-implementation is used. In general
  OpenCore's re-implementation should be preferred, since it contains updates such as noticeably
  improved fine mouse cursor movement and configurable key repeat delays.

  \begin{itemize}
  \tightlist
6381 6382
  \item \texttt{Auto} --- Use OEM Apple Event implementation if available, connected and
  recent enough to be used, otherwise use OC reimplementation.
M
MikeBeaton 已提交
6383 6384
  On non-Apple hardware this will use the OpenCore builtin implementation.
  On some Macs (e.g. classic Mac Pro) this will find the Apple implementation. On both older and
6385 6386 6387 6388 6389
  newer Macs than this, this option will always or often use the OC implementation. On older Macs
  this is because the implementation available is too old to be used, on newer Macs it is
  because of optimisations added by Apple which do not connect the Apple Event protocol
  except when needed -- e.g. except when the Apple boot picker is explicitly started.
  Due to its somewhat unpredicatable results, this option is not normally recommended.
M
MikeBeaton 已提交
6390 6391
  \item \texttt{Builtin} ---  Always use OpenCore's updated re-implementation of the Apple Event protocol.
  Use of this setting is recommended even on Apple hardware, due to
6392 6393
  improvements (better fine mouse control, configurable key delays) made in the OC re-implementation
  of the protocol.
M
MikeBeaton 已提交
6394 6395 6396 6397 6398
  \item \texttt{OEM} --- Assume Apple's protocol will be available at driver connection. On all Apple hardware
  where a recent enough Apple OEM version of the protocol is available -- whether or not connected automatically
  by Apple's firmware -- this option will reliably access the Apple implementation. On all other systems, this
  option will result in no keyboard or mouse support. For the reasons stated, \texttt{Builtin} is recommended in
  preference to this option in most cases.
6399 6400 6401 6402
  \end{itemize}

\item
  \texttt{CustomDelays}\\
M
MikeBeaton 已提交
6403 6404
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
6405 6406
  \textbf{Description}: Enable custom key repeat delays when using the OpenCore implementation of the Apple Event protocol.
  Has no effect when using the OEM Apple implementation (see \texttt{AppleEvent} setting).
6407

6408 6409
  \begin{itemize}
  \tightlist
M
MikeBeaton 已提交
6410 6411
  \item \texttt{true} --- The values of \texttt{KeyInitialDelay} and \texttt{KeySubsequentDelay} are used.
  \item \texttt{false} --- Apple default values of 500ms (\texttt{50}) and 50ms (\texttt{5}) are used.
6412
  \end{itemize}
6413 6414 6415 6416

\item
  \texttt{KeyInitialDelay}\\
  \textbf{Type}: \texttt{plist\ integer}\\
M
MikeBeaton 已提交
6417 6418
  \textbf{Failsafe}: \texttt{50} (500ms before first key repeat)\\
  \textbf{Description}: Configures the initial delay before keyboard key repeats in OpenCore implementation
6419 6420
  of Apple Event protocol, in units of 10ms.

M
MikeBeaton 已提交
6421 6422 6423 6424
  The Apple OEM default value is \texttt{50} (500ms).

  \emph{Note 1}: On systems not using \texttt{KeySupport}, this setting may be freely used
  to configure key repeat behaviour.
6425

M
MikeBeaton 已提交
6426 6427 6428 6429 6430
  \emph{Note 2}: On systems using \texttt{KeySupport}, but which do not show the `two long
  delays' behavior (see Note 3) and/or which always show a solid `set default' indicator (see \texttt{KeyForgetThreshold})
  then this setting may also be freely used to configure key repeat initial delay behaviour,
  except that it should never be set to less than \texttt{KeyForgetThreshold} to avoid
  uncontrolled key repeats.
6431

M
MikeBeaton 已提交
6432 6433 6434 6435
  \emph{Note 3}: On some systems using \texttt{KeySupport}, you may find that you see
  one additional slow key repeat before normal speed key repeat starts, when holding a
  key down. If so, you may wish to configure \texttt{KeyInitialDelay} and \texttt{KeySubsequentDelay}
  according to the instructions at Note 3 of \texttt{KeySubsequentDelay}.
6436

6437 6438 6439 6440

\item
  \texttt{KeySubsequentDelay}\\
  \textbf{Type}: \texttt{plist\ integer}\\
M
MikeBeaton 已提交
6441 6442
  \textbf{Failsafe}: \texttt{5} (50ms between subsequent key repeats)\\
  \textbf{Description}: Configures the gap between keyboard key repeats in OpenCore implementation
6443 6444
  of Apple Event protocol, in units of 10ms.

M
MikeBeaton 已提交
6445 6446 6447 6448 6449
  The Apple OEM default value is \texttt{5} (50ms).
  \texttt{0} is an invalid value for this option (will issue a debug log warning and use \texttt{1} instead).

  \emph{Note 1}: On systems not using \texttt{KeySupport}, this setting may be freely used
  to configure key repeat behaviour.
6450

M
MikeBeaton 已提交
6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485
  \emph{Note 2}: On systems using \texttt{KeySupport}, but which do not show the `two long
  delays' behaviour (see Note 3) and/or which always show a solid `set default' indicator
  (see \texttt{KeyForgetThreshold}) (which should apply to many/most systems using \texttt{AMI}
  \texttt{KeySupport} mode) then this setting may be freely used to configure key repeat
  subsequent delay behaviour, except that it should never be set to less than \texttt{KeyForgetThreshold}
  to avoid uncontrolled key repeats.

  \emph{Note 3}: On some systems using \texttt{KeySupport}, particularly \texttt{KeySupport}
  in non-\texttt{AMI} mode, you may find that after configuring \texttt{KeyForgetThreshold}
  you get one additional slow key repeat before normal speed key repeat starts, when holding a key down.
  On systems where this is the case, it is an unavoidable artefect of using \texttt{KeySupport} to emulate
  raw keyboard data, which is not made available by UEFI. While this `two long delays' issue has minimal
  effect on overall usability, nevertheless you may wish to resolve it, and it is possible to do
  so as follows:
  \begin{itemize}
    \tightlist
    \item Set \texttt{CustomDelays} to \texttt{true}
    \item Set \texttt{KeyInitialDelay} to \texttt{0}
    \item Set \texttt{KeySubsequentDelay} to at least the value of your \texttt{KeyForgetThreshold} setting
  \end{itemize}
  The above procedure works as follows:
  \begin{itemize}
    \tightlist
    \item Setting \texttt{KeyInitialDelay} to \texttt{0} cancels the Apple Event initial repeat
    delay (when using the OC builtin Apple Event implementation with \texttt{CustomDelays} enabled),
    therefore the only long delay you will see is the the non-configurable and non-avoidable initial
    long delay introduced by the BIOS key support on these machines.
    \item Key-smoothing parameter \texttt{KeyForgetThreshold}
    effectively acts as the shortest time for which a key can appear to be held, therefore a
    key repeat delay of less than this will guarantee at least one extra repeat for every
    key press, however quickly the key is physically tapped.
    \item In the unlikely event that you still get frequent, or occasional, double key responses after
    setting \texttt{KeySubsequentDelay} equal to your system's value of \texttt{KeyForgetThreshold},
    then increase \texttt{KeySubsequentDelay} by one or two more until this effect goes away.
  \end{itemize}
6486

M
MikeBeaton 已提交
6487
  \item
6488 6489
  \texttt{PointerSpeedDiv}\\
  \textbf{Type}: \texttt{plist\ integer}\\
6490
  \textbf{Failsafe}: \texttt{1}\\
6491 6492
  \textbf{Description}: Configure pointer speed divisor in OpenCore implementation
  of Apple Event protocol.
6493
  Has no effect when using the OEM Apple implementation (see \texttt{AppleEvent} setting).
6494 6495 6496 6497

  Configures the divisor for pointer movements. The Apple OEM default value is \texttt{1}.
  \texttt{0} is an invalid value for this option.

6498 6499 6500 6501
  \emph{Note}: The recommended value for this option is \texttt{1}. This value may
  optionally be modified in combination with \texttt{PointerSpeedMul}, according to user
  preference, to achieve customised mouse movement scaling.

6502 6503 6504
\item
  \texttt{PointerSpeedMul}\\
  \textbf{Type}: \texttt{plist\ integer}\\
M
MikeBeaton 已提交
6505
  \textbf{Failsafe}: \texttt{1}\\
6506 6507
  \textbf{Description}: Configure pointer speed multiplier in OpenCore implementation
  of Apple Event protocol.
6508
  Has no effect when using the OEM Apple implementation (see \texttt{AppleEvent} setting).
6509 6510 6511

  Configures the multiplier for pointer movements. The Apple OEM default value is \texttt{1}.

6512 6513 6514 6515
  \emph{Note}: The recommended value for this option is \texttt{1}. This value may
  optionally be modified in combination with \texttt{PointerSpeedDiv}, according to user
  preference, to achieve customised mouse movement scaling.

6516
\end{enumerate}
6517 6518 6519 6520 6521 6522 6523 6524

\subsection{Audio Properties}\label{uefiaudioprops}

\begin{enumerate}

\item
  \texttt{AudioCodec}\\
  \textbf{Type}: \texttt{plist\ integer}\\
A
Andrey1970AppleLife 已提交
6525
  \textbf{Failsafe}: \texttt{0}\\
6526 6527
  \textbf{Description}: Codec address on the specified audio controller for audio support.

6528
  This typically contains the first audio codec address on the builtin analog audio controller (\texttt{HDEF}).
V
vit9696 已提交
6529
  Audio codec addresses, e.g. \texttt{2}, can be found in the debug log (marked in bold-italic):
6530

V
vit9696 已提交
6531 6532 6533
  \texttt{OCAU: 1/3 PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x1)/VenMsg(<redacted>,\textit{\textbf{00000000}}) (4 outputs)}\\
  \texttt{OCAU: 2/3 PciRoot(0x0)/Pci(0x3,0x0)/VenMsg(<redacted>,\textit{\textbf{00000000}}) (1 outputs)}\\
  \texttt{OCAU: 3/3 PciRoot(0x0)/Pci(0x1B,0x0)/VenMsg(<redacted>,\textit{\textbf{02000000}}) (7 outputs)}
6534

6535
  As an alternative, this value can be obtained from \texttt{IOHDACodecDevice} class in I/O Registry
6536 6537 6538 6539 6540
  containing it in \texttt{IOHDACodecAddress} field.

\item
  \texttt{AudioDevice}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
6541
  \textbf{Failsafe}: Empty\\
6542 6543
  \textbf{Description}: Device path of the specified audio controller for audio support.

6544
  This typically contains builtin analog audio controller (\texttt{HDEF}) device path,
6545
  e.g. \texttt{PciRoot(0x0)/Pci(0x1b,0x0)}. The list of recognised audio controllers can be
V
vit9696 已提交
6546
  found in the debug log (marked in bold-italic):
6547

V
vit9696 已提交
6548 6549 6550
  \texttt{OCAU: 1/3 \textit{\textbf{PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x1)}}/VenMsg(<redacted>,00000000) (4 outputs)}\\
  \texttt{OCAU: 2/3 \textit{\textbf{PciRoot(0x0)/Pci(0x3,0x0)}}/VenMsg(<redacted>,00000000) (1 outputs)}\\
  \texttt{OCAU: 3/3 \textit{\textbf{PciRoot(0x0)/Pci(0x1B,0x0)}}/VenMsg(<redacted>,02000000) (7 outputs)}
6551

6552 6553
  As an alternative, \texttt{gfxutil -f HDEF} command can be used in macOS. Specifying an empty device
  path will result in the first available audio controller being used.
6554 6555 6556 6557 6558 6559 6560

\item
  \texttt{AudioOut}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Index of the output port of the specified codec starting from 0.

6561
  This typically contains the index of the green out of the builtin analog audio controller (\texttt{HDEF}).
V
vit9696 已提交
6562
  The number of output nodes (\texttt{N}) in the debug log (marked in bold-italic):
6563

V
vit9696 已提交
6564 6565 6566
  \texttt{OCAU: 1/3 PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x1)/VenMsg(<redacted>,00000000) (\textit{\textbf{4 outputs}})}\\
  \texttt{OCAU: 2/3 PciRoot(0x0)/Pci(0x3,0x0)/VenMsg(<redacted>,00000000) (\textit{\textbf{1 outputs}})}\\
  \texttt{OCAU: 3/3 PciRoot(0x0)/Pci(0x1B,0x0)/VenMsg(<redacted>,02000000) (\textit{\textbf{7 outputs}})}
V
vit9696 已提交
6567 6568

  The quickest way to find the right port is to bruteforce the values from \texttt{0} to \texttt{N - 1}.
6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585

\item
  \texttt{AudioSupport}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Activate audio support by connecting to a backend driver.

  Enabling this setting routes audio playback from builtin protocols to a dedicated
  audio port (\texttt{AudioOut}) of the specified codec (\texttt{AudioCodec}) located
  on the audio controller (\texttt{AudioDevice}).

\item
  \texttt{MinimumVolume}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Minimal heard volume level from \texttt{0} to \texttt{100}.

6586 6587 6588
  The screen reader will use this volume level when the calculated volume level is lower
  than \texttt{MinimumVolume} and the boot chime will not play if the calculated
  volume level is lower than \texttt{MinimumVolume}.
6589 6590 6591

\item
  \texttt{PlayChime}\\
6592
  \textbf{Type}: \texttt{plist\ string}\\
6593
  \textbf{Failsafe}: \texttt{Auto}\\
6594 6595
  \textbf{Description}: Play chime sound at startup.

6596 6597 6598
  Enabling this setting plays the boot chime using the builtin audio support. The volume
  level is determined by the \texttt{MinimumVolume} and \texttt{VolumeAmplifier} settings
  as well as the \texttt{SystemAudioVolume} NVRAM variable. Possible values include:
6599 6600 6601 6602 6603 6604 6605 6606

  \begin{itemize}
    \tightlist
    \item \texttt{Auto} --- Enables chime when \texttt{StartupMute} NVRAM variable
      is not present or set to \texttt{00}.
    \item \texttt{Enabled} --- Enables chime unconditionally.
    \item \texttt{Disabled} --- Disables chime unconditionally.
  \end{itemize}
6607

6608
  \emph{Note}: \texttt{Enabled} can be used in separate from \texttt{StartupMute}
6609
  NVRAM variable to avoid conflicts when the firmware is able to play the boot chime.
6610

6611 6612 6613 6614 6615 6616 6617 6618 6619 6620
\item
  \texttt{ResetTrafficClass}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Set HDA Traffic Class Select Register to \texttt{TC0}.

  AppleHDA kext will function correctly only if \texttt{TCSEL} register is configured
  to use \texttt{TC0} traffic class. Refer to Intel I/O Controller Hub 9 (ICH9) Family
  Datasheet (or any other ICH datasheet) for more details about this register.

6621
  \emph{Note}: This option is independent from \texttt{AudioSupport}. If AppleALC is used
6622 6623
  it is preferred to use AppleALC \texttt{alctsel} property instead.

6624 6625 6626 6627 6628 6629 6630
\item
  \texttt{SetupDelay}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Audio codec reconfiguration delay in microseconds.

  Some codecs require a vendor-specific delay after the reconfiguration
D
dakanji 已提交
6631 6632
  (e.g. volume setting). This option makes it configurable. A typical
  delay can be up to 0.5 seconds.
6633

6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651
\item
  \texttt{VolumeAmplifier}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Multiplication coefficient for system volume to raw volume linear translation
  from \texttt{0} to \texttt{1000}.

  Volume level range read from \texttt{SystemAudioVolume} varies depending on the codec.
  To transform read value in \texttt{[0, 127]} range into raw volume range \texttt{[0, 100]}
  the read value is scaled to \texttt{VolumeAmplifier} percents:
  \begin{align*}
      RawVolume &= MIN(\frac{SystemAudioVolume * VolumeAmplifier}{100}, 100)
  \end{align*}
  \emph{Note}: the transformation used in macOS is not linear, but it is very close
  and this nuance is thus ignored.

\end{enumerate}

V
vit9696 已提交
6652 6653 6654 6655
\subsection{Input Properties}\label{uefiinputprops}

\begin{enumerate}

6656 6657 6658 6659 6660 6661
\item
  \texttt{KeyFiltering}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enable keyboard input sanity checking.

D
dakanji 已提交
6662
  Apparently some boards such as the GA Z77P-D3 may return uninitialised data
6663 6664 6665 6666
  in \texttt{EFI\_INPUT\_KEY} with all input protocols.
  This option discards keys that are neither ASCII, nor are defined
  in the UEFI specification (see tables 107 and 108 in version 2.8).

V
vit9696 已提交
6667 6668 6669 6670
\item
  \texttt{KeyForgetThreshold}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
6671 6672
  \textbf{Description}: Treat duplicate key presses as held keys if they arrive
  during this timeout, in 10 ms units. Only applies to systems using \texttt{KeySupport}.
V
vit9696 已提交
6673 6674

  \texttt{AppleKeyMapAggregator} protocol is supposed to contain a fixed length buffer
6675 6676 6677 6678 6679 6680
  of currently pressed keys. However, the majority of the drivers which require
  \texttt{KeySupport} report key presses as interrupts, with automatically generated
  key repeat behaviour with some defined initial and subsequent delay. As a result,
  to emulate the raw key behaviour required by several Apple boot systems, we use a
  timeout to merge multiple repeated keys which are submitted within a small timeout
  window.
6681

6682
  This option allows setting this timeout based on the platform. The recommended
6683 6684 6685 6686 6687 6688 6689 6690 6691
  value for the majority of platforms is from \texttt{5} (\texttt{50} milliseconds)
  to \texttt{7} (\texttt{70} milliseconds), although values up to \texttt{9}
  (\texttt{90} milliseconds) have been observed to be required on some PS/2 systems.
  For reference, holding a key on VMware will repeat roughly every \texttt{20}
  milliseconds and the equivalent value for APTIO V is \texttt{30-40} milliseconds.
  \texttt{KeyForgetThreshold} should be configured to be longer than this. Thus,
  it is possible to configure a lower \texttt{KeyForgetThreshold} value on platforms
  with a faster native driver key repeat rate, for more responsive input, and it is
  required to set a higher value on slower platforms.
V
vit9696 已提交
6692

6693
  Pressing keys one after the other results in delays of at least \texttt{60} and
6694 6695 6696
  \texttt{100} milliseconds for the same platforms. Ideally, \texttt{KeyForgetThreshold}
  should remain lower than this value, to avoid merging real key presses.

M
MikeBeaton 已提交
6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717
  Tuning the value of \texttt{KeyForgetThreshold} is necessary for accurate
  and responsive keyboard input on systems on which \texttt{KeySupport} is
  enabled, and it is recommended to follow the instructions below
  to tune it correctly for your system.

  \emph{Note 1}: To tune \texttt{KeyForgetThreshold}, you may use
  the `set default' indicator within either OpenCanopy or the builtin picker.
  If \texttt{KeyForgetThreshold} is too low then the `set default' indicator
  will continue to flicker while \texttt{CTRL} or \texttt{=/+} is held down.
  You should configure the lowest value which avoids this flicker.
  On some systems (e.g. Aptio IV and potentially other systems using \texttt{AMI}
  \texttt{KeySupport} mode) you will be able to find a minimum \texttt{KeyForgetThreshold}
  value at which the `set default' indicator goes on and stays on with no flicker
  at all - if so, use this value. On most other systems using \texttt{KeySupport},
  you will find that the `set default' indicator will flicker once, when first pressing
  and holding the \texttt{CTRL} or \texttt{=/+} key, and then after a further very brief
  interval will go on and stay on. On such systems, you should chose the lowest value of
  \texttt{KeyForgetThreshold} at which you see only one initial flicker and then
  no subsequent flickering. (Where this happens, it is an unavoidable artefect
  on those systems of using \texttt{KeySupport} to emulate raw keyboard data, which
  is not made available by UEFI.)
6718

M
MikeBeaton 已提交
6719 6720 6721 6722 6723 6724
  \emph{Note 2}: \texttt{KeyForgetThreshold} should never need to be more than about \texttt{9}
  or \texttt{10} at most. If it is set to a value much higher than this, it will result in noticeably unresponsive
  keyboard input. Therefore, for overall key responsiveness, it is strongly recommended to configure a
  relatively lower value, at which the `set default' indicator flickers once and then does not flicker, rather
  than using a much higher value (i.e. significantly greater than \texttt{10}), which you may be
  able to find but should not use, where the `set default' indicator does not flicker at all.
6725

V
vit9696 已提交
6726 6727 6728 6729 6730 6731 6732 6733
\item
  \texttt{KeySupport}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enable internal keyboard input translation to
  \texttt{AppleKeyMapAggregator} protocol.

  This option activates the internal keyboard interceptor driver, based on
D
dakanji 已提交
6734
  \texttt{AppleGenericInput}, also known as \texttt{AptioInputFix}, to fill
6735 6736
  the \texttt{AppleKeyMapAggregator} database for input functioning. In cases
  where a separate driver such as \texttt{OpenUsbKbDxe} is used, this option
6737 6738
  should never be enabled. Additionally, this option is not required and
  should not be enabled with Apple firmware.
V
vit9696 已提交
6739 6740 6741 6742

\item
  \texttt{KeySupportMode}\\
  \textbf{Type}: \texttt{plist\ string}\\
6743
  \textbf{Failsafe}: \texttt{Auto}\\
V
vit9696 已提交
6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754
  \textbf{Description}: Set internal keyboard input translation to
  \texttt{AppleKeyMapAggregator} protocol mode.

  \begin{itemize}
  \tightlist
  \item \texttt{Auto} --- Performs automatic choice as available with the following preference: \texttt{AMI}, \texttt{V2}, \texttt{V1}.
  \item \texttt{V1} --- Uses UEFI standard legacy input protocol \texttt{EFI\_SIMPLE\_TEXT\_INPUT\_PROTOCOL}.
  \item \texttt{V2} --- Uses UEFI standard modern input protocol \texttt{EFI\_SIMPLE\_TEXT\_INPUT\_EX\_PROTOCOL}.
  \item \texttt{AMI} --- Uses APTIO input protocol \texttt{AMI\_EFIKEYCODE\_PROTOCOL}.
  \end{itemize}

6755 6756 6757
  \emph{Note}: Currently \texttt{V1}, \texttt{V2}, and \texttt{AMI} unlike \texttt{Auto} only do filtering of
  the particular specified protocol. This may change in the future versions.

V
vit9696 已提交
6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773
\item
  \texttt{KeySwap}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Swap \texttt{Command} and \texttt{Option} keys during submission.

  This option may be useful for keyboard layouts with \texttt{Option} key situated to the right
  of \texttt{Command} key.

\item
  \texttt{PointerSupport}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enable internal pointer driver.

  This option implements standard UEFI pointer protocol (\texttt{EFI\_SIMPLE\_POINTER\_PROTOCOL})
D
dakanji 已提交
6774
  through certain OEM protocols. The option may be useful on Z87 ASUS boards, where
D
dakanji 已提交
6775
  \texttt{EFI\_SIMPLE\_POINTER\_PROTOCOL} is defective.
V
vit9696 已提交
6776 6777 6778 6779

\item
  \texttt{PointerSupportMode}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
6780
  \textbf{Failsafe}: Empty\\
V
vit9696 已提交
6781 6782 6783
  \textbf{Description}: Set OEM protocol used for internal pointer driver.

  Currently the only supported variant is \texttt{ASUS}, using specialised protocol available
D
dakanji 已提交
6784
  on certain Z87 and Z97 ASUS boards. More details can be found in
V
vit9696 已提交
6785
  \href{https://github.com/LongSoft/UEFITool/pull/116}{\texttt{LongSoft/UefiTool\#116}}.
6786
  The value of this property cannot be empty if \texttt{PointerSupport} is enabled.
V
vit9696 已提交
6787 6788 6789 6790 6791 6792 6793

\item
  \texttt{TimerResolution}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Set architecture timer resolution.

6794 6795
  This option allows updating the firmware architecture timer period with the specified value
  in \texttt{100} nanosecond units. Setting a lower value typically improves performance
V
vit9696 已提交
6796
  and responsiveness of the interface and input handling.
6797

V
vit9696 已提交
6798 6799
  The recommended value is \texttt{50000} (\texttt{5} milliseconds) or slightly higher. Select
  ASUS Z87 boards use \texttt{60000} for the interface. Apple boards use \texttt{100000}.
6800
  In case of issues, this option can be left as \texttt{0}.
V
vit9696 已提交
6801 6802 6803

\end{enumerate}

6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821
\subsection{Output Properties}\label{uefioutputprops}

\begin{enumerate}

\item
  \texttt{TextRenderer}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{BuiltinGraphics}\\
  \textbf{Description}: Chooses renderer for text going through standard
  console output.

  Currently two renderers are supported: \texttt{Builtin} and
  \texttt{System}. \texttt{System} renderer uses firmware services
  for text rendering. \texttt{Builtin} bypassing firmware services
  and performs text rendering on its own. Different renderers support
  a different set of options. It is recommended to use \texttt{Builtin}
  renderer, as it supports HiDPI mode and uses full screen resolution.

6822
  UEFI firmware typically supports \texttt{ConsoleControl} with two
D
dakanji 已提交
6823
  rendering modes: \texttt{Graphics} and \texttt{Text}. Some types of firmware
6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835
  do not support \texttt{ConsoleControl} and rendering modes. OpenCore
  and macOS expect text to only be shown in \texttt{Graphics} mode and
  graphics to be drawn in any mode. Since this is not required by UEFI
  specification, exact behaviour varies.

  Valid values are combinations of text renderer and rendering mode:

  \begin{itemize}
  \tightlist
  \item \texttt{BuiltinGraphics} --- Switch to \texttt{Graphics}
    mode and use \texttt{Builtin} renderer with
    custom \texttt{ConsoleControl}.
6836 6837 6838
  \item \texttt{BuiltinText} --- Switch to \texttt{Text}
    mode and use \texttt{Builtin} renderer with
    custom \texttt{ConsoleControl}.
6839 6840 6841 6842 6843 6844 6845 6846 6847 6848
  \item \texttt{SystemGraphics} --- Switch to \texttt{Graphics}
    mode and use \texttt{System} renderer with
    custom \texttt{ConsoleControl}.
  \item \texttt{SystemText} --- Switch to \texttt{Text}
    mode and use \texttt{System} renderer with
    custom \texttt{ConsoleControl}.
  \item \texttt{SystemGeneric} --- Use \texttt{System} renderer with
    system \texttt{ConsoleControl} assuming it behaves correctly.
  \end{itemize}

6849 6850 6851
  The use of \texttt{BuiltinGraphics} is straightforward.
  For most platforms, it is necessary to enable \texttt{ProvideConsoleGop}
  and set \texttt{Resolution} to \texttt{Max}. The \texttt{BuiltinText} variant is
D
dakanji 已提交
6852
  an alternative \texttt{BuiltinGraphics} for some very old and defective
D
dakanji 已提交
6853
  laptop firmware, which can only draw in \texttt{Text} mode.
6854

D
dakanji 已提交
6855
  The use of \texttt{System} protocols is more complicated. Typically,
6856 6857 6858 6859 6860 6861 6862
  the preferred setting is \texttt{SystemGraphics} or \texttt{SystemText}.
  Enabling \texttt{ProvideConsoleGop}, setting \texttt{Resolution} to
  \texttt{Max}, enabling \texttt{ReplaceTabWithSpace} is useful on almost
  all platforms. \texttt{SanitiseClearScreen}, \texttt{IgnoreTextInGraphics},
  and \texttt{ClearScreenOnModeSwitch} are more specific, and their use
  depends on the firmware.

D
dakanji 已提交
6863 6864
  \emph{Note}: Some Macs, such as the \texttt{MacPro5,1}, may have incompatible
  console output when using modern GPUs, and thus only \texttt{BuiltinGraphics}
6865 6866
  may work for them in such cases. NVIDIA GPUs may require additional
  \href{https://github.com/acidanthera/bugtracker/issues/1280}{firmware upgrades}.
6867 6868 6869 6870

\item
  \texttt{ConsoleMode}\\
  \textbf{Type}: \texttt{plist\ string}\\
6871
  \textbf{Failsafe}: Empty (Maintain current console mode)\\
6872 6873 6874
  \textbf{Description}: Sets console output mode as specified
  with the \texttt{WxH} (e.g. \texttt{80x24}) formatted string.

6875 6876 6877
  Set to \texttt{Max} to attempt using the largest available console mode.
  This option is currently ignored as the \texttt{Builtin} text renderer
  only supports one console mode.
6878

D
dakanji 已提交
6879
  \emph{Note}: This field is best left empty on most types of firmware.
6880 6881 6882 6883

\item
  \texttt{Resolution}\\
  \textbf{Type}: \texttt{plist\ string}\\
6884
  \textbf{Failsafe}: Empty (Maintain current screen resolution)\\
6885 6886 6887 6888 6889 6890
  \textbf{Description}: Sets console output screen resolution.

  \begin{itemize}
  \tightlist
  \item Set to \texttt{WxH@Bpp} (e.g. \texttt{1920x1080@32}) or \texttt{WxH}
  (e.g. \texttt{1920x1080}) formatted string to request custom resolution
D
dakanji 已提交
6891 6892
  from GOP if available.
  \item Set to \texttt{Max} to attempt using the largest
6893
  available screen resolution.
A
Andrey1970AppleLife 已提交
6894
  \end{itemize}
6895 6896 6897

  On HiDPI screens \texttt{APPLE\_VENDOR\_VARIABLE\_GUID} \texttt{UIScale}
  NVRAM variable may need to be set to \texttt{02} to enable HiDPI scaling
6898
  in \texttt{Builtin} text renderer, FileVault 2 UEFI password interface,
D
dakanji 已提交
6899
  and boot screen logo. Refer to the \hyperref[nvramvarsrec]{Recommended Variables}
6900
  section for details.
6901 6902 6903 6904 6905

  \emph{Note}: This will fail when console handle has no GOP protocol. When
  the firmware does not provide it, it can be added with \texttt{ProvideConsoleGop}
  set to \texttt{true}.

6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919
\item
  \texttt{ForceResolution}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Forces \texttt{Resolution} to be set in cases where the desired
  resolution is not available by default, such as on legacy Intel GMA and first
  generation Intel HD Graphics (Ironlake/Arrandale). Setting \texttt{Resolution} to
  \texttt{Max} will try to pull the largest available resolution from the connected
  display's EDID.

  \emph{Note}: This option depends on the \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Acidanthera/Protocol/OcForceResolution.h}{\texttt{OC\_FORCE\_RESOLUTION\_PROTOCOL}}
  protocol being present. This protocol is currently only supported by \texttt{OpenDuetPkg}. The
  \texttt{OpenDuetPkg} implementation currently only supports Intel iGPUs.

6920 6921 6922 6923
\item
  \texttt{ClearScreenOnModeSwitch}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
6924 6925
  \textbf{Description}: Some types of firmware only clear part of the screen when switching
  from graphics to text mode, leaving a fragment of previously drawn images visible.
V
vit9696 已提交
6926
  This option fills the entire graphics screen with black colour before switching to
6927 6928 6929 6930
  text mode.

  \emph{Note}: This option only applies to \texttt{System} renderer.

6931 6932 6933 6934 6935 6936
\item
  \texttt{DirectGopRendering}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Use builtin graphics output protocol renderer for console.

D
dakanji 已提交
6937
  On certain firmware, such as on the \texttt{MacPro5,1}, this may provide better
D
dakanji 已提交
6938 6939
  performance or fix rendering issues. However, this option is not recommended unless
  there is an obvious benefit as it may result in issues such as slower scrolling.
6940

6941
  This renderer fully supports \texttt{AppleEg2Info} protocol and will provide
6942 6943 6944
  screen rotation for all EFI applications. In order to provide seamless rotation
  compatibility with \texttt{EfiBoot}, builtin \texttt{AppleFramebufferInfo} should
  also be used, i.e. it may need to be overridden on Mac EFI.
6945

6946 6947
\item
  \texttt{GopPassThrough}\\
6948 6949
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Disabled}\\
6950
  \textbf{Description}: Provide GOP protocol instances on top of UGA protocol instances.
D
dakanji 已提交
6951 6952

  This option provides the GOP protocol via a UGA-based proxy
6953 6954 6955 6956 6957 6958 6959 6960 6961
  for firmware that do not implement the protocol. The supported values
  for the option are as follows:

  \begin{itemize}
    \tightlist
    \item \texttt{Enabled} --- provide GOP for all UGA protocols.
    \item \texttt{Apple} --- provide GOP for \texttt{AppleFramebufferInfo}-enabled protocols.
    \item \texttt{Disabled} --- do not provide GOP.
  \end{itemize}
P
PMheart 已提交
6962 6963

  \emph{Note}: This option requires \texttt{ProvideConsoleGop} to be enabled.
6964

6965 6966 6967 6968
\item
  \texttt{IgnoreTextInGraphics}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
6969 6970
  \textbf{Description}: Some types of firmware output text onscreen in both graphics and
  text mode. This is typically unexpected as random text may appear over
6971
  graphical images and cause UI corruption. Setting this option to \texttt{true} will
D
dakanji 已提交
6972
  discard all text output when console control is in a different mode from \texttt{Text}.
6973

D
dakanji 已提交
6974
  \emph{Note}: This option only applies to the \texttt{System} renderer.
6975 6976 6977 6978 6979

\item
  \texttt{ReplaceTabWithSpace}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
6980 6981
  \textbf{Description}: Some types of firmware do not print tab characters or everything
  that follows them, causing difficulties in using the UEFI Shell's builtin
6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992
  text editor to edit property lists and other documents. This option makes the console
  output spaces instead of tabs.

  \emph{Note}: This option only applies to \texttt{System} renderer.

\item
  \texttt{ProvideConsoleGop}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Ensure GOP (Graphics Output Protocol) on console handle.

6993 6994 6995 6996
  macOS bootloader requires GOP or UGA (for 10.4 EfiBoot) to be present on console
  handle, yet the exact location of the graphics protocol is not covered by the
  UEFI specification. This option will ensure GOP and UGA, if present, are available
  on the console handle.
6997

D
dakanji 已提交
6998 6999
  \emph{Note}: This option will also replace incompatible implementations of GOP on the
  console handle, as may be the case on the \texttt{MacPro5,1} when using modern GPUs.
7000 7001 7002 7003 7004 7005 7006

\item
  \texttt{ReconnectOnResChange}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Reconnect console controllers after changing screen resolution.

D
dakanji 已提交
7007 7008 7009
  On certain firmware, the controllers that produce the console protocols (simple text out)
  must be reconnected when the screen resolution is changed via GOP. Otherwise, they will
  not produce text based on the new resolution.
7010 7011 7012 7013 7014 7015 7016 7017 7018

  \emph{Note}: On several boards this logic may result in black screen when launching
  OpenCore from Shell and thus it is optional. In versions prior to 0.5.2 this option
  was mandatory and not configurable. Please do not use this unless required.

\item
  \texttt{SanitiseClearScreen}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
7019 7020
  \textbf{Description}: Some types of firmware reset screen resolutions to a failsafe
  value (such as \texttt{1024x768}) on the attempts to clear screen contents
7021 7022 7023
  when large display (e.g. 2K or 4K) is used. This option attempts to apply
  a workaround.

7024 7025 7026
  \emph{Note}: This option only applies to the \texttt{System} renderer.
   On all known affected systems, \texttt{ConsoleMode} must be set to
   an empty string for this option to work.
7027

7028 7029 7030 7031
\item
  \texttt{UgaPassThrough}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7032
  \textbf{Description}: Provide UGA protocol instances on top of GOP protocol instances.
7033

D
dakanji 已提交
7034 7035
  Some types of firmware do not implement the legacy UGA protocol but this may be required
  for screen output by older EFI applications such as EfiBoot from 10.4.
7036

7037 7038 7039
\end{enumerate}


7040
\subsection{ProtocolOverrides Properties}\label{uefiprotoprops}
7041 7042 7043

\begin{enumerate}

7044 7045 7046 7047
\item
  \texttt{AppleAudio}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7048
  \textbf{Description}: Replaces Apple audio protocols with builtin
7049 7050
  versions.

7051
  Apple audio protocols allow OpenCore and the macOS bootloader to play
7052
  sounds and signals for screen reading or audible error reporting.
7053
  Supported protocols are beep generation and VoiceOver. The VoiceOver protocol
7054
  is specific to Gibraltar machines (T2) and is not supported before
7055 7056
  macOS High Sierra (10.13). Older macOS versions use the AppleHDA protocol
  (which is not currently implemented) instead.
7057

7058 7059 7060
  Only one set of audio protocols can be available at a time, so this setting should
  be enabled in order to enable audio playback in the OpenCore user interface on Mac
  systems implementing some of these protocols.
7061

7062
  \emph{Note}: The backend audio driver needs to be configured in \texttt{UEFI Audio}
7063 7064
  section for these protocols to be able to stream audio.

7065 7066 7067
\item
  \texttt{AppleBootPolicy}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
7068
  \textbf{Failsafe}: \texttt{false}\\
7069
  \textbf{Description}: Replaces the Apple Boot Policy protocol with a builtin
D
dakanji 已提交
7070
  version. This may be used to ensure APFS compatibility on VMs and legacy Macs.
7071

D
dakanji 已提交
7072 7073 7074
  \emph{Note}: This option is advisable on certain Macs, such as
  the \texttt{MacPro5,1}, that are APFS compatible but on which
  the Apple Boot Policy protocol has recovery detection issues.
7075

7076 7077 7078 7079
\item
  \texttt{AppleDebugLog}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7080
  \textbf{Description}: Replaces the Apple Debug Log protocol with a builtin
7081 7082
  version.

7083 7084 7085 7086 7087 7088 7089
\item
  \texttt{AppleEg2Info}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Replaces the Apple EFI Graphics 2 protocol with a builtin
  version.

7090
  \emph{Note 1}: This protocol allows newer \texttt{EfiBoot} versions (at least 10.15)
7091 7092 7093
  to expose screen rotation to macOS. Refer to \texttt{ForceDisplayRotationInEFI}
  variable description on how to set screen rotation angle.

7094 7095 7096 7097
  \emph{Note 2}: On systems without native
  support for \texttt{ForceDisplayRotationInEFI}, \texttt{DirectGopRendering=true}
  is also required for this setting to have a visible effect.

7098 7099 7100 7101
\item
  \texttt{AppleFramebufferInfo}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7102
  \textbf{Description}: Replaces the Apple Framebuffer Info protocol with a builtin
D
dakanji 已提交
7103
  version. This may be used to override framebuffer information on VMs and legacy Macs
D
dakanji 已提交
7104
  to improve compatibility with legacy EfiBoot such as the one in macOS 10.4.
7105

D
dakanji 已提交
7106 7107 7108
  \emph{Note}: The current implementation of this property results in it only being
  active when GOP is available (it is always equivalent to \texttt{false} otherwise).

7109 7110 7111 7112
\item
  \texttt{AppleImageConversion}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7113
  \textbf{Description}: Replaces the Apple Image Conversion protocol with a builtin
7114 7115
  version.

7116 7117 7118 7119
\item
  \texttt{AppleImg4Verification}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7120
  \textbf{Description}: Replaces the Apple IMG4 Verification protocol with a builtin
7121 7122 7123
  version. This protocol is used to verify \texttt{im4m} manifest files used by
  Apple Secure Boot.

7124 7125 7126 7127
\item
  \texttt{AppleKeyMap}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7128
  \textbf{Description}: Replaces Apple Key Map protocols with builtin
7129 7130
  versions.

7131
\item
R
Rodion Shingarev 已提交
7132
  \texttt{AppleRtcRam}\\
7133 7134
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7135
  \textbf{Description}: Replaces the Apple RTC RAM protocol with a builtin
7136 7137 7138
  version.

  \emph{Note}: Builtin version of Apple RTC RAM protocol may filter out
D
dakanji 已提交
7139
  I/O attempts to certain RTC memory addresses. The list of addresses
7140 7141 7142
  can be specified in \texttt{4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist}
  variable as a data array.

7143 7144 7145 7146
\item
  \texttt{AppleSecureBoot}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7147
  \textbf{Description}: Replaces the Apple Secure Boot protocol with a builtin
7148 7149
  version.

7150 7151 7152 7153
\item
  \texttt{AppleSmcIo}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7154
  \textbf{Description}: Replaces the Apple SMC I/O protocol with a builtin
7155 7156
  version.

7157
  This protocol replaces the legacy \texttt{VirtualSmc} UEFI driver, and is compatible
D
dakanji 已提交
7158
  with any SMC kernel extension. However, in case the \texttt{FakeSMC} kernel extension
7159 7160
  is used, manual NVRAM key variable addition may be needed.

7161 7162 7163 7164
\item
  \texttt{AppleUserInterfaceTheme}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7165
  \textbf{Description}: Replaces the Apple User Interface Theme protocol with a builtin
7166 7167
  version.

7168 7169 7170
\item
  \texttt{DataHub}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
7171
  \textbf{Failsafe}: \texttt{false}\\
7172
  \textbf{Description}: Replaces the Data Hub protocol with a builtin version.
7173 7174

  \emph{Note}: This will discard all previous entries if the protocol was already
7175 7176
  installed, so all properties required for the safe operation of the system must
  be specified in the configuration file.
7177

7178 7179 7180
\item
  \texttt{DeviceProperties}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
7181
  \textbf{Failsafe}: \texttt{false}\\
7182
  \textbf{Description}: Replaces the Device Property protocol with a builtin
D
dakanji 已提交
7183
  version. This may be used to ensure full compatibility on VMs and legacy Macs.
7184 7185 7186

  \emph{Note}: This will discard all previous entries if the protocol was already
  installed, so all properties required for safe operation of the system must be
7187
  specified in the configuration file.
7188

7189 7190 7191 7192
\item
  \texttt{FirmwareVolume}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7193
  \textbf{Description}: Wraps Firmware Volume protocols, or installs a new version,
7194
  to support custom cursor images for FileVault 2. Set to \texttt{true} to ensure
D
dakanji 已提交
7195
  FileVault 2 compatibility on anything other than on VMs and legacy Macs.
7196

7197
  \emph{Note}: Several virtual machines, including VMware, may have corrupted
7198
  cursor images in HiDPI mode and thus, may also require enabling this setting.
7199

7200 7201 7202 7203
\item
  \texttt{HashServices}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7204
  \textbf{Description}: Replaces Hash Services protocols with builtin versions.
7205
  Set to \texttt{true} to ensure FileVault 2 compatibility on platforms with
D
dakanji 已提交
7206
  defective SHA-1 hash implementations. This can be determined by an invalid
7207 7208
  cursor size when \texttt{UIScale} is set to \texttt{02}. Platforms earlier
  than APTIO V (Haswell and older) are typically affected.
7209

7210 7211 7212 7213
\item
  \texttt{OSInfo}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7214 7215 7216
  \textbf{Description}: Replaces the OS Info protocol with a builtin
  version. This protocol is typically used by the firmware and other
  applications to receive notifications from the macOS bootloader.
7217

7218 7219 7220 7221
\item
  \texttt{UnicodeCollation}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
7222
  \textbf{Description}: Replaces unicode collation services with builtin
7223
  versions. Set to \texttt{true} to ensure UEFI Shell compatibility on platforms
D
dakanji 已提交
7224
  with defective unicode collation implementations. Legacy Insyde and APTIO platforms
7225
  on Ivy Bridge, and earlier, are typically affected.
7226

7227 7228
\end{enumerate}

V
vit9696 已提交
7229 7230 7231 7232
\subsection{Quirks Properties}\label{uefiquirkprops}

\begin{enumerate}

7233 7234 7235 7236 7237 7238 7239 7240 7241
\item
  \texttt{ActivateHpetSupport}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Activates HPET support.

  Older boards like ICH6 may not always have HPET setting in the firmware preferences,
  this option tries to force enable it.

7242 7243 7244 7245 7246 7247 7248
  \item
  \texttt{EnableVectorAcceleration}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Enable AVX vector acceleration of SHA-512 and SHA-384 hashing algorithms.

  \item
7249 7250 7251 7252 7253 7254
  \texttt{DisableSecurityPolicy}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Disable platform security policy.

  \emph{Note}: This setting disables various security features of the firmware,
D
dakanji 已提交
7255
  defeating the purpose of any kind of Secure Boot. Do NOT enable if using
7256 7257
  UEFI Secure Boot.

7258 7259 7260
\item
  \texttt{ExitBootServicesDelay}\\
  \textbf{Type}: \texttt{plist\ integer}\\
7261
  \textbf{Failsafe}: \texttt{0}\\
7262 7263 7264
  \textbf{Description}: Adds delay in microseconds after \texttt{EXIT\_BOOT\_SERVICES}
  event.

D
dakanji 已提交
7265 7266 7267
  This is a very rough workaround to circumvent the \texttt{Still\ waiting\ for\ root\ device} message
  on some APTIO IV firmware (ASUS Z87-Pro) particularly when using FileVault 2.
  It appears that for some reason, they execute code in parallel to \texttt{EXIT\_BOOT\_SERVICES},
7268 7269
  which results in the SATA controller being inaccessible from macOS. A better approach is required
  and Acidanthera is open to suggestions. Expect 3 to 5 seconds to be adequate when this quirk is needed.
7270

7271 7272 7273 7274 7275 7276 7277 7278 7279
\item
  \texttt{ForgeUefiSupport}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Implement partial UEFI 2.x support on EFI 1.x firmware.

  This setting allows running some software written for UEFI 2.x firmware like NVIDIA GOP
  Option ROMs on hardware with older EFI 1.x firmware like \texttt{MacPro5,1}.

V
vit9696 已提交
7280 7281 7282
\item
  \texttt{IgnoreInvalidFlexRatio}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
7283
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
7284
  \textbf{Description}: Some types of firmware (such as APTIO IV) may contain invalid values in the
V
vit9696 已提交
7285
  \texttt{MSR\_FLEX\_RATIO} (\texttt{0x194}) MSR register. These values may cause
D
dakanji 已提交
7286
  macOS boot failures on Intel platforms.
V
vit9696 已提交
7287

D
dakanji 已提交
7288
  \emph{Note}: While the option is not expected to harm unaffected firmware,
7289
  its use is recommended only when specifically required.
V
vit9696 已提交
7290

7291 7292 7293
\item
  \texttt{ReleaseUsbOwnership}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
7294
  \textbf{Failsafe}: \texttt{false}\\
7295
  \textbf{Description}: Attempt to detach USB controller ownership from
7296 7297 7298
  the firmware driver. While most types of firmware manage to do this properly,
  or at least have an option for this, some do not. As a result, the operating
  system may freeze upon boot. Not recommended unless specifically required.
7299

7300 7301 7302 7303 7304 7305 7306 7307 7308
\item
  \texttt{ReloadOptionRoms}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: Query PCI devices and reload their Option ROMs if available.

  For example, this option allows reloading NVIDIA GOP Option ROM on older Macs
  after the firmware version is upgraded via \texttt{ForgeUefiSupport}.

7309 7310 7311
\item
  \texttt{RequestBootVarRouting}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
7312
  \textbf{Failsafe}: \texttt{false}\\
7313 7314
  \textbf{Description}: Request redirect of all \texttt{Boot} prefixed variables from
  \texttt{EFI\_GLOBAL\_VARIABLE\_GUID} to \newline \texttt{OC\_VENDOR\_VARIABLE\_GUID}.
7315

7316
  This quirk requires \texttt{OC\_FIRMWARE\_RUNTIME} protocol implemented
V
vit9696 已提交
7317
  in \texttt{OpenRuntime.efi}. The quirk lets default boot entry
D
dakanji 已提交
7318 7319 7320
  preservation at times when the firmware deletes incompatible boot entries.
  In summary, this quirk is required to reliably
  use the \href{https://support.apple.com/HT202796}{Startup Disk} preference
7321
  pane in firmware that is not compatible with macOS boot entries by design.
7322

7323 7324 7325 7326 7327 7328 7329 7330 7331 7332
  By redirecting \texttt{Boot} prefixed variables to a separate GUID namespace
  with the help of \texttt{RequestBootVarRouting} quirk we achieve multiple goals:
  \begin{itemize}
  \tightlist
  \item Operating systems are jailed and only controlled by OpenCore boot
  environment to enhance security.
  \item Operating systems do not mess with OpenCore boot priority, and guarantee
  fluent updates and hibernation wakes for cases that require reboots with OpenCore
  in the middle.
  \item Potentially incompatible boot entries, such as macOS entries, are not deleted
7333
  or corrupted in any way.
7334 7335
  \end{itemize}

7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348
\item
  \texttt{TscSyncTimeout}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Attempts to perform TSC synchronisation with a specified timeout.

  The primary purpose of this quirk is to enable early bootstrap TSC synchronisation
  on some server and laptop models when running a debug XNU kernel. For the debug kernel
  the TSC needs to be kept in sync across the cores before any kext could kick in rendering
  all other solutions problematic. The timeout is specified in microseconds and depends on the
  amount of cores present on the platform, the recommended starting value is \texttt{500000}.

  This is an experimental quirk, which should only be used for the aforementioned problem.
7349
  In all other cases, the quirk may render the operating system unstable and is not recommended.
D
dakanji 已提交
7350
  The recommended solution in the other cases is to install a kernel extension such as
7351 7352 7353 7354 7355
  \href{https://github.com/RehabMan/VoodooTSCSync}{VoodooTSCSync},
  \href{https://github.com/interferenc/TSCAdjustReset}{TSCAdjustReset},
  or \href{https://github.com/lvs1974/CpuTscSync}{CpuTscSync} (a more specialised
  variant of VoodooTSCSync for newer laptops).

D
dakanji 已提交
7356
  \emph{Note}: This quirk cannot replace the kernel extension because it cannot operate in
7357 7358
  ACPI S3 (sleep wake) mode and because the UEFI firmware only provides very limited
  multicore support which prevents precise updates of the MSR registers.
7359

7360
\item
7361
  \texttt{UnblockFsConnect}\\
7362 7363
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
D
dakanji 已提交
7364
  \textbf{Description}: Some types of firmware block partition handles by opening them
7365
  in \texttt{By\ Driver} mode, resulting in an inability to install File System protocols.
7366

7367 7368
  \emph{Note}: This quirk is useful in cases where unsuccessful drive detection
  results in an absence of boot entries.
7369

V
vit9696 已提交
7370 7371
\end{enumerate}

7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382
\subsection{ReservedMemory Properties}\label{uefirsvdprops}

\begin{enumerate}

\item
  \texttt{Address}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Start address of the reserved memory region, which should be allocated
  as reserved effectively marking the memory of this type inaccessible to the operating system.

7383 7384
  The addresses written here must be part of the memory map, have a \texttt{EfiConventionalMemory}
  type, and be page-aligned (4 KBs).
7385

D
dakanji 已提交
7386
  \emph{Note}: Some types of firmware may not allocate memory areas used by S3 (sleep) and S4 (hibernation)
7387
  code unless CSM is enabled causing wake failures. After comparing the memory maps with CSM disabled
7388
  and enabled, these areas can be found in the lower memory and can be fixed up by doing the reservation.
7389
  Refer to the \texttt{Sample.plist} file for details.
7390

7391 7392 7393
\item
  \texttt{Comment}\\
  \textbf{Type}: \texttt{plist\ string}\\
D
dakanji 已提交
7394
  \textbf{Failsafe}: Empty\\
7395
  \textbf{Description}: Arbitrary ASCII string used to provide human readable
7396
  reference for the entry. Whether this value is used is implementation defined.
7397 7398 7399 7400 7401 7402 7403

\item
  \texttt{Size}\\
  \textbf{Type}: \texttt{plist\ integer}\\
  \textbf{Failsafe}: \texttt{0}\\
  \textbf{Description}: Size of the reserved memory region, must be page-aligned (4 KBs).

7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429
\item
  \texttt{Type}\\
  \textbf{Type}: \texttt{plist\ string}\\
  \textbf{Failsafe}: \texttt{Reserved}\\
  \textbf{Description}: Memory region type matching the UEFI specification memory descriptor
  types. Mapping:

  \begin{itemize}
    \tightlist
    \item \texttt{Reserved} --- \texttt{EfiReservedMemoryType}
    \item \texttt{LoaderCode} --- \texttt{EfiLoaderCode}
    \item \texttt{LoaderData} --- \texttt{EfiLoaderData}
    \item \texttt{BootServiceCode} --- \texttt{EfiBootServicesCode}
    \item \texttt{BootServiceData} --- \texttt{EfiBootServicesData}
    \item \texttt{RuntimeCode} --- \texttt{EfiRuntimeServicesCode}
    \item \texttt{RuntimeData} --- \texttt{EfiRuntimeServicesData}
    \item \texttt{Available} --- \texttt{EfiConventionalMemory}
    \item \texttt{Persistent} --- \texttt{EfiPersistentMemory}
    \item \texttt{UnusableMemory} --- \texttt{EfiUnusableMemory}
    \item \texttt{ACPIReclaimMemory} --- \texttt{EfiACPIReclaimMemory}
    \item \texttt{ACPIMemoryNVS} --- \texttt{EfiACPIMemoryNVS}
    \item \texttt{MemoryMappedIO} --- \texttt{EfiMemoryMappedIO}
    \item \texttt{MemoryMappedIOPortSpace} --- \texttt{EfiMemoryMappedIOPortSpace}
    \item \texttt{PalCode} --- \texttt{EfiPalCode}
  \end{itemize}

7430 7431 7432 7433 7434 7435 7436 7437
\item
  \texttt{Enabled}\\
  \textbf{Type}: \texttt{plist\ boolean}\\
  \textbf{Failsafe}: \texttt{false}\\
  \textbf{Description}: This region will not be reserved unless set to \texttt{true}.

\end{enumerate}

V
vit9696 已提交
7438 7439
\section{Troubleshooting}\label{troubleshooting}

7440 7441
\subsection{Legacy Apple OS}\label{legacyapple}

7442 7443
Older operating systems may be more complicated to install, but are sometimes
necessary for various reasons. While a compatible board identifier
G
Goldfish64 已提交
7444
and CPUID are the obvious requirements for proper functioning of an older
7445
operating system, there are many other less obvious things to consider.
7446
This section covers a common set of issues relevant to installing
7447 7448
older macOS operating systems.

V
vit9696 已提交
7449 7450
While newer operating systems can be downloaded over the internet,
older operating systems did not have installation media for every minor
D
dakanji 已提交
7451 7452 7453 7454 7455
release. For compatible distributions of such, download a device-specific
image and modify it if necessary. Visit this archived Apple Support
\href{https://web.archive.org/web/20170705003629/https://support.apple.com/en-us/HT204319}{article}
for a list of the bundled device-specific builds for legacy operating systems.
However, as this may not always be accurate, the latest versions are listed below.
V
vit9696 已提交
7456

7457 7458 7459
\subsubsection{macOS 10.8 and 10.9}\label{legacy108}

\begin{itemize}
7460 7461
  \item Disk images on these systems use the Apple Partitioning Scheme
    and require the \texttt{OpenPartitionDxe} driver to run DMG recovery
7462
    and installation (included in OpenDuet). It is possible to set
7463
    \texttt{DmgLoading} to \texttt{Disabled} to run the recovery
7464
    without DMG loading avoiding the need for \texttt{OpenPartitionDxe}.
7465 7466
  \item Cached kernel images often do not contain family drivers
    for networking (\texttt{IONetworkingFamily}) or audio
7467
    (\texttt{IOAudioFamily}) requiring the use of \texttt{Force}
7468 7469 7470 7471 7472 7473 7474
    loading in order to inject networking or audio drivers.
\end{itemize}

\subsubsection{macOS 10.7}\label{legacy107}

\begin{itemize}
  \item All previous issues apply.
V
vit9696 已提交
7475 7476 7477 7478
  \item \texttt{SSSE3} support (not to be confused with \texttt{SSE3} support)
    is a hard requirement for macOS 10.7 kernel.
  \item Many kexts, including \texttt{Lilu} when 32-bit kernel
    is used and a lot of \texttt{Lilu} plugins, are
7479 7480 7481
    unsupported on macOS~10.7 and older as they require newer
    kernel APIs, which are not part of the macOS~10.7 SDK.
  \item Prior to macOS~10.8 KASLR sliding is not supported, which
D
dakanji 已提交
7482
    will result in memory allocation failures on firmware
7483 7484 7485 7486 7487 7488 7489 7490 7491
    that utilise lower memory for their own purposes. Refer to
    \href{https://github.com/acidanthera/bugtracker/issues/1125}{acidanthera/bugtracker\#1125}
    for tracking.
\end{itemize}

\subsubsection{macOS 10.6}\label{legacy106}

\begin{itemize}
  \item All previous issues apply.
V
vit9696 已提交
7492 7493 7494
  \item \texttt{SSSE3} support is a requirement for macOS 10.6 kernel
    with 64-bit userspace enabled. This limitation can mostly be lifted
    by enabling the \texttt{LegacyCommpage} quirk.
7495
  \item Last released installer images for macOS~10.6 are macOS~10.6.7
7496 7497 7498 7499 7500
    builds \texttt{10J3250} (for \texttt{MacBookPro8,x}) and
    \texttt{10J4139} (for \texttt{iMac12,x}), without Xcode). These
    images are limited to their target model identifiers and have no
    \texttt{-no\_compat\_check} boot argument support. Modified images
    (with \texttt{ACDT} suffix) without model restrictions can be found
K
khronokernel 已提交
7501 7502
    \href{https://archive.org/details/10.6.7-10j3250-disk-images}{here}
    (\href{https://mega.nz/folder/z5YUhYTb#gA\_IRY5KMuYpnNCg7kR3ug}{MEGA Mirror}),
7503 7504
    assuming macOS~10.6 is legally owned. Refer to the \texttt{DIGEST.txt} file
    for details. Note that these are the earliest tested
7505 7506 7507
    versions of macOS~10.6 with OpenCore.
\end{itemize}

7508
  Model checking may also be erased by editing \texttt{OSInstall.mpkg}
7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535
  with e.g. \texttt{Flat Package Editor} by making \texttt{Distribution}
  script to always return \texttt{true} in \texttt{hwbeModelCheck} function.
  Since updating the only file in the image and not corrupting other files
  can be difficult and may cause slow booting due to kernel cache date
  changes, it is recommended to script image rebuilding as shown below:

\begin{lstlisting}[label=snowrebuild, style=ocbash]
#!/bin/bash
# Original.dmg is original image, OSInstall.mpkg is patched package
mkdir RO
hdiutil mount Original.dmg -noverify -noautoopen -noautoopenrw -noautofsck -mountpoint RO
cp RO/.DS_Store DS_STORE
hdiutil detach RO -force
rm -rf RO
hdiutil convert Original.dmg -format UDRW -o ReadWrite.dmg
mkdir RW
xattr -c OSInstall.mpkg
hdiutil mount ReadWrite.dmg -noverify -noautoopen -noautoopenrw -noautofsck -mountpoint RW
cp OSInstall.mpkg RW/System/Installation/Packages/OSInstall.mpkg
killall Finder fseventsd
rm -rf RW/.fseventsd
cp DS_STORE RW/.DS_Store
hdiutil detach RW -force
rm -rf DS_STORE RW
hdiutil convert ReadWrite.dmg -format UDZO -o ReadOnly.dmg
\end{lstlisting}

V
vit9696 已提交
7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551
\subsubsection{macOS 10.5}\label{legacy105}

\begin{itemize}
  \item All previous issues apply.
  \item This macOS version does not support \texttt{x86\_64} kernel
    and requires \texttt{i386} kernel extensions and patches.
  \item This macOS version uses the first (V1) version of \texttt{prelinkedkernel},
    which has kext symbol tables corrupted by the kext tools. This nuance
    renders \texttt{prelinkedkernel} kext injection impossible in OpenCore.
    \texttt{Mkext} kext injection will still work without noticeable
    performance drain and will be chosen automatically when
    \texttt{KernelCache} is set to \texttt{Auto}.
  \item Last released installer image for macOS~10.5 is macOS~10.5.7
    build \texttt{9J3050} (for \texttt{MacBookPro5,3}). Unlike the others,
    this image is not limited to the target model identifiers and can be used
    as is. The original \texttt{9J3050} image can be found
K
khronokernel 已提交
7552 7553
    \href{https://archive.org/details/10.5.7-9-j-3050}{here}
    (\href{https://mega.nz/folder/inRBTarD#zanf7fUbviwz3WHBU5xpCg}{MEGA Mirror}),
7554 7555
    assuming macOS~10.5 is legally owned. Refer to the \texttt{DIGEST.txt} file
    for details. Note that this is the earliest tested
V
vit9696 已提交
7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568
    version of macOS~10.5 with OpenCore.
\end{itemize}

\subsubsection{macOS 10.4}\label{legacy104}

\begin{itemize}
  \item All previous issues apply.
  \item This macOS version has a hard requirement to access all the optional
    packages on the second DVD disk installation media, requiring either two
    disks or USB media installation.
  \item Last released installer images for macOS~10.4 are macOS~10.4.10
    builds \texttt{8R4061a} (for \texttt{MacBookPro3,1}) and
    \texttt{8R4088} (for \texttt{iMac7,1})). These images are limited
D
dakanji 已提交
7569
    to their target model identifiers as on newer macOS versions.
V
vit9696 已提交
7570 7571
    Modified \texttt{8R4088} images (with \texttt{ACDT} suffix) without
    model restrictions can be found
K
khronokernel 已提交
7572 7573
    \href{https://archive.org/details/10.4.10-8-r-4088-acdt}{here}
    (\href{https://mega.nz/folder/D3ASzLzA\#7sjYXE2X09f6aGjol\_C7dg}{MEGA Mirror}),
7574 7575
    assuming macOS~10.4 is legally owned. Refer to the \texttt{DIGEST.txt} file
    for details. Note that these are the earliest tested
V
vit9696 已提交
7576 7577
    versions of macOS~10.4 with OpenCore.
\end{itemize}
7578 7579 7580

\subsection{UEFI Secure Boot}\label{uefisecureboot}

7581 7582
OpenCore is designed to provide a secure boot chain between firmware
and operating system. On most x86 platforms trusted loading is implemented
V
vit9696 已提交
7583 7584 7585 7586 7587
via \href{https://en.wikipedia.org/wiki/UEFI_Secure_Boot}{UEFI Secure Boot} model.
Not only OpenCore fully supports this model, but it also extends its capabilities
to ensure sealed configuration via \hyperref[securevaulting]{vaulting} and
provide trusted loading to the operating systems using custom verification,
such as \hyperref[secureapplesb]{Apple Secure Boot}. Proper secure boot chain
D
dakanji 已提交
7588
requires several steps and careful configuration of certain settings as explained below:
V
vit9696 已提交
7589 7590

\begin{enumerate}
7591
\item Enable Apple Secure Boot by setting \texttt{SecureBootModel} to
V
vit9696 已提交
7592 7593 7594 7595
  run macOS. Note, that not every macOS is compatible with Apple Secure Boot and
  there are several other restrictions as explained in
  \hyperref[secureapplesb]{Apple Secure Boot} section.
\item Disable DMG loading by setting \texttt{DmgLoading} to \texttt{Disabled}
7596
  if users have concerns of loading old vulnerable DMG recoveries. This is
V
vit9696 已提交
7597 7598 7599 7600 7601
  \textbf{not} required, but recommended. For the actual tradeoffs
  see the details in \hyperref[securedmgloading]{DMG loading} section.
\item Make sure that APFS JumpStart functionality restricts the loading
  of old vulnerable drivers by setting \texttt{MinDate} and \texttt{MinVersion}
  to \texttt{0}. More details are provided in \hyperref[uefiapfsprops]{APFS JumpStart}
7602
  section. An alternative is to install \texttt{apfs.efi} driver manually.
7603 7604
\item Make sure that \texttt{Force} driver loading is not needed and
  all the operating systems are still bootable.
V
vit9696 已提交
7605 7606 7607
\item Make sure that \texttt{ScanPolicy} restricts loading from undesired
  devices. It is a good idea to prohibit all removable drivers or unknown
  filesystems.
7608
\item Sign all the installed drivers and tools with the private key. Do not sign
D
dakanji 已提交
7609
  tools that provide administrative access to the computer, such as UEFI Shell.
7610
\item Vault the configuration as explained \hyperref[securevaulting]{Vaulting}
V
vit9696 已提交
7611 7612
  section.
\item Sign all OpenCore binaries (\texttt{BOOTX64.efi}, \texttt{BOOTIa32.efi},
7613
  \texttt{OpenCore.efi}, custom launchers) used on this system with
V
vit9696 已提交
7614 7615
  the same private key.
\item Sign all third-party operating system (not made by Microsoft or Apple)
7616
  bootloaders if needed. For Linux there is an option to install
V
vit9696 已提交
7617
  Microsoft-signed Shim bootloader as explained on e.g.
7618
  \href{https://wiki.debian.org/SecureBoot}{Debian Wiki}.
7619
\item Enable UEFI Secure Boot in firmware preferences and install the
7620
  certificate with a private key. Details on how to generate a certificate
D
dakanji 已提交
7621
  can be found in various articles, such as \href{https://habr.com/en/post/273497}{this one},
7622
  and are out of the scope of this document. If Windows is needed one
V
vit9696 已提交
7623 7624
  will also need to add the
  \href{http://go.microsoft.com/fwlink/?LinkID=321192}{Microsoft Windows Production CA 2011}.
7625
  To launch option ROMs or to use signed Linux drivers,
7626
  \href{http://go.microsoft.com/fwlink/?LinkId=321194}{Microsoft UEFI Driver Signing CA} will also be needed.
V
vit9696 已提交
7627
\item Password-protect changing firmware settings to ensure that UEFI Secure Boot
7628
  cannot be disabled without the user's knowledge.
V
vit9696 已提交
7629
\end{enumerate}
7630

V
vit9696 已提交
7631
\subsection{Windows support}\label{troubleshootingwin}
V
vit9696 已提交
7632

V
vit9696 已提交
7633 7634 7635
  \textbf{Can I install Windows?}

  While no official Windows support is provided, 64-bit UEFI Windows installations (Windows 8 and
V
vit9696 已提交
7636
  above) prepared with Boot Camp are supposed to work. Third-party UEFI installations
D
dakanji 已提交
7637
  as well as systems partially supporting UEFI boot, such as Windows 7, might work with
7638
  some extra precautions. Things to consider:
7639

V
vit9696 已提交
7640 7641 7642
  \begin{itemize}
  \item MBR (Master Boot Record) installations are legacy and will not be supported.
  \item All the modifications applied (to ACPI, NVRAM, SMBIOS, etc.) are supposed
V
vit9696 已提交
7643
  to be operating system agnostic, i.e. apply equally regardless of the OS booted.
V
vit9696 已提交
7644 7645 7646 7647 7648 7649
  This enables Boot Camp software experience on Windows.
  \item macOS requires the first partition to be EFI System Partition, and does
  not support the default Windows layout. While OpenCore does have a
  \href{https://github.com/acidanthera/bugtracker/issues/327}{workaround}
  for this, it is highly recommend not to rely on it and install properly.
  \item Windows may need to be reactivated. To avoid it consider
D
dakanji 已提交
7650 7651
  setting SystemUUID to the original firmware UUID. Be aware that it may be invalid
  on old firmware, i.e., not random. If there still are issues,
7652 7653
  consider using HWID or KMS38 license or making the use \texttt{Custom}
  \texttt{UpdateSMBIOSMode}. Other nuances of Windows activation are out of the
7654
  scope of this document and can be found online.
V
vit9696 已提交
7655 7656 7657
  \end{itemize}

  \textbf{What additional software do I need?}
7658

7659
  To enable operating system switching and install relevant drivers in the majority of
7660 7661
  cases Windows support software from
  \href{https://support.apple.com/boot-camp}{Boot Camp} is required. For simplicity of the download
7662 7663
  process or when configuring an already installed Windows version a third-party utility,
  \href{https://github.com/timsutton/brigadier}{Brigadier}, can be used successfully.
7664
  Note, that \href{https://www.7-zip.org}{7-Zip} may be downloaded and installed
V
vit9696 已提交
7665 7666
  prior to using Brigadier.

V
vit9696 已提交
7667 7668 7669 7670 7671
  Remember to always use the latest version of Windows support software from Boot Camp,
  as versions prior to 6.1 do not support APFS, and thus will not function correctly.
  To download newest software pass most recent Mac model to Brigadier, for example
  \texttt{./brigadier.exe -m iMac19,1}. To install Boot Camp on an unsupported Mac model
  afterwards run PowerShell as Administrator and enter \texttt{msiexec /i BootCamp.msi}.
7672 7673
  If there is a previous version of Boot Camp installed it should be
  removed first by running \texttt{msiexec /x BootCamp.msi} command. \texttt{BootCamp.msi}
V
vit9696 已提交
7674 7675 7676
  file is located in \texttt{BootCamp/Drivers/Apple} directory and can be reached through
  Windows Explorer.

V
vit9696 已提交
7677
  While Windows support software from Boot Camp solves most of compatibility problems,
7678
  the rest may still have to be addressed manually:
7679

V
vit9696 已提交
7680 7681 7682 7683 7684
  \begin{itemize}
  \item To invert mouse wheel scroll direction \texttt{FlipFlopWheel} must be set
  to \texttt{1} as explained on \href{https://superuser.com/a/364353}{SuperUser}.
  \item \texttt{RealTimeIsUniversal} must be set to \texttt{1} to avoid time
  desync between Windows and macOS as explained on
D
dakanji 已提交
7685
  \href{https://superuser.com/q/494432}{SuperUser} (this is typically not required).
D
dakanji 已提交
7686
  \item To access Apple filesystems such as HFS+ and APFS, separate software may need to
V
vit9696 已提交
7687
  be installed. Some of the known utilities are:
V
vit9696 已提交
7688
  \href{https://forums.macrumors.com/threads/apple-hfs-windows-driver-download.1368010/}{Apple HFS+ driver}
D
dakanji 已提交
7689
  (\href{https://forums.macrumors.com/threads/apple-hfs-windows-driver-download.1368010/post-24180079}{workaround for Windows 10}),
V
vit9696 已提交
7690 7691 7692 7693
  \href{http://www.catacombae.org/hfsexplorer}{HFSExplorer}, MacDrive, Paragon APFS,
  Paragon HFS+, TransMac, etc. Remember to never ever attempt to modify Apple file systems
  from Windows as this often leads to irrecoverable data loss.
  \end{itemize}
7694

7695
  \textbf{Why do I see \texttt{Basic data partition} in the Boot Camp Startup Disk control panel?}
7696

7697 7698 7699
  The Boot Camp control panel uses the GPT partition table to obtain each boot option name.
  After installing Windows separately, the partition has to be relabelled manually.
  This can be done with many utilities including the open-source
7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735
  \href{https://sourceforge.net/projects/gptfdisk}{gdisk} utility. Reference example:

\begin{lstlisting}[caption=Relabeling Windows volume, label=relabel, style=ocbash]
PS C:\gdisk> .\gdisk64.exe \\.\physicaldrive0
GPT fdisk (gdisk) version 1.0.4

Command (? for help): p
Disk \\.\physicaldrive0: 419430400 sectors, 200.0 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): DEC57EB1-B3B5-49B2-95F5-3B8C4D3E4E12
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 419430366
Partitions will be aligned on 2048-sector boundaries
Total free space is 4029 sectors (2.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048         1023999   499.0 MiB   2700  Basic data partition
   2         1024000         1226751   99.0 MiB    EF00  EFI system partition
   3         1226752         1259519   16.0 MiB    0C01  Microsoft reserved ...
   4         1259520       419428351   199.4 GiB   0700  Basic data partition

Command (? for help): c
Partition number (1-4): 4
Enter name: BOOTCAMP

Command (? for help): w

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!!

Do you want to proceed? (Y/N): Y
OK; writing new GUID partition table (GPT) to \\.\physicaldrive0.
Disk synchronization succeeded! The computer should now use the new partition table.
The operation has completed successfully.
\end{lstlisting}

V
vit9696 已提交
7736

7737
  \textbf{How do I choose Windows BOOTCAMP with custom NTFS drivers?}
7738 7739 7740

  Third-party drivers providing NTFS support, such as
  \href{https://www.tuxera.com/community/open-source-ntfs-3g}{NTFS-3G}, Paragon NTFS,
7741
  Tuxera NTFS or \href{https://www.seagate.com/support/software/paragon}{Seagate Paragon Driver}
7742
  disrupt certain macOS functionality, including the
7743 7744 7745
  \href{https://support.apple.com/HT202796}{Startup Disk} preference
  pane normally used for operating system selection. While the recommended option
  remains not to use such drivers as they commonly corrupt the filesystem, and prefer
7746 7747 7748
  the driver bundled with macOS with optional write support (
  \href{http://osxdaily.com/2013/10/02/enable-ntfs-write-support-mac-os-x}{command} or
  \href{https://mounty.app}{GUI}),
7749 7750 7751 7752
  there still exist vendor-specific workarounds for their products:
  \href{https://www.tuxera.com/products/tuxera-ntfs-for-mac/faq}{Tuxera},
  \href{https://kb.paragon-software.com/article/6604}{Paragon}, etc.

V
vit9696 已提交
7753 7754 7755 7756 7757 7758
\subsection{Debugging}\label{troubleshootingdebug}

Similar to other projects working with hardware OpenCore supports auditing and debugging.
The use of \texttt{NOOPT} or \texttt{DEBUG} build modes instead of \texttt{RELEASE}
can produce a lot more debug output. With \texttt{NOOPT} source level debugging with
GDB or IDA Pro is also available. For GDB check
7759
\href{https://github.com/acidanthera/OpenCorePkg/tree/master/Debug}{OpenCore Debug}
7760
page. For IDA Pro, version 7.3 or newer is needed, and
7761
\href{https://www.hex-rays.com/products/ida/support/tutorials/index.shtml}{Debugging the XNU Kernel with IDA Pro}
7762
may also help.
V
vit9696 已提交
7763

7764
To obtain the log during boot serial port debugging can be used. Serial port
7765 7766
debugging is enabled in \texttt{Target}, e.g. \texttt{0xB} for onscreen with serial. To
initialise serial within OpenCore use \texttt{SerialInit} configuration option.
7767
For macOS the best choice is CP2102-based UART devices. Connect motherboard \texttt{TX}
7768
to USB UART \texttt{RX}, and motherboard \texttt{GND} to USB UART \texttt{GND}. Use
V
vit9696 已提交
7769 7770 7771
\texttt{screen} utility to get the output, or download GUI software, such as
\href{https://freeware.the-meiers.org}{CoolTerm}.

7772
\emph{Note}: On several motherboards (and possibly USB UART dongles) PIN naming may be
7773 7774
incorrect. It is very common to have \texttt{GND} swapped with \texttt{RX}, thus,
motherboard ``\texttt{TX}'' must be connected to USB UART \texttt{GND}, and motherboard ``\texttt{GND}''
7775 7776
to USB UART \texttt{RX}.

V
vit9696 已提交
7777 7778
Remember to enable \texttt{COM} port in firmware settings, and never use USB cables longer
than 1 meter to avoid output corruption. To additionally enable XNU kernel serial output
7779
\texttt{debug=0x8} boot argument is needed.
V
vit9696 已提交
7780

V
vit9696 已提交
7781 7782 7783 7784
\subsection{Tips and Tricks}\label{troubleshootingtricks}

\begin{enumerate}
\item
7785
  \textbf{How do I debug boot failures?}
V
vit9696 已提交
7786

7787
  Obtaining the actual error message is usually adequate. For this, ensure that:
V
vit9696 已提交
7788 7789
  \begin{itemize}
  \tightlist
7790
  \item A \texttt{DEBUG} or \texttt{NOOPT} version of OpenCore is used.
V
vit9696 已提交
7791 7792 7793 7794 7795 7796 7797 7798
  \item Logging is enabled (\texttt{1}) and shown onscreen (\texttt{2}):
  \texttt{Misc} $\rightarrow$ \texttt{Debug} $\rightarrow$ \texttt{Target}
  $=$ \texttt{3}.
  \item Logged messages from at least \texttt{DEBUG\_ERROR}
  (\texttt{0x80000000}), \texttt{DEBUG\_WARN} (\texttt{0x00000002}), and
  \texttt{DEBUG\_INFO} (\texttt{0x00000040}) levels are visible onscreen:
  \texttt{Misc} $\rightarrow$ \texttt{Debug} $\rightarrow$ \texttt{DisplayLevel}
  $=$ \texttt{0x80000042}.
D
dakanji 已提交
7799
  \item Critical error messages, such as \texttt{DEBUG\_ERROR}, stop booting:
V
vit9696 已提交
7800 7801 7802
  \texttt{Misc} $\rightarrow$ \texttt{Security}
  $\rightarrow$ \texttt{HaltLevel} $=$ \texttt{0x80000000}.
  \item Watch Dog is disabled to prevent automatic reboot:
A
Andrey1970AppleLife 已提交
7803
  \texttt{Misc} $\rightarrow$ \texttt{Debug} $\rightarrow$
V
vit9696 已提交
7804 7805 7806 7807 7808
  \texttt{DisableWatchDog} $=$ \texttt{true}.
  \item Boot Picker (entry selector) is enabled: \texttt{Misc}
  $\rightarrow$ \texttt{Boot} $\rightarrow$ \texttt{ShowPicker} $=$ \texttt{true}.
  \end{itemize}

D
dakanji 已提交
7809
  If there is no obvious error, check the available workarounds in the \texttt{Quirks} sections
V
vit9696 已提交
7810
  one by one. For early boot troubleshooting, for instance, when OpenCore menu does not appear,
A
Andrey1970AppleLife 已提交
7811
  using \texttt{UEFI Shell} (bundled with OpenCore) may help to see
V
vit9696 已提交
7812
  early debug messages.
V
vit9696 已提交
7813

V
vit9696 已提交
7814
\item
7815
  \textbf{How do I debug macOS boot failures?}
V
vit9696 已提交
7816 7817 7818

  \begin{itemize}
  \tightlist
D
dakanji 已提交
7819
  \item Refer to \texttt{boot-args} values such as \texttt{debug=0x100}, \texttt{keepsyms=1},
V
vit9696 已提交
7820 7821 7822
    \texttt{-v}, and similar.
  \item Do not forget about \texttt{AppleDebug} and \texttt{ApplePanic} properties.
  \item Take care of \texttt{Booter}, \texttt{Kernel}, and \texttt{UEFI} quirks.
7823 7824
  \item Consider using serial port to inspect early kernel boot failures. For this
    \texttt{debug=0x108}, \texttt{serial=5}, and \texttt{msgbuf=1048576} boot arguments are needed.
V
vit9696 已提交
7825 7826 7827 7828
    Refer to the patches in Sample.plist when dying before serial init.
  \item Always read the logs carefully.
  \end{itemize}

V
vit9696 已提交
7829
\item
7830
  \textbf{How do I customise boot entries?}
V
vit9696 已提交
7831 7832 7833 7834 7835 7836

  OpenCore follows standard Apple Bless model and extracts the entry name
  from \texttt{.contentDetails} and \texttt{.disk\_label.contentDetails} files in the
  booter directory if present. These files contain an ASCII string with an entry title,
  which may then be customised by the user.

V
vit9696 已提交
7837
\item
7838
  \textbf{How do I choose the default boot entry?}
V
vit9696 已提交
7839 7840 7841 7842 7843 7844

  OpenCore uses the primary UEFI boot option to select the default entry. This choice
  can be altered from UEFI Setup, with the macOS
  \href{https://support.apple.com/HT202796}{Startup Disk} preference, or the Windows
  \href{https://support.apple.com/guide/bootcamp-control-panel/start-up-your-mac-in-windows-or-macos-bcmp29b8ac66/mac}{Boot Camp} Control Panel.
  Since choosing OpenCore's \texttt{BOOTx64.EFI} as a primary boot option limits this
D
dakanji 已提交
7845
  functionality in addition to several types of firmware deleting incompatible boot options,
7846 7847
  potentially including those created by macOS, users are strongly encouraged to use the
  \texttt{RequestBootVarRouting} quirk, which will preserve the selection made in
V
vit9696 已提交
7848 7849 7850
  the operating system within the OpenCore variable space. Note, that \texttt{RequestBootVarRouting}
  requires a separate driver for functioning.

7851
\item \label{reinstallmacos}
V
vit9696 已提交
7852 7853 7854 7855
  \textbf{What is the simplest way to install macOS?}

  Copy online recovery image (\texttt{*.dmg} and \texttt{*.chunklist} files)
  to \texttt{com.apple.recovery.boot} directory on a FAT32 partition with OpenCore.
D
dakanji 已提交
7856
  Load the OpenCore picker and choose the entry, it will have a \texttt{(dmg)} suffix.
V
vit9696 已提交
7857 7858
  Custom name may be created by providing \texttt{.contentDetails} file.

7859 7860 7861
  To download recovery online
  \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Utilities/macrecovery/macrecovery.py}{macrecovery.py}
  can be used.
V
vit9696 已提交
7862

V
vit9696 已提交
7863 7864
  For offline installation refer to
  \href{https://support.apple.com/HT201372}{How to create a bootable installer for macOS}
7865
  article. Apart from App Store and \texttt{softwareupdate} utility there also are
V
vit9696 已提交
7866
  \href{https://github.com/corpnewt/gibMacOS}{third-party utilities} to download an offline image.
V
vit9696 已提交
7867

7868
\item
V
vit9696 已提交
7869
  \textbf{Why do online recovery images (\texttt{*.dmg}) fail to load?}
7870 7871

  This may be caused by missing HFS+ driver, as all presently known recovery volumes
A
Andrey1970AppleLife 已提交
7872
  have HFS+ filesystem.
7873

V
vit9696 已提交
7874 7875 7876 7877 7878
\item
  \textbf{Can I use this on Apple hardware or virtual machines?}

  Sure, most relatively modern Mac models including \texttt{MacPro5,1} and virtual machines
  are fully supported. Even though there are little to none specific details relevant to
V
vit9696 已提交
7879 7880
  Mac hardware, some ongoing instructions can be found on
  \href{https://forums.macrumors.com/threads/opencore-on-the-mac-pro.2207814}{MacRumors.com}.
V
vit9696 已提交
7881

7882
\item
7883
  \textbf{Why must Find\&Replace patches be equal in size?}
7884

A
Andrey1970AppleLife 已提交
7885
  For machine code (x86 code) it is not possible to do differently sized replacements due to
7886 7887 7888
  \href{https://en.wikipedia.org/w/index.php?title=Relative_addressing}{relative addressing}.
  For ACPI code this is risky, and is technically equivalent to ACPI table replacement,
  thus not implemented. More detailed explanation can be found on
V
vit9696 已提交
7889 7890 7891 7892 7893 7894 7895 7896
  \href{https://applelife.ru/posts/819790}{AppleLife.ru} or in the ACPI section of this document.

\item
  \textbf{How can I decide which \texttt{Booter} quirks to use?}

  These quirks originate from \texttt{AptioMemoryFix} driver but provide a wider
  set of changes specific to modern systems. Note, that \texttt{OpenRuntime}
  driver is required for most configurations. To get a configuration similar
7897
  to \texttt{AptioMemoryFix} the following set of quirks should be enabled:
V
vit9696 已提交
7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911
  \begin{itemize}
  \tightlist
  \item \texttt{ProvideConsoleGop} (UEFI quirk)
  \item \texttt{AvoidRuntimeDefrag}
  \item \texttt{DiscardHibernateMap}
  \item \texttt{EnableSafeModeSlide}
  \item \texttt{EnableWriteUnprotector}
  \item \texttt{ForceExitBootServices}
  \item \texttt{ProtectMemoryRegions}
  \item \texttt{ProvideCustomSlide}
  \item \texttt{RebuildAppleMemoryMap}
  \item \texttt{SetupVirtualMap}
  \end{itemize}

D
dakanji 已提交
7912
  However, as of today, such set is strongly discouraged as some of these quirks
V
vit9696 已提交
7913 7914 7915 7916 7917
  are not necessary to be enabled or need additional quirks. For example,
  \texttt{DevirtualiseMmio} and \texttt{ProtectUefiServices} are often required,
  while \texttt{DiscardHibernateMap} and \texttt{ForceExitBootServices} are rarely
  necessary.

D
dakanji 已提交
7918
  Unfortunately for some quirks such as \texttt{RebuildAppleMemoryMap},
V
vit9696 已提交
7919
  \texttt{EnableWriteUnprotector}, \texttt{ProtectMemoryRegions},
7920 7921 7922
  \texttt{SetupVirtualMap}, and \texttt{SyncRuntimePermissions} there
  is no definite approach even on similar systems, so trying all their
  combinations may be required for optimal setup. Refer to individual quirk
7923
  descriptions in this document for details.
7924

V
vit9696 已提交
7925
\end{enumerate}
V
vit9696 已提交
7926 7927

\end{document}