mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 17:06:51 +00:00
doc: add iomem kernel parameter for board inspector
Without this ``iomem=relaxed`` kernel parameter, the generated board XML is essentially the same as having ``--basic`` when executing the board inspector, i.e. the ACPI namespace will not be parsed. The generated board XML may still work, but some functionality (e.g. passthru of TPM and other PCI devices that need INTx) will no longer work due to lack of hardware information. Replacing PR #6618 Tracked-On: #5692 Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
f39c882359
commit
bd57475854
@@ -284,13 +284,13 @@ Generate a Board Configuration File
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
idle=nomwait intel_idle.max_cstate=0 intel_pstate=disable
|
||||
idle=nomwait iomem=relaxed intel_idle.max_cstate=0 intel_pstate=disable
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash idle=nomwait intel_idle.max_cstate=0 intel_pstate=disable"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash idle=nomwait iomem=relaxed intel_idle.max_cstate=0 intel_pstate=disable"
|
||||
|
||||
These settings allow the board inspector tool to
|
||||
gather important information about the board.
|
||||
|
Reference in New Issue
Block a user