boards: x86: increase VM size on PC-like
These are all PC systems which have large amounts of memory which needs to be mapped at runtime (most are 2GB). Increase the address space size accordingly, adding an extra 8MB for mappings. The ACRN target has 8MB, give it 16MB of VM. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
14c5d1f1f7
commit
c56b41f9b3
7 changed files with 7 additions and 0 deletions
|
@ -13,3 +13,4 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
||||
CONFIG_BUILD_OUTPUT_BIN=y
|
||||
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
|
||||
CONFIG_KERNEL_VM_SIZE=0x1000000
|
||||
|
|
|
@ -13,3 +13,4 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
|
||||
CONFIG_BUILD_OUTPUT_BIN=y
|
||||
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
|
||||
CONFIG_KERNEL_VM_SIZE=0x1000000
|
||||
|
|
|
@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_X2APIC=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_KERNEL_VM_SIZE=0x80800000
|
||||
|
|
|
@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_X2APIC=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_KERNEL_VM_SIZE=0x80800000
|
||||
|
|
|
@ -10,3 +10,4 @@ CONFIG_SERIAL=y
|
|||
CONFIG_UART_NS16550=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
||||
CONFIG_KERNEL_VM_SIZE=0x80800000
|
||||
|
|
|
@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_I2C=y
|
||||
CONFIG_X2APIC=y
|
||||
CONFIG_KERNEL_VM_SIZE=0x80800000
|
||||
|
|
|
@ -11,3 +11,4 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_X2APIC=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_MP_NUM_CPUS=2
|
||||
CONFIG_KERNEL_VM_SIZE=0x80800000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue