Skip to content

Commit c56b41f

Browse files
Andrew Boienashif
authored andcommitted
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 <[email protected]>
1 parent 14c5d1f commit c56b41f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

boards/x86/acrn/acrn_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ CONFIG_UART_CONSOLE=y
1313
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
1414
CONFIG_BUILD_OUTPUT_BIN=y
1515
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
16+
CONFIG_KERNEL_VM_SIZE=0x1000000

boards/x86/acrn/acrn_ehl_crb_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ CONFIG_UART_CONSOLE=y
1313
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
1414
CONFIG_BUILD_OUTPUT_BIN=y
1515
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
16+
CONFIG_KERNEL_VM_SIZE=0x1000000

boards/x86/ehl_crb/ehl_crb_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
1010
CONFIG_UART_CONSOLE=y
1111
CONFIG_X2APIC=y
1212
CONFIG_SMP=y
13+
CONFIG_KERNEL_VM_SIZE=0x80800000

boards/x86/ehl_crb/ehl_crb_sbl_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
1010
CONFIG_UART_CONSOLE=y
1111
CONFIG_X2APIC=y
1212
CONFIG_SMP=y
13+
CONFIG_KERNEL_VM_SIZE=0x80800000

boards/x86/minnowboard/minnowboard_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_SERIAL=y
1010
CONFIG_UART_NS16550=y
1111
CONFIG_UART_CONSOLE=y
1212
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
13+
CONFIG_KERNEL_VM_SIZE=0x80800000

boards/x86/up_squared/up_squared_32_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_UART_NS16550=y
1010
CONFIG_UART_CONSOLE=y
1111
CONFIG_I2C=y
1212
CONFIG_X2APIC=y
13+
CONFIG_KERNEL_VM_SIZE=0x80800000

boards/x86/up_squared/up_squared_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ CONFIG_UART_CONSOLE=y
1111
CONFIG_X2APIC=y
1212
CONFIG_SMP=y
1313
CONFIG_MP_NUM_CPUS=2
14+
CONFIG_KERNEL_VM_SIZE=0x80800000

0 commit comments

Comments
 (0)