acrn-hypervisor/misc/acrn-config/board_config
dongshen 01c66eb4b3 acrn-config: add support for P2SB bridge passthrough
This patch is to support direct assignment of P2SB bridge to one pre-launched
VM for EHL. User can configure this per-VM attribute in scenario xml:
    <mmio_resources desc="MMIO resources.">
         <p2sb>y</p2sb>
    </mmio_resources>

Set p2sb to y to passthru P2SB bridge to VM, and n otherwise.

Tracked-On: #5221
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
2020-09-01 09:35:50 +08:00
..
README acrn-config: remove git check and avoid to generate patch for config files 2020-03-31 10:27:33 +08:00
acpi_platform_h.py acrn-config: Set defaults on empty leaf for generated <board>.xml file 2020-05-21 15:34:38 +08:00
board_c.py acrn-config: add MAX_CACHE_CLOS_NUM_ENTRIES/MAX_MBA_CLOS_NUM_ENTRIES macros 2020-08-28 16:44:06 +08:00
board_cfg_gen.py acrn-config: configuration source refactor for new layout 2020-07-24 16:16:06 +08:00
board_info_h.py acrn-config: add support for P2SB bridge passthrough 2020-09-01 09:35:50 +08:00
misc_cfg_h.py acrn-config: add MAX_CACHE_CLOS_NUM_ENTRIES/MAX_MBA_CLOS_NUM_ENTRIES macros 2020-08-28 16:44:06 +08:00
pci_devices_h.py acrn-config: support configuration for Inter-VM communication 2020-08-24 13:58:38 +08:00
vbar_base_h.py acrn-config: support configuration for Inter-VM communication 2020-08-24 13:58:38 +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