mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-04 19:17:34 +00:00
- remove limit of CONFIG_HV_RAM_SIZE which is for scenario of 2 VMs only, the default size from Kconfig could build scenario which up to 5 VMs; - rename whl-ipc-i5_acpi_info.h to platform_acpi_info.h, since the former one should be generated by acrn-config tool; - add SOS related macros in misc.h, otherwise build scenarios which has SOS VM would be failed; Tracked-On: #4463 Signed-off-by: Victor Sun <victor.sun@intel.com>
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
|
|
# New board kconfig generated by vm config tool
|
|
# Modified by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
|
|
|
|
CONFIG_BOARD="whl-ipc-i5"
|
|
CONFIG_SERIAL_LEGACY=y
|
|
CONFIG_SERIAL_PIO_BASE=0x3F8
|
|
CONFIG_HV_RAM_START=0x11000000
|
|
CONFIG_RDT_ENABLED=n
|