board: x86: rpl_crb: added acpi support for raptor lake crb
added acpi support for raptor lake crb Signed-off-by: Najumon Ba <najumon.ba@intel.com>
This commit is contained in:
parent
793910fdde
commit
90347583ac
2 changed files with 10 additions and 0 deletions
|
@ -26,4 +26,12 @@ config APIC_TIMER_TSC_N
|
|||
default 249
|
||||
endif
|
||||
|
||||
config ACPI
|
||||
default y
|
||||
|
||||
if SHELL
|
||||
config SHELL_STACK_SIZE
|
||||
default 320000
|
||||
endif
|
||||
|
||||
endif # BOARD_RPL_CRB
|
||||
|
|
|
@ -13,3 +13,5 @@ CONFIG_X2APIC=y
|
|||
CONFIG_SMP=y
|
||||
CONFIG_BUILD_OUTPUT_EFI=y
|
||||
CONFIG_BUILD_NO_GAP_FILL=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=64000000
|
||||
CONFIG_MAIN_STACK_SIZE=320000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue