acrn-hypervisor/misc/config_tools/board_config
Shuo A Liu 6e0b12180c hv: dm: Use new power management data structures
struct cpu_px_data		->	struct acrn_pstate_data
struct cpu_cx_data		->	struct acrn_cstate_data
enum pm_cmd_type		->	enum acrn_pm_cmd_type
struct acpi_generic_address	->	struct acrn_acpi_generic_address
cpu_cx_data			->	acrn_cstate_data
cpu_px_data			->	acrn_pstate_data

IC_PM_GET_CPU_STATE		->	ACRN_IOCTL_PM_GET_CPU_STATE

PMCMD_GET_PX_CNT		->	ACRN_PMCMD_GET_PX_CNT
PMCMD_GET_CX_CNT		->	ACRN_PMCMD_GET_CX_CNT
PMCMD_GET_PX_DATA		->	ACRN_PMCMD_GET_PX_DATA
PMCMD_GET_CX_DATA		->	ACRN_PMCMD_GET_CX_DATA

Tracked-On: #6282
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
2021-07-15 11:53:54 +08:00
..
acpi_platform_h.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
board_c.py hv: dm: Use new power management data structures 2021-07-15 11:53:54 +08:00
board_cfg_gen.py hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
board_info_h.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
misc_cfg_h.py config-tool: rename PSRARM to SSRAM 2021-05-17 14:31:42 +08:00
pci_devices_h.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
vbar_base_h.py config-tools: replace "PTDEV_HI_MMIO_START" with "HI_MMIO_START" 2021-03-12 09:49:07 +08:00

Please run board_cfg_gen.py to generate board related configuration files.

usage: python3 board_cfg_gen.py [h] --board <board_info_file> --scenario <scenario_info_file>
positional arguments:
  board_info_file  : file name of the board info XML
  scenario_info_file  : file name of the scenario info XML