summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/agilex.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/agilex.conf b/conf/machine/agilex.conf
new file mode 100644
index 0000000..650fbe9
--- /dev/null
+++ b/conf/machine/agilex.conf
@@ -0,0 +1,24 @@
1#@TYPE: Machine
2#@NAME: Altera Agilex
3#@DESCRIPTION: Layer for the Intel PSG Agilex
4
5KBUILD_DEFCONFIG ?= "agilex_minimal_defconfig"
6
7require conf/machine/include/socfpga_armv8a.inc
8
9UBOOT_CONFIG ??= "agilex-socdk"
10UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig"
11
12KERNEL_DEVICETREE ?= "intel/socfpga_agilex_socdk.dtb"
13
14SERIAL_CONSOLES ?= "115200;ttyS0"
15
16# Add variables for wic creation of sdcard image
17IMAGE_BOOT_FILES ?= " \
18 ${UBOOT_BINARY} \
19 ${KERNEL_IMAGETYPE} \
20 socfpga_agilex_socdk.dtb \
21 "
22WKS_FILE ?= "sdimage-stratix10-agilex.wks"
23IMAGE_FSTYPES += "wic"
24