acrn-hypervisor/misc/acrn-config/board_config
dongshen a425730f64 acrn-config: rename MAX_PLATFORM_CLOS_NUM to HV_SUPPORTED_MAX_CLOS
HV_SUPPORTED_MAX_CLOS:
 This value represents the maximum CLOS that is allowed by ACRN hypervisor.
 This value is set to be least common Max CLOS (CPUID.(EAX=0x10,ECX=ResID):EDX[15:0])
 among all supported RDT resources in the platform. In other words, it is
 min(maximum CLOS of L2, L3 and MBA). This is done in order to have consistent
 CLOS allocations between all the RDT resources.

Tracked-On: #5229
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
2020-08-28 16:44:06 +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: rename MAX_PLATFORM_CLOS_NUM to HV_SUPPORTED_MAX_CLOS 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: rename MAX_PLATFORM_CLOS_NUM to HV_SUPPORTED_MAX_CLOS 2020-08-28 16:44:06 +08:00
misc_cfg_h.py acrn-config: add maxcpus to sos kernel cmdline in hybrid scenario 2020-08-27 08:56:44 +08:00
pci_devices_h.py acrn-config: support configuration for Inter-VM communication 2020-08-24 13:58:38 +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: support configuration for Inter-VM communication 2020-08-24 13:58:38 +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