From c4767a9d520a7e5b9ade921678302d876da26e0c Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 14 Nov 2019 08:49:35 -0800 Subject: Add initial Agilex support Signed-off-by: Dalon Westergreen --- conf/machine/agilex.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/machine/agilex.conf (limited to 'conf') 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 @@ +#@TYPE: Machine +#@NAME: Altera Agilex +#@DESCRIPTION: Layer for the Intel PSG Agilex + +KBUILD_DEFCONFIG ?= "agilex_minimal_defconfig" + +require conf/machine/include/socfpga_armv8a.inc + +UBOOT_CONFIG ??= "agilex-socdk" +UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig" + +KERNEL_DEVICETREE ?= "intel/socfpga_agilex_socdk.dtb" + +SERIAL_CONSOLES ?= "115200;ttyS0" + +# 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" + -- cgit v1.2.3-54-g00ecf