summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/machine/agilex.conf
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-altera/conf/machine/agilex.conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
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"
+