Skip to content

Commit 7ccf5e9

Browse files
akanisettikartben
authored andcommitted
boards: acrn: acrn: Enable ACPI for acrn_adl_crb
Enable ACPI support for acrn_adl_crb and setting CONFIG_MP_MAX_NUM_CPUS to 1 as SMP is disabled. Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
1 parent 5fa9e76 commit 7ccf5e9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

boards/acrn/acrn/Kconfig.defconfig

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
config MP_MAX_NUM_CPUS
66
default 2
77

8-
config HEAP_MEM_POOL_ADD_SIZE_ACPI
8+
configdefault HEAP_MEM_POOL_ADD_SIZE_ACPI
99
default 32768
10-
depends on ACPI
10+
11+
configdefault MAIN_STACK_SIZE
12+
default 32000 if ACPI
13+
14+
configdefault SHELL_STACK_SIZE
15+
default 32000 if SHELL && ACPI

boards/acrn/acrn/acrn_adl_crb_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ CONFIG_BUILD_OUTPUT_BIN=y
1313
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1414
CONFIG_KERNEL_VM_SIZE=0x5000000
1515
CONFIG_APIC_TSC_DEADLINE_TIMER=y
16+
CONFIG_MP_MAX_NUM_CPUS=1
17+
CONFIG_ACPI=y
18+
CONFIG_PCIE=y

0 commit comments

Comments
 (0)