acrn-hypervisor/misc/acrn-config/board_config
Yang,Yu-chu b02776a9d4 acrn-config: removed_nested returns None instead return Error
qemu xml has no devices list. Tool will receive the empty devices
list while parsing the "platform" xml. Remove the error of resolved
nested mmio address window that the input couldn't be None. Simply
return an None list.

Tracked-On:#5454
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2020-11-04 10:38:40 +08:00
..
acpi_platform_h.py acrn-config: add MACROs for mmcfg bus number 2020-09-09 09:31:56 +08:00
board_c.py acrn-config: add pse-gpio to vmsix_on_msi devices list 2020-09-03 13:48:27 +08:00
board_cfg_gen.py acrn-config: use ordered dictionary to guarantee dict order 2020-09-16 10:37:09 +08:00
board_info_h.py acrn-config: fix hang issue for board EHL (hybrid_rt) 2020-10-14 13:56:44 +08:00
misc_cfg_h.py acrn-config: add pci vuart number to total pci devices number 2020-11-02 08:52:52 +08:00
pci_devices_h.py acrn-config: move the MACRO of IVSHMEM shared region name to ivshmem_cfg.h 2020-09-22 09:28:24 +08:00
README acrn-config: remove git check and avoid to generate patch for config files 2020-03-31 10:27:33 +08:00
vbar_base_h.py acrn-config: removed_nested returns None instead return Error 2020-11-04 10:38:40 +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