summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/machine/agilex.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-altera/conf/machine/agilex.conf')
-rw-r--r--bsp/meta-altera/conf/machine/agilex.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/bsp/meta-altera/conf/machine/agilex.conf b/bsp/meta-altera/conf/machine/agilex.conf
new file mode 100644
index 00000000..d9061534
--- /dev/null
+++ b/bsp/meta-altera/conf/machine/agilex.conf
@@ -0,0 +1,25 @@
+#@TYPE: Machine
+#@NAME: Altera Agilex
+#@DESCRIPTION: Layer for the Intel PSG Agilex
+
+KBUILD_DEFCONFIG ?= "defconfig"
+
+require conf/machine/include/socfpga_armv8a.inc
+
+UBOOT_CONFIG ??= "agilex-socdk"
+
+KERNEL_DEVICETREE ?= "intel/socfpga_agilex_socdk.dtb"
+
+SERIAL_CONSOLES ?= "115200;ttyS0"
+
+EXTRA_IMAGECMD_jffs2 ?= "-n -q -e 0x10000"
+
+# Add variables for wic creation of sdcard image
+IMAGE_BOOT_FILES ?= " \
+ ${UBOOT_BINARY} \
+ ${KERNEL_IMAGETYPE} \
+ socfpga_agilex_socdk.dtb \
+ "
+WKS_FILE ?= "sdimage-stratix10-agilex.wks"
+IMAGE_FSTYPES += "wic"
+