Skip to content

Commit

Permalink
boards: fvp_baser_aemv8r_aarch32: Add fvp_baser_aemv8r_aarch32_smp board
Browse files Browse the repository at this point in the history
This commit add a new board named 'fvp_baser_aemv8r_aarch32_smp' based on
the board 'fvp_baser_aemv8r_aarch32'.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
  • Loading branch information
SgrrZhf committed Sep 26, 2023
1 parent ee77395 commit e80aee1
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Copyright (c) 2023 Arm Limited (or its affiliates). All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

/dts-v1/;

#include "fvp_baser_aemv8r_aarch32.dts"
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2023 Arm Limited (or its affiliates). All rights reserved.
# SPDX-License-Identifier: Apache-2.0

identifier: fvp_baser_aemv8r_aarch32_smp
name: FVP Emulation FVP_BaseR_AEMv8R AArch32
arch: arm
type: sim
toolchain:
- zephyr
- cross-compile
ram: 2048
flash: 64
testing:
timeout_multiplier: 25
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright (c) 2023 Arm Limited (or its affiliates). All rights reserved.
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_FVP_AEMV8R_AARCH32=y
CONFIG_SOC_FVP_AEMV8R_AARCH32=y
CONFIG_BOARD_FVP_BASER_AEMV8R_AARCH32=y
CONFIG_ARM_MPU=y

CONFIG_ISR_STACK_SIZE=1024
CONFIG_THREAD_STACK_INFO=y

# Enable Timer and Sys clock
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
CONFIG_ARM_ARCH_TIMER=y

# Enable UART driver
CONFIG_SERIAL=y

# Enable serial port
CONFIG_UART_INTERRUPT_DRIVEN=y

# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

CONFIG_CACHE_MANAGEMENT=y

CONFIG_USE_SWITCH=y
CONFIG_SMP=y
CONFIG_MP_MAX_NUM_CPUS=4
CONFIG_FPU=n

CONFIG_DCACHE=n

0 comments on commit e80aee1

Please sign in to comment.