summaryrefslogtreecommitdiffstats
path: root/conf/machine/stratix10.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/stratix10.conf')
-rw-r--r--conf/machine/stratix10.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf
new file mode 100644
index 0000000..f0b3edc
--- /dev/null
+++ b/conf/machine/stratix10.conf
@@ -0,0 +1,25 @@
1#@TYPE: Machine
2#@NAME: Altera Stratix10 SWVP
3#@DESCRIPTION: Layer for the Altera Stratix10 Software Virtual Platform
4
5require conf/machine/include/arm/arch-armv8.inc
6
7SPL_BINARY_stratix10 = "spl/u-boot-spl-dtb.bin"
8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga"
9PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%"
10
11UBOOT_CONFIG ??= "stratix10-socdk"
12UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
13
14KERNEL_PROVIDER ?= "linux-altera"
15PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}"
16KERNEL_IMAGETYPE = "Image"
17
18KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb"
19EXTRA_IMAGE_FEATURES += "autoserial"
20FEATURE_PACKAGES_autoserial = "auto-serial-console"
21
22# we do not want to have getty running on tty1 as we run
23# auto-serial-console there
24#USE_VT = "0"
25IMAGE_FSTYPES ?= "cpio ext3 tar.gz"