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:
Yonghua Huang 2021-05-14 13:09:28 +08:00 committed by wenlingz
parent 9facbb43b3
commit 32d6a72ea2
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ options:
[--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]
[--cpu_affinity pCPUs] [--lapic_pt] [--rtvm] [--windows]
[--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
-B: bootargs for kernel
-E: elf image path
@ -79,7 +79,7 @@ options:
--mac_seed: set a platform unique string as a seed for generate mac address
--vsbl: vsbl 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
--part_info: guest partition info file path
--enable_trusty: enable trusty for guest

View File

@ -462,9 +462,9 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
----
``--psram``
This option enables Pseudo (Software) SRAM passthrough to the VM.
``--ssram``
This option enables Software SRAM passthrough to the VM.
usage::
--psram
--ssram