doc: update the documentation according to "iasl" refinement
This patch updates the documentation according to the refinement on the detection and the version verification of "iasl". Tracked-On: #7880 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
parent
3eb1237db3
commit
c2b9dbd160
|
@ -34,8 +34,8 @@ The following table shows ACRN-specific command-line options:
|
||||||
is ``n``.)
|
is ``n``.)
|
||||||
|
|
||||||
* - ``ASL_COMPILER``
|
* - ``ASL_COMPILER``
|
||||||
- Optional. Use an ``iasl`` compiler that is not in the default path
|
- Optional. Specify the path to the ``iasl`` compiler on the development machine.
|
||||||
(``/usr/sbin``).
|
(If not provided, the default value is derived from ``which iasl``.)
|
||||||
|
|
||||||
* - ``O``
|
* - ``O``
|
||||||
- Optional. Path to the directory where the built files will be stored.
|
- Optional. Path to the directory where the built files will be stored.
|
||||||
|
|
|
@ -325,6 +325,21 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
|
||||||
|
|
||||||
--ssram
|
--ssram
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
``--iasl <iasl_compiler_path>``
|
||||||
|
Specify the path to ``iasl`` compiler on the target machine.
|
||||||
|
|
||||||
|
If ``--iasl <iasl_compiler_path>`` is specified as the ``acrn-dm`` parameter,
|
||||||
|
acrn-dm uses <iasl_compiler_path> as the path to the ``iasl`` compiler;
|
||||||
|
otherwise, ``which iasl`` is used to detect where the ``iasl`` compiler is located.
|
||||||
|
|
||||||
|
usage::
|
||||||
|
|
||||||
|
--iasl /usr/local/bin/iasl
|
||||||
|
|
||||||
|
uses ``/usr/local/bin/iasl`` as the path to the ``iasl`` compiler
|
||||||
|
|
||||||
.. _emul_config:
|
.. _emul_config:
|
||||||
|
|
||||||
Emulated PCI Device Types
|
Emulated PCI Device Types
|
||||||
|
|
Loading…
Reference in New Issue