mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-13 13:56:19 +00:00
doc: clean legacy software SRAM names
psram is legacy name of SSRAM, rename it to ssram Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
parent
9facbb43b3
commit
32d6a72ea2
@ -60,7 +60,7 @@ options:
|
|||||||
[--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]
|
[--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]
|
||||||
[--cpu_affinity pCPUs] [--lapic_pt] [--rtvm] [--windows]
|
[--cpu_affinity pCPUs] [--lapic_pt] [--rtvm] [--windows]
|
||||||
[--debugexit] [--logger-setting param_setting] [--pm_notify_channel]
|
[--debugexit] [--logger-setting param_setting] [--pm_notify_channel]
|
||||||
[--pm_by_vuart vuart_node] [--psram] <vm>
|
[--pm_by_vuart vuart_node] [--ssram] <vm>
|
||||||
-A: create ACPI tables
|
-A: create ACPI tables
|
||||||
-B: bootargs for kernel
|
-B: bootargs for kernel
|
||||||
-E: elf image path
|
-E: elf image path
|
||||||
@ -79,7 +79,7 @@ options:
|
|||||||
--mac_seed: set a platform unique string as a seed for generate mac address
|
--mac_seed: set a platform unique string as a seed for generate mac address
|
||||||
--vsbl: vsbl file path
|
--vsbl: vsbl file path
|
||||||
--ovmf: ovmf file path
|
--ovmf: ovmf file path
|
||||||
--psram: Enable Pseudo (Software) SRAM passthrough
|
--ssram: Enable Software SRAM
|
||||||
--cpu_affinity: list of pCPUs assigned to this VM
|
--cpu_affinity: list of pCPUs assigned to this VM
|
||||||
--part_info: guest partition info file path
|
--part_info: guest partition info file path
|
||||||
--enable_trusty: enable trusty for guest
|
--enable_trusty: enable trusty for guest
|
||||||
|
@ -462,9 +462,9 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
``--psram``
|
``--ssram``
|
||||||
This option enables Pseudo (Software) SRAM passthrough to the VM.
|
This option enables Software SRAM passthrough to the VM.
|
||||||
|
|
||||||
usage::
|
usage::
|
||||||
|
|
||||||
--psram
|
--ssram
|
||||||
|
Loading…
Reference in New Issue
Block a user