mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-30 09:12:57 +00:00
ACRN: Change the board configuration for ICL-U board
This is the temporary workaround. Later it needs to be configured by adding new board configuration. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
This commit is contained in:
parent
b833e2f90c
commit
e8499054e2
@ -68,7 +68,7 @@ config MAX_PT_IRQ_ENTRIES
|
|||||||
config MAX_IOMMU_NUM
|
config MAX_IOMMU_NUM
|
||||||
int "Maximum number of IOMMU devices"
|
int "Maximum number of IOMMU devices"
|
||||||
range 1 6
|
range 1 6
|
||||||
default 2
|
default 3
|
||||||
help
|
help
|
||||||
The maximum number of physical IOMMUs the hypervisor can support.
|
The maximum number of physical IOMMUs the hypervisor can support.
|
||||||
|
|
||||||
@ -207,14 +207,14 @@ config HV_RAM_SIZE
|
|||||||
|
|
||||||
config PLATFORM_RAM_SIZE
|
config PLATFORM_RAM_SIZE
|
||||||
hex "Size of the physical platform RAM"
|
hex "Size of the physical platform RAM"
|
||||||
default 0x400000000
|
default 0x600000000
|
||||||
help
|
help
|
||||||
A 64-bit integer indicating the size of the physical platform RAM
|
A 64-bit integer indicating the size of the physical platform RAM
|
||||||
(MMIO not included).
|
(MMIO not included).
|
||||||
|
|
||||||
config SOS_RAM_SIZE
|
config SOS_RAM_SIZE
|
||||||
hex "Size of the Service OS (SOS) RAM"
|
hex "Size of the Service OS (SOS) RAM"
|
||||||
default 0x400000000
|
default 0x600000000
|
||||||
help
|
help
|
||||||
A 64-bit integer indicating the size of the Service OS RAM (MMIO not
|
A 64-bit integer indicating the size of the Service OS RAM (MMIO not
|
||||||
included).
|
included).
|
||||||
|
Loading…
Reference in New Issue
Block a user