552a054d45
Add ARC700 image configuration for nSIM instruction set simulator. This is a nice starting point for ARC700 in nSIM. Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
# Architecture
|
|
BR2_arcle=y
|
|
|
|
# System
|
|
BR2_TARGET_GENERIC_HOSTNAME="arc700"
|
|
|
|
# Linux headers same as kernel, a 6.0 series
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.0.8"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="nsim_700"
|
|
BR2_LINUX_KERNEL_VMLINUX=y
|
|
|
|
# Rootfs
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|