Add virtual Cortex R8 SoC. This target does not represent a real SoC, but can be easily run in Renode. This will allow to easily test basic architecture support. Signed-off-by: Krzysztof Sychla <ksychla@antmicro.com> Signed-off-by: Marek Slowinski <mslowinski@antmicro.com> Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com> Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_CORTEX_R8_VIRTUAL
|
|
bool
|
|
help
|
|
Cortex R8 Virtual system implementation
|
|
|
|
config SOC
|
|
default "cortex_r8_virtual" if SOC_CORTEX_R8_VIRTUAL
|