summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-11-14 08:49:35 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-02 11:38:17 -0800
commitc4767a9d520a7e5b9ade921678302d876da26e0c (patch)
tree05bd920eea7305a460a568322c63f0fa1eb089af
parent4e9364a50a17d633b6ca03ab1827b0507e012a7f (diff)
downloadmeta-altera-c4767a9d520a7e5b9ade921678302d876da26e0c.tar.gz
Add initial Agilex support
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-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