acrn-hypervisor/hypervisor/arch/x86/configs/generic
Victor Sun 555a03db99 HV: add board specific cpu state table to support Px Cx
Currently the Px Cx supported SoCs which listed in cpu_state_tbl.c is limited,
and it is not a wise option to build a huge state table data base to support
Px/Cx for other SoCs. This patch give a alternative solution that build a board
specific cpu state table in board.c which could be auto-generated by offline
tool, then the CPU Px/Cx of customer board could be enabled;

Hypervisor will search the cpu state table in cpu_state_tbl[] first, if not
found then go check board_cpu_state_tbl. If no matched cpu state table is found
then Px/Cx will not be supported;

Tracked-On: #3477

Signed-off-by: Victor Sun <victor.sun@intel.com>
2019-07-29 20:25:16 +08:00
..
board.c HV: add board specific cpu state table to support Px Cx 2019-07-29 20:25:16 +08:00
misc_cfg.h HV: move sos bootargs to vm configurations 2019-06-06 09:40:52 +08:00
pci_devices.h HV: add generic board config 2019-04-29 15:25:25 +08:00
ve820.c HV: add generic board config 2019-04-29 15:25:25 +08:00