summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/machine/stratix10.conf
blob: a3ca1f77200deb992ac7c9690e20857b6d23d7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@TYPE: Machine
#@NAME: Altera Stratix10
#@DESCRIPTION: Layer for the Altera Stratix10

require conf/machine/include/socfpga_armv8a.inc

UBOOT_CONFIG ??= "stratix10-socdk"
UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"

KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb"

SERIAL_CONSOLES ?= "115200;ttyS0"

# Add variables for wic creation of sdcard image
IMAGE_BOOT_FILES ?= " \
			${UBOOT_BINARY} \
			${KERNEL_IMAGETYPE} \
			socfpga_stratix10_socdk.dtb \
		    "
WKS_FILE ?= "sdimage-stratix10.wks"
IMAGE_FSTYPES += "wic"