acrn-hypervisor/misc/config_tools
Junjie Mao 1dca1da96d config_tools: rename two missed PSRAMs to SSRAMs
The term PSRAM is now obsoleted and should be replaced with SSRAM, as has been
done by commit 9facbb43b3 ("config-tool: rename PSRAM to SSRAM"). However,
there are two places in the configuration toolset that still uses PSRAM. This
patch updates these missed occurrences accordingly.

Tracked-On: #6012
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2021-08-19 10:48:15 +08:00
..
acpi_gen config-tools: remove unused package and add nosec to subprocess 2021-08-13 16:11:42 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config config-tools: remove unused package and add nosec to subprocess 2021-08-13 16:11:42 +08:00
board_inspector config-tools: remove unused package and add nosec to subprocess 2021-08-13 16:11:42 +08:00
config_app config-tools: replace xml.etree.ElementTree with defusedxml.ElementTree 2021-08-13 16:11:42 +08:00
data FIXME: temporarily disable TPM2 passthrough 2021-08-18 13:08:29 +08:00
hv_config config-tools: remove unused package and add nosec to subprocess 2021-08-13 16:11:42 +08:00
launch_config config_tools: Use new HSM driver device node 2021-07-15 11:53:54 +08:00
library config-tools: replace xml.etree.ElementTree with defusedxml.ElementTree 2021-08-13 16:11:42 +08:00
scenario_config HV: refine acrn_mmiodev data structure 2021-08-11 14:45:55 +08:00
schema config_tools: rename two missed PSRAMs to SSRAMs 2021-08-19 10:48:15 +08:00
static_allocators config_tools: rename two missed PSRAMs to SSRAMs 2021-08-19 10:48:15 +08:00
xforms config-tools: add native log area address 2021-08-13 11:09:01 +08:00
README config_tools: remove obsolete kconfig files 2021-08-09 09:25:02 +08:00

folder structure

	board_inspector	: Get target board information under native Linux environment and generate board_info XML.
	board_config	: Parse board_info XML and scenario XML to generate board related configuration files under misc/acrn-config/xmls/board-xmls/ folder.
	scenario_config	: Parse board_info XML and scenario XML to generate scenario based VM configuration files under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
	launch_config	: Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
	library		: The folder stores shared software modules or libs for acrn-config offline tool.