acrn-hypervisor/misc/config_tools/board_config
Chenli Wei 6d57f8254b misc: rename common.py to avoid private library conflict
The offline tool use a utility libary and use "common" to named it, this
name conflict with some customer's local library, so we rename it to a
better and clear name.

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
2022-11-14 12:03:51 +08:00
..
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
acpi_platform_h.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
board_c.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
board_cfg_gen.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
board_info_h.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
pci_devices_h.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
vbar_base_h.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00

README

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