zephyr/boards/arm64/fvp_baser_aemv8r/Kconfig.defconfig
Jaxson Han 985b03340d board: arm64: Add FVP BaseR AEMv8R board
Add essential files to create a new board. Enable arch timer, uart,
multi-threading. Set memory map for flash and sram. The new board name
is fvp_baser_aemv8r with the fvp_aemv8r_aarch64 soc.

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
2021-04-13 07:47:44 -04:00

13 lines
250 B
Plaintext

# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if BOARD_FVP_BASER_AEMV8R
config BUILD_OUTPUT_BIN
default y
config BOARD
default "fvp_baser_aemv8r"
endif # BOARD_FVP_BASER_AEMV8R