acrn-hypervisor/misc/config_tools/board_config
Chenli Wei 4807385fe2 misc: refine cache config
The current RDT setting requires users to calculate the CLOS mask and
the details, it is not a user-friendly setting.

So we redesigned RDT, users can easily specify the cache of each vcpu
for VMs.

This patch add an RDT region element for schema, calculate and generate
all the mask and rdt parameters by config tool to generates rdt_info
struct for board.c.

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
2022-04-24 16:52:24 +08:00
..
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
acpi_platform_h.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
board_c.py misc: refine cache config 2022-04-24 16:52:24 +08:00
board_cfg_gen.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
board_info_h.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
pci_devices_h.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vbar_base_h.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +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