diff options
-rw-r--r-- | conf/machine/agilex.conf | 24 |
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 | |||
5 | KBUILD_DEFCONFIG ?= "agilex_minimal_defconfig" | ||
6 | |||
7 | require conf/machine/include/socfpga_armv8a.inc | ||
8 | |||
9 | UBOOT_CONFIG ??= "agilex-socdk" | ||
10 | UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig" | ||
11 | |||
12 | KERNEL_DEVICETREE ?= "intel/socfpga_agilex_socdk.dtb" | ||
13 | |||
14 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
15 | |||
16 | # Add variables for wic creation of sdcard image | ||
17 | IMAGE_BOOT_FILES ?= " \ | ||
18 | ${UBOOT_BINARY} \ | ||
19 | ${KERNEL_IMAGETYPE} \ | ||
20 | socfpga_agilex_socdk.dtb \ | ||
21 | " | ||
22 | WKS_FILE ?= "sdimage-stratix10-agilex.wks" | ||
23 | IMAGE_FSTYPES += "wic" | ||
24 | |||