soc: nxp: imx8mm/n/p imx93/95: enable GIC safe config
Enable CONFIG_GIC_SAFE_CONFIG by default for Cortex-A Core platforms as the most targets are to run multiple OSes together with Zephyr on different Cortex-A Cores. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
da241fe722
commit
dd0446ae26
5 changed files with 20 additions and 0 deletions
|
@ -12,6 +12,10 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
|
||||
|
||||
# Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
||||
config GIC_SAFE_CONFIG
|
||||
default y
|
||||
|
||||
config NUM_IRQS
|
||||
default 240
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
|
||||
|
||||
# Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
||||
config GIC_SAFE_CONFIG
|
||||
default y
|
||||
|
||||
config NUM_IRQS
|
||||
default 240
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
|
||||
|
||||
# Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
||||
config GIC_SAFE_CONFIG
|
||||
default y
|
||||
|
||||
config NUM_IRQS
|
||||
default 240
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
|
||||
|
||||
# Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
||||
config GIC_SAFE_CONFIG
|
||||
default y
|
||||
|
||||
config NUM_IRQS
|
||||
default 240
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
|
||||
|
||||
# Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
||||
config GIC_SAFE_CONFIG
|
||||
default y
|
||||
|
||||
config NUM_IRQS
|
||||
default 320
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue