From c2b9dbd16069df7b3498de5bae90575f5a784f31 Mon Sep 17 00:00:00 2001 From: Shiqing Gao Date: Thu, 7 Jul 2022 15:43:11 +0800 Subject: [PATCH] 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 --- doc/reference/hv-make-options.rst | 4 ++-- doc/user-guides/acrn-dm-parameters.rst | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/reference/hv-make-options.rst b/doc/reference/hv-make-options.rst index 656b60e77..10ed37042 100644 --- a/doc/reference/hv-make-options.rst +++ b/doc/reference/hv-make-options.rst @@ -34,8 +34,8 @@ The following table shows ACRN-specific command-line options: is ``n``.) * - ``ASL_COMPILER`` - - Optional. Use an ``iasl`` compiler that is not in the default path - (``/usr/sbin``). + - Optional. Specify the path to the ``iasl`` compiler on the development machine. + (If not provided, the default value is derived from ``which iasl``.) * - ``O`` - Optional. Path to the directory where the built files will be stored. diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 02ed93938..a16679baf 100755 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -325,6 +325,21 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters: --ssram +---- + +``--iasl `` + Specify the path to ``iasl`` compiler on the target machine. + + If ``--iasl `` is specified as the ``acrn-dm`` parameter, + acrn-dm uses 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: Emulated PCI Device Types